ParagraphElement constructor

ParagraphElement({
  1. AutoText? autoText,
  2. ColumnBreak? columnBreak,
  3. DateElement? dateElement,
  4. int? endIndex,
  5. Equation? equation,
  6. FootnoteReference? footnoteReference,
  7. HorizontalRule? horizontalRule,
  8. InlineObjectElement? inlineObjectElement,
  9. PageBreak? pageBreak,
  10. Person? person,
  11. RichLink? richLink,
  12. int? startIndex,
  13. TextRun? textRun,
})

Implementation

ParagraphElement({
  this.autoText,
  this.columnBreak,
  this.dateElement,
  this.endIndex,
  this.equation,
  this.footnoteReference,
  this.horizontalRule,
  this.inlineObjectElement,
  this.pageBreak,
  this.person,
  this.richLink,
  this.startIndex,
  this.textRun,
});