Show / Hide Table of Contents

Class ParagraphElement

A ParagraphElement describes content within a Paragraph.

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

Properties

AutoText

An auto text paragraph element.

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

ColumnBreak

A column break paragraph element.

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

ETag

The ETag of the item.

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

EndIndex

The zero-base end index of this paragraph element, exclusive, in UTF-16 code units.

Declaration
[JsonProperty("endIndex")]
public virtual int? EndIndex { get; set; }
Property Value
Type Description
int?

Equation

An equation paragraph element.

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

FootnoteReference

A footnote reference paragraph element.

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

HorizontalRule

A horizontal rule paragraph element.

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

InlineObjectElement

An inline object paragraph element.

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

PageBreak

A page break paragraph element.

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

Person

A paragraph element that links to a person or email address.

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

RichLink

A paragraph element that links to a Google resource (such as a file in Google Drive, a YouTube video, or a Calendar event.)

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

StartIndex

The zero-based start index of this paragraph element, in UTF-16 code units.

Declaration
[JsonProperty("startIndex")]
public virtual int? StartIndex { get; set; }
Property Value
Type Description
int?

TextRun

A text run paragraph element.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX