FieldToc.custom_styles property. Gets or sets a list of styles other than the built-in heading styles to include in the table of contents....field_toc (): doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_TOC...
Document.track_revisions property. True if changes are tracked when this document is edited in Microsoft Word.... doc = aw . Document () builder = aw . DocumentBuilder...get_text ()) self . assertEqual ( aw . RevisionType . INSERTION ,...
aspose.words.saving.NumeralFormat enumeration. Indicates the symbol set that is used to represent numbers while rendering to fixed page formats.... doc = aw . Document () builder = aw . DocumentBuilder...the document to .PDF. options = aw . saving . PdfSaveOptions ()...
PdfSaveOptions.open_hyperlinks_in_new_window property. Gets or sets a value determining whether hyperlinks in the output Pdf document are forced to be opened in a new window (or tab) of a browser.... doc = aw . Document () builder = aw . DocumentBuilder...the document to .PDF. options = aw . saving . PdfSaveOptions ()...
RtfSaveOptions.export_images_for_old_readers property. Specifies whether the keywords for old readers are written to RTF or not... doc = aw . Document ( MY_DIR + 'Rendering...save it to an RTF. options = aw . saving . RtfSaveOptions ()...
PdfSaveOptions.interpolate_images property. A flag indicating whether image interpolation shall be performed by a conforming reader... doc = aw . Document () builder = aw . DocumentBuilder...document to .PDF. save_options = aw . saving . PdfSaveOptions ()...