Show / Hide Table of Contents

Class PageBreak

A ParagraphElement representing a page break. A page break makes the subsequent text start at the top of the next page.

Inheritance
object
PageBreak
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 PageBreak : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

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 PageBreak 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>

SuggestedTextStyleChanges

The suggested text style changes to this PageBreak, keyed by suggestion ID.

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

TextStyle

The text style of this PageBreak. Similar to text content, like text runs and footnote references, the text style of a page break can affect content layout as well as the styling of text inserted next to it.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX