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...
ParagraphFormat.outline_level property. Specifies the outline level of the paragraph in the document.... save ( file_name = ARTIFACTS_DIR + 'ParagraphFormat.ParagraphOutlineLeve...
DocumentBuilder.insert_style_separator method. Inserts style separator into the document.... save ( file_name = ARTIFACTS_DIR + 'DocumentBuilder.InsertStyleSeparator...
ParagraphFormat.space_after_auto property. True if the amount of spacing after the paragraph is set automatically.... save ( file_name = ARTIFACTS_DIR + 'ParagraphFormat.ParagraphSpacingAuto...
ChartDataPointCollection.copy_format method. Copies format from the source data point to the destination data point.... save ( file_name = ARTIFACTS_DIR + 'Charts.CopyDataPointFormat...