DocxSaveOptions class

DocxSaveOptions class

Represents options of saving .docx file.

Inheritance: DocxSaveOptions

The DocxSaveOptions type exposes the following members:

Constructors

ConstructorDescription
__init__(self)Represents options of saving .docx file.
__init__(self, save_as_image)Represents options of saving .docx file.

Properties

PropertyDescription
save_format
clear_data
cached_file_folder
validate_merged_areas
merge_areas
create_directory
sort_names
sort_external_names
refresh_chart_cache
warning_callback
check_excel_restriction
update_smart_art
encrypt_document_properties
default_font
check_workbook_default_font
check_font_compatibility
is_font_substitution_char_granularity
one_page_per_sheet
all_columns_in_one_page_per_sheet
ignore_error
output_blank_page_when_nothing_to_print
page_index
page_count
printing_page_type
gridline_type
gridline_color
text_cross_type
default_edit_language
sheet_set
draw_object_event_handler
page_saving_callback
emf_render_setting
custom_render_settings
save_as_editable_shapsSave all drawing objecgts as editable shapes in word file.So you can edit them in Word.
save_as_editable_shapesSave all drawing objects as editable shapes in the word file, so you can edit them in Word.
embed_xlsx_as_chart_data_sourceIndicates whether embedding an xlsx file as data source of the chart.
as_flat_opcIndicates whether saving as a flat opc file which can be generated by Open XML SDK
save_element_typeIndicates which elements should be saved.
as_normal_viewExporting Excel file to docx fiel as normal view.
If this property is true , one Area will be output, and no scale will take effect.
The default value is false.

See Also