ParagraphElement constructor
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,
Implementation
ParagraphElement({
this.autoText,
this.columnBreak,
this.endIndex,
this.equation,
this.footnoteReference,
this.horizontalRule,
this.inlineObjectElement,
this.pageBreak,
this.person,
this.richLink,
this.startIndex,
this.textRun,
});