com.aspose.words
Class LayoutOptions

java.lang.Object
    extended by 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 Summary
RevisionOptionsgetRevisionOptions()
           Holds options related to layout of revisions.
 

Property Getters/Setters Detail

getRevisionOptions

public RevisionOptions getRevisionOptions()
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.