java.lang.Object
com.aspose.words.LayoutOptions
- All Implemented Interfaces:
- java.lang.Cloneable
public class LayoutOptions
- extends java.lang.Object
Holds the options that allow controlling the document layout process.
You do not create instances of this class directly. Use the Document.LayoutOptions property to access layout options for this document.
Note that after changing any of the options present in this class, Document.updatePageLayout() method
should be called in order for the changed options to be applied to the layout.
Property Getters/Setters Detail |
isShowHiddenText/isShowHiddenText | |
public boolean isShowHiddenText() / public void isShowHiddenText(boolean value)
|
-
Gets or sets indication if text marked hidden in the document is rendered.
isShowParagraphMarks/isShowParagraphMarks | |
public boolean isShowParagraphMarks() / public void isShowParagraphMarks(boolean value)
|
-
Gets or sets indication of whether paragraph marks are rendered.
-
Holds options related to layout of revisions.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.