Class StructuralElement
A StructuralElement describes content that provides structure to the document.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class StructuralElement : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndIndex
The zero-based end index of this structural element, exclusive, in UTF-16 code units.
Declaration
[JsonProperty("endIndex")]
public virtual int? EndIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
Paragraph
A paragraph type of structural element.
Declaration
[JsonProperty("paragraph")]
public virtual Paragraph Paragraph { get; set; }
Property Value
Type | Description |
---|---|
Paragraph |
SectionBreak
A section break type of structural element.
Declaration
[JsonProperty("sectionBreak")]
public virtual SectionBreak SectionBreak { get; set; }
Property Value
Type | Description |
---|---|
SectionBreak |
StartIndex
The zero-based start index of this structural element, in UTF-16 code units.
Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |
Table
A table type of structural element.
Declaration
[JsonProperty("table")]
public virtual Table Table { get; set; }
Property Value
Type | Description |
---|---|
Table |
TableOfContents
A table of contents type of structural element.
Declaration
[JsonProperty("tableOfContents")]
public virtual TableOfContents TableOfContents { get; set; }
Property Value
Type | Description |
---|---|
TableOfContents |