PageSetup.chapterPageSeparator property. Gets or sets the separator character that appears between the chapter number and the page number.... let doc = new aw . Document ( base . myDir + "Big...pageSetup . pageNumberStyle = aw . NumberStyle . UppercaseRoman...
RevisionOptions.measurementUnit property. Allows to specify the measurement units for revision comments... let doc = new aw . Document ( base . myDir + "Rendering...docx" ); let saveOptions = new aw . Saving . OdtSaveOptions ();...
IStructuredDocumentTag.wordOpenXML property. Gets a string that represents the XML contained within the node in the [SaveFormat.FlatOpc](../../../aspose.words/saveformat/#FlatOpc) format.... let doc = new aw . Document ( base . myDir + "Structured...tags = doc . getChildNodes ( aw . NodeType . StructuredDocumentTa...
Aspose.Words.Drawing.ImageType enumeration. Specifies the type (format) of an image in a Microsoft Word document.... let doc = new aw . Document ( base . myDir + "Document...imageData . imageType ). toEqual ( aw . Drawing . ImageType . WebP...
SvgSaveOptions.idPrefix property. Specifies a prefix that is prepended to all generated element IDs in the output document... let doc = new aw . Document ( base . myDir + "Id...docx" ); let saveOptions = new aw . Saving . SvgSaveOptions ();...
Range.revisions property. Gets a collection of revisions (tracked changes) that exist in this range.... doc = aw . Document ( file_name = MY_DIR...if revision . revision_type == aw . RevisionType . DELETION : revision...