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

Collection of settings that affect how a document is laid out and rendered. Note not all options affect layout. Some affect conversion of layout to APS only. TODO It would be nice to split this class to separate layout options and layout-to-APS options.

Constructor Summary
LayoutOptions()
          
 
Property Getters/Setters Summary
intgetDmlEffectsRenderingMode()
voidsetDmlEffectsRenderingMode(int value)
           Gets or sets a value determining how Dml effects are rendered. The value of the property is DmlEffectsRenderingMode integer constant.
 

Constructor Detail

LayoutOptions

public LayoutOptions()

Property Getters/Setters Detail

getDmlEffectsRenderingMode/setDmlEffectsRenderingMode

public int getDmlEffectsRenderingMode() / public void setDmlEffectsRenderingMode(int value)
Gets or sets a value determining how Dml effects are rendered. The value of the property is DmlEffectsRenderingMode integer constant. The default value is DmlEffectsRenderingMode.SIMPLIFIED.

This property is used when the document is exported to fixed page formats.


See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.