Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.67 KB

File metadata and controls

20 lines (16 loc) · 1.67 KB

DisplayProperties

Provides link to DisplayProperties.

Properties

Name Type Description Notes
links list[Link] Link to the document. [optional]
center_window bool Gets or sets flag specifying whether position of the document's window will be centerd on the screen. [optional]
direction Direction Gets or sets reading order of text: L2R (left to right) or R2L (right to left). [optional]
display_doc_title bool Gets or sets flag specifying whether document's window title bar should display document title. [optional]
hide_menu_bar bool Gets or sets flag specifying whether menu bar should be hidden when document is active. [optional]
hide_tool_bar bool Gets or sets flag specifying whether toolbar should be hidden when document is active. [optional]
hide_window_ui bool Gets or sets flag specifying whether user interface elements should be hidden when document is active. [optional]
non_full_screen_page_mode PageMode Gets or sets page mode, specifying how to display the document on exiting full-screen mode. [optional]
page_layout PageLayout Gets or sets page layout which shall be used when the document is opened. [optional]
page_mode PageMode Gets or sets page mode, specifying how document should be displayed when opened. [optional]

[Back to Model list] [Back to API list] [Back to README]