FindReplaceOptions.ignore_field_codes property. Gets or sets a boolean value indicating either to ignore text inside field codes... doc = aw . Document () builder = aw . DocumentBuilder...'INCLUDETEXT' , 'Test IT!' ) options = aw . replacing . FindReplaceOptions...
aspose.words.fonts.DefaultFontSubstitutionRule class. Default font substitution rule... doc = aw . Document () font_settings = aw . fonts . FontSettings...the result in a PDF. builder = aw . DocumentBuilder ( doc = doc...
FieldKeywords.text property. Gets or sets the text of the keywords.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_KEYWORD...
NodeCollection.remove method. Removes the node from the collection and from the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...RunCollection manually. let newRun = new aw . Run ( doc , "Run 3. " ); runs...
aspose.words.saving.HeaderFooterBookmarksExportMode enumeration. Specifies how bookmarks in headers/footers are exported.... doc = aw . Document ( file_name = MY_DIR...document to .PDF. save_options = aw . saving . PdfSaveOptions ()...
PdfSaveOptions.text_compression property. Specifies compression type to be used for all textual content in the document.... doc = aw . Document () builder = aw . DocumentBuilder...the document to .PDF. options = aw . saving . PdfSaveOptions ()...
PdfSaveOptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/pagesetup/multiplePages/).... let doc = new aw . Document ( base . myDir + "Paragraphs...document to .PDF. let options = new aw . Saving . PdfSaveOptions ();...
PdfSaveOptions.preblend_images property. Gets or sets a value determining whether or not to preblend transparent images with black background color.... doc = aw . Document () builder = aw . DocumentBuilder...the document to .PDF. options = aw . saving . PdfSaveOptions ()...
DocumentVisitor.visitRowEnd method. Called when enumeration of a table row has ended....'TableToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...