Request constructor

Request({
  1. AddDocumentTabRequest? addDocumentTab,
  2. CreateFooterRequest? createFooter,
  3. CreateFootnoteRequest? createFootnote,
  4. CreateHeaderRequest? createHeader,
  5. CreateNamedRangeRequest? createNamedRange,
  6. CreateParagraphBulletsRequest? createParagraphBullets,
  7. DeleteContentRangeRequest? deleteContentRange,
  8. DeleteFooterRequest? deleteFooter,
  9. DeleteHeaderRequest? deleteHeader,
  10. DeleteNamedRangeRequest? deleteNamedRange,
  11. DeleteParagraphBulletsRequest? deleteParagraphBullets,
  12. DeletePositionedObjectRequest? deletePositionedObject,
  13. DeleteTabRequest? deleteTab,
  14. DeleteTableColumnRequest? deleteTableColumn,
  15. DeleteTableRowRequest? deleteTableRow,
  16. InsertDateRequest? insertDate,
  17. InsertInlineImageRequest? insertInlineImage,
  18. InsertPageBreakRequest? insertPageBreak,
  19. InsertPersonRequest? insertPerson,
  20. InsertSectionBreakRequest? insertSectionBreak,
  21. InsertTableRequest? insertTable,
  22. InsertTableColumnRequest? insertTableColumn,
  23. InsertTableRowRequest? insertTableRow,
  24. InsertTextRequest? insertText,
  25. MergeTableCellsRequest? mergeTableCells,
  26. PinTableHeaderRowsRequest? pinTableHeaderRows,
  27. ReplaceAllTextRequest? replaceAllText,
  28. ReplaceImageRequest? replaceImage,
  29. ReplaceNamedRangeContentRequest? replaceNamedRangeContent,
  30. UnmergeTableCellsRequest? unmergeTableCells,
  31. UpdateDocumentStyleRequest? updateDocumentStyle,
  32. UpdateDocumentTabPropertiesRequest? updateDocumentTabProperties,
  33. UpdateParagraphStyleRequest? updateParagraphStyle,
  34. UpdateSectionStyleRequest? updateSectionStyle,
  35. UpdateTableCellStyleRequest? updateTableCellStyle,
  36. UpdateTableColumnPropertiesRequest? updateTableColumnProperties,
  37. UpdateTableRowStyleRequest? updateTableRowStyle,
  38. UpdateTextStyleRequest? updateTextStyle,
})

Implementation

Request({
  this.addDocumentTab,
  this.createFooter,
  this.createFootnote,
  this.createHeader,
  this.createNamedRange,
  this.createParagraphBullets,
  this.deleteContentRange,
  this.deleteFooter,
  this.deleteHeader,
  this.deleteNamedRange,
  this.deleteParagraphBullets,
  this.deletePositionedObject,
  this.deleteTab,
  this.deleteTableColumn,
  this.deleteTableRow,
  this.insertDate,
  this.insertInlineImage,
  this.insertPageBreak,
  this.insertPerson,
  this.insertSectionBreak,
  this.insertTable,
  this.insertTableColumn,
  this.insertTableRow,
  this.insertText,
  this.mergeTableCells,
  this.pinTableHeaderRows,
  this.replaceAllText,
  this.replaceImage,
  this.replaceNamedRangeContent,
  this.unmergeTableCells,
  this.updateDocumentStyle,
  this.updateDocumentTabProperties,
  this.updateParagraphStyle,
  this.updateSectionStyle,
  this.updateTableCellStyle,
  this.updateTableColumnProperties,
  this.updateTableRowStyle,
  this.updateTextStyle,
});