Request constructor

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

Implementation

Request({
  this.createFooter,
  this.createFootnote,
  this.createHeader,
  this.createNamedRange,
  this.createParagraphBullets,
  this.deleteContentRange,
  this.deleteFooter,
  this.deleteHeader,
  this.deleteNamedRange,
  this.deleteParagraphBullets,
  this.deletePositionedObject,
  this.deleteTableColumn,
  this.deleteTableRow,
  this.insertInlineImage,
  this.insertPageBreak,
  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.updateParagraphStyle,
  this.updateSectionStyle,
  this.updateTableCellStyle,
  this.updateTableColumnProperties,
  this.updateTableRowStyle,
  this.updateTextStyle,
});