Class SectionBreak
A StructuralElement representing a section break. A section is a range of content that has the same SectionStyle. A section break represents the start of a new section, and the section style applies to the section after the section break. The document body always begins with a section break.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class SectionBreak : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SectionStyle
The style of the section after this section break.
Declaration
[JsonProperty("sectionStyle")]
public virtual SectionStyle SectionStyle { get; set; }
Property Value
Type | Description |
---|---|
SectionStyle |
SuggestedDeletionIds
The suggested deletion IDs. If empty, then there are no suggested deletions of this content.
Declaration
[JsonProperty("suggestedDeletionIds")]
public virtual IList<string> SuggestedDeletionIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SuggestedInsertionIds
The suggested insertion IDs. A SectionBreak may have multiple insertion IDs if it's a nested suggested change. If empty, then this is not a suggested insertion.
Declaration
[JsonProperty("suggestedInsertionIds")]
public virtual IList<string> SuggestedInsertionIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |