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 ()...
SaveOptions.update_ambiguous_text_font property. Determines whether the font attributes will be changed according to the character code being used.... doc = aw . Document ( file_name = MY_DIR...name ) # Arial save_options = aw . saving . OoxmlSaveOptions ()...
Aspose.Words.LineNumberRestartMode enumeration. Determines when automatic line numbering restarts....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...pageSetup . lineNumberRestartMod = aw . LineNumberRestartMod . RestartPage...
Forms2OleControl.group_name property. Gets or sets a string that specifies a group of mutually exclusive controls... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...
FieldFileName.include_full_path property. Gets or sets whether to include the full file path name.... doc = aw . Document ( file_name = MY_DIR...+ 'Document.docx' ) builder = aw . DocumentBuilder ( doc = doc...
AxisScaling.log_base property. Gets or sets the logarithmic base for a logarithmic axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
Chart.data_table property. Provides access to properties of a data table of this chart... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...