PptxSaveOptions class

PptxSaveOptions class

Represents the pptx save options.

Inheritance: PptxSaveOptions

The PptxSaveOptions type exposes the following members:

Constructors

ConstructorDescription
__init__(self)Represents the pptx save options.
__init__(self, save_as_image)Represents options of saving .pptx 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
ignore_hidden_rowsInidicates whether ignoring hidden rows when converting Excel to PowerPoint.
save_as_editable_shapesSave all drawing objects as editable shapes in the pptx file, so you can edit them in PowerPoint.
embed_xlsx_as_chart_data_sourceIndicates whether embedding an xlsx file as data source of the chart.
adjust_font_size_for_row_typeRepresents what type of line needs to be adjusted size of font if height of row is small.
export_view_typeGets and sets the display type when exporting to PowerPoint.
The default exporting type is working as printing.
as_flat_opcIndicates whether saving as a flat opc file which can be generated by Open XML SDK

See Also