Document.compatibility_options property. Provides access to document compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Word).... save ( ARTIFACTS_DIR + 'CompatibilityOptions...
PdfSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used... save ( file_name = ARTIFACTS_DIR + 'PdfSaveOptions.HeadingsOutlineLevel...
Table.style_name property. Gets or sets the name of the table style applied to this table.... save ( file_name = ARTIFACTS_DIR + 'Table.TableStyleCreation...
FieldIncludePicture.is_linked property. Gets or sets whether to reduce the file size by not storing graphics data with the document.... save ( ARTIFACTS_DIR + 'Field.field_include_picture...
FieldImport.is_linked property. Gets or sets whether to reduce the file size by not storing graphics data with the document.... save ( ARTIFACTS_DIR + 'Field.field_include_picture...
TableStyle.bottom_padding property. Gets or sets the amount of space (in points) to add below the contents of table cells.... save ( file_name = ARTIFACTS_DIR + 'Table.TableStyleCreation...
DocumentBuilder.move_to_cell method. Moves the cursor to a table cell in the current section.... save ( file_name = ARTIFACTS_DIR + 'DocumentBuilder.MoveToCell...