Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.67 KB

File metadata and controls

22 lines (17 loc) · 1.67 KB

DisplayProperties

Provides link to DisplayProperties.

Properties

Name Type Description Notes
centerWindow Boolean 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]
displayDocTitle Boolean Gets or sets flag specifying whether document's window title bar should display document title. [optional]
hideMenuBar Boolean Gets or sets flag specifying whether menu bar should be hidden when document is active. [optional]
hideToolBar Boolean Gets or sets flag specifying whether toolbar should be hidden when document is active. [optional]
hideWindowUI Boolean Gets or sets flag specifying whether user interface elements should be hidden when document is active. [optional]
nonFullScreenPageMode PageMode Gets or sets page mode, specifying how to display the document on exiting full-screen mode. [optional]
pageLayout PageLayout Gets or sets page layout which shall be used when the document is opened. [optional]
pageMode PageMode Gets or sets page mode, specifying how document should be displayed when opened. [optional]
links List<Link> Link to the document. [optional]

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