ParagraphElement constructor

ParagraphElement({
  1. AutoText? autoText,
  2. ColumnBreak? columnBreak,
  3. int? endIndex,
  4. Equation? equation,
  5. FootnoteReference? footnoteReference,
  6. HorizontalRule? horizontalRule,
  7. InlineObjectElement? inlineObjectElement,
  8. PageBreak? pageBreak,
  9. Person? person,
  10. RichLink? richLink,
  11. int? startIndex,
  12. 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,
});