Class DocumentFormat
Represents document-level format settings.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class DocumentFormat : IDirectResponseSchema
Properties
DocumentMode
Whether the document has pages or is pageless.
Declaration
[JsonProperty("documentMode")]
public virtual string DocumentMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |