Show / Hide Table of Contents

Class DocumentTab

A tab with document contents.

Inheritance
object
DocumentTab
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class DocumentTab : IDirectResponseSchema

Properties

Body

The main body of the document tab.

Declaration
[JsonProperty("body")]
public virtual Body Body { get; set; }
Property Value
Type Description
Body

DocumentStyle

The style of the document tab.

Declaration
[JsonProperty("documentStyle")]
public virtual DocumentStyle DocumentStyle { get; set; }
Property Value
Type Description
DocumentStyle

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Footers

The footers in the document tab, keyed by footer ID.

Declaration
[JsonProperty("footers")]
public virtual IDictionary<string, Footer> Footers { get; set; }
Property Value
Type Description
IDictionary<string, Footer>

Footnotes

The footnotes in the document tab, keyed by footnote ID.

Declaration
[JsonProperty("footnotes")]
public virtual IDictionary<string, Footnote> Footnotes { get; set; }
Property Value
Type Description
IDictionary<string, Footnote>

Headers

The headers in the document tab, keyed by header ID.

Declaration
[JsonProperty("headers")]
public virtual IDictionary<string, Header> Headers { get; set; }
Property Value
Type Description
IDictionary<string, Header>

InlineObjects

The inline objects in the document tab, keyed by object ID.

Declaration
[JsonProperty("inlineObjects")]
public virtual IDictionary<string, InlineObject> InlineObjects { get; set; }
Property Value
Type Description
IDictionary<string, InlineObject>

Lists

The lists in the document tab, keyed by list ID.

Declaration
[JsonProperty("lists")]
public virtual IDictionary<string, List> Lists { get; set; }
Property Value
Type Description
IDictionary<string, List>

NamedRanges

The named ranges in the document tab, keyed by name.

Declaration
[JsonProperty("namedRanges")]
public virtual IDictionary<string, NamedRanges> NamedRanges { get; set; }
Property Value
Type Description
IDictionary<string, NamedRanges>

NamedStyles

The named styles of the document tab.

Declaration
[JsonProperty("namedStyles")]
public virtual NamedStyles NamedStyles { get; set; }
Property Value
Type Description
NamedStyles

PositionedObjects

The positioned objects in the document tab, keyed by object ID.

Declaration
[JsonProperty("positionedObjects")]
public virtual IDictionary<string, PositionedObject> PositionedObjects { get; set; }
Property Value
Type Description
IDictionary<string, PositionedObject>

SuggestedDocumentStyleChanges

The suggested changes to the style of the document tab, keyed by suggestion ID.

Declaration
[JsonProperty("suggestedDocumentStyleChanges")]
public virtual IDictionary<string, SuggestedDocumentStyle> SuggestedDocumentStyleChanges { get; set; }
Property Value
Type Description
IDictionary<string, SuggestedDocumentStyle>

SuggestedNamedStylesChanges

The suggested changes to the named styles of the document tab, keyed by suggestion ID.

Declaration
[JsonProperty("suggestedNamedStylesChanges")]
public virtual IDictionary<string, SuggestedNamedStyles> SuggestedNamedStylesChanges { get; set; }
Property Value
Type Description
IDictionary<string, SuggestedNamedStyles>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX