Show / Hide Table of Contents

Class StructuralElement

A StructuralElement describes content that provides structure to the document.

Inheritance
object
StructuralElement
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX