BaseViewOptions class

BaseViewOptions class

Represents the base rendering options.

The BaseViewOptions type exposes the following members:

Properties

Property Description
archive_options The archive files view options.
cad_options The CAD drawing view options.
default_font_name The default font for a document used during rendering when a required font is missing.
email_options The email messages view options.
mail_storage_options The mail storage data files view options.
outlook_options The Microsoft Outlook data files view options.
pdf_options The PDF document view options.
presentation_options The presentation files view options.
project_management_options The project management files view options.
remove_comments The property disables rendering comments when set to True. By default it is False, so all comments are displayed.
render_comments The property enables or disables rendering comments.
render_hidden_pages The property enables rendering of hidden pages.
render_notes The property enables rendering notes and annotations for some formats.
spreadsheet_options The spreadsheet files view options.
text_options The text options for rendering text files.
visio_rendering_options The Visio files view options.
web_document_options The Web files view options.
word_processing_options The Word processing files view options.

See Also