ParagraphElement class

A ParagraphElement describes content within a Paragraph.

Constructors

ParagraphElement({AutoText? autoText, ColumnBreak? columnBreak, int? endIndex, Equation? equation, FootnoteReference? footnoteReference, HorizontalRule? horizontalRule, InlineObjectElement? inlineObjectElement, PageBreak? pageBreak, Person? person, RichLink? richLink, int? startIndex, TextRun? textRun})
ParagraphElement.fromJson(Map json_)

Properties

autoText AutoText?
An auto text paragraph element.
getter/setter pair
columnBreak ColumnBreak?
A column break paragraph element.
getter/setter pair
endIndex int?
The zero-base end index of this paragraph element, exclusive, in UTF-16 code units.
getter/setter pair
equation Equation?
An equation paragraph element.
getter/setter pair
footnoteReference FootnoteReference?
A footnote reference paragraph element.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
horizontalRule HorizontalRule?
A horizontal rule paragraph element.
getter/setter pair
inlineObjectElement InlineObjectElement?
An inline object paragraph element.
getter/setter pair
pageBreak PageBreak?
A page break paragraph element.
getter/setter pair
person Person?
A paragraph element that links to a person or email address.
getter/setter pair
A paragraph element that links to a Google resource (such as a file in Google Drive, a YouTube video, or a Calendar event.)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startIndex int?
The zero-based start index of this paragraph element, in UTF-16 code units.
getter/setter pair
textRun TextRun?
A text run paragraph element.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited