HtmlSaveOptions.export_fonts_as_base64 property. Specifies whether fonts resources should be embedded to HTML in Base64 encoding... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) options = aw . saving . HtmlSaveOptions ()...
HtmlSaveOptions.export_images_as_base64 property. Specifies whether images are saved in Base64 format to the output HTML, MHTML or EPUB... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) options = aw . saving . HtmlSaveOptions ()...
Table.styleIdentifier property. Gets or sets the locale independent style identifier of the table style applied to this table....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...format. table . styleIdentifier = aw . StyleIdentifier . MediumShading1Accent...
ConvertUtil.pixelToNewDpi method. Converts pixels from one resolution to another....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...pageSetup ; pageSetup . topMargin = aw . ConvertUtil . pixelToPoint...
aspose.words.saving.PageSet class. Describes a random set of pages... doc = aw . Document () builder = aw . DocumentBuilder...' ) builder . insert_break ( aw . BreakType . PAGE_BREAK ) builder...
XpsSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . styleIdentifier = aw . StyleIdentifier . Heading1...
OdtSaveOptions.password property. Gets or sets a password to encrypt document.... doc = aw . Document () builder = aw . DocumentBuilder...the document in. save_options = aw . saving . OdtSaveOptions ( save_format...
StructuredDocumentTag.calendarType property. Specifies the type of calendar for this SDT... let doc = new aw . Document (); // Insert a structured...sdtDate = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...
Aspose.Words.Saving.PdfDigitalSignatureTimestampSettings class. Contains settings of the digital signature timestamp...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions ();...
DocumentBuilder.moveToDocumentEnd method. Moves the cursor to the end of the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...firstParagraph . getChildNodes ( aw . NodeType . Any , false ); expect...