ImportWordDataInsertEventData
interface
Properties
footers : ImportWordDataHeaderFooterDefinitions | undefinedmodule:import-word/importwordcommand~ImportWordDataInsertEventData#footersThe footers definitions extracted from the Word document. Contains HTML content for different types of footers (default, first page, odd/even pages).
headers : ImportWordDataHeaderFooterDefinitions | undefinedmodule:import-word/importwordcommand~ImportWordDataInsertEventData#headersThe headers definitions extracted from the Word document. Contains HTML content for different types of headers (default, first page, odd/even pages).
html : stringmodule:import-word/importwordcommand~ImportWordDataInsertEventData#htmlThe HTML content to insertion.
undoStepBatch : Batchreadonlymodule:import-word/importwordcommand~ImportWordDataInsertEventData#undoStepBatchThe batch used to undo all changes made by the command. Each time the command is executed, a new batch is created. Use it when some additional changes should be added to the document as part of the same undo step.