DocumentBuilder.insert_style_separator method. Inserts style separator into the document.... save ( file_name = ARTIFACTS_DIR + 'DocumentBuilder.InsertStyleSeparator...
ParagraphFormat.outline_level property. Specifies the outline level of the paragraph in the document.... save ( file_name = ARTIFACTS_DIR + 'ParagraphFormat.ParagraphOutlineLeve...
ParagraphFormat.space_after_auto property. True if the amount of spacing after the paragraph is set automatically.... save ( file_name = ARTIFACTS_DIR + 'ParagraphFormat.ParagraphSpacingAuto...
RtfSaveOptions.export_compact_size property. Allows to make output RTF documents smaller in size, but if they contain RTL (right-to-left) text, it will not be displayed correctly.... save ( ARTIFACTS_DIR + 'RtfSaveOptions.export_images...
FieldAutoNum.separator_character property. Gets or sets the separator character to be used.... save ( file_name = ARTIFACTS_DIR + 'Field.AUTONUM.docx'...
ChartDataLabelCollection.show_value property. Allows to specify whether values are to be displayed in the data labels of the entire series... save ( file_name = ARTIFACTS_DIR + 'Charts.DataLabelsPieChart...
ChartSeries.copy_format_from method. Copies default data point format from the data point with the specified index.... save ( file_name = ARTIFACTS_DIR + 'Charts.CopyDataPointFormat...