FieldImport.graphic_filter property. Gets or sets the name of the filter for the format of the graphic that is to be inserted.... save ( ARTIFACTS_DIR + 'Field.field_include_picture...
FileFormatUtil.extension_to_save_format method. Converts a file name extension into a [SaveFormat](../../saveformat/) value.... save ( file_name = ARTIFACTS_DIR + 'File.SaveToDetectedFileFo'...
MetafileRenderingOptions.emulate_rendering_to_size_on_page property. Gets or sets a value determining whether metafile rendering emulates the display of the metafile according to the size on page or the display of the metafile in its default size.... save ( file_name = ARTIFACTS_DIR + 'PdfSaveOptions.EmulateRenderingToSi...
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...
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...
TableStyle.cell_spacing property. Gets or sets the amount of space (in points) between the cells.... save ( file_name = ARTIFACTS_DIR + 'Table.TableStyleCreation...
PageSetup.line_number_distance_from_text property. Gets or sets distance between the right edge of line numbers and the left edge of the document.... save ( file_name = ARTIFACTS_DIR + 'PageSetup.LineNumbers...
DocumentBuilder.move_to_cell method. Moves the cursor to a table cell in the current section.... save ( file_name = ARTIFACTS_DIR + 'DocumentBuilder.MoveToCell...