com.aspose.diagram
Class DocProps

java.lang.Object
    extended by com.aspose.diagram.DocProps

public class DocProps 
extends java.lang.Object

Contains elements that control the document's preview quality, scope, and output format.


Property Getters/Setters Summary
BoolValuegetAddMarkup()
           Indicates whether the document is being reviewed for markup.
intgetDel()
voidsetDel(int)
           A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
IntValuegetDocLangID()
           Indicates the default language for the document.
BoolValuegetLockPreview()
           Specifies whether a preview is saved each time you save a drawing.
OutputFormatgetOutputFormat()
           Specifies the output format for a drawing.
BoolValuegetPreviewQuality()
           Specifies whether the drawing preview is draft quality or detailed.
PreviewScopegetPreviewScope()
           Specifies whether the document includes a preview, and, if so, whether the preview shows only the first page or all the pages in the document.
BoolValuegetViewMarkup()
           Determines whether markup appears in the drawing window.
 
Method Summary
java.lang.ObjectdeepClone()
           Creates deep copy of this instance.
 

Property Getters/Setters Detail

getDel/setDel

public int getDel() / public void setDel(int value)
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

getOutputFormat

public OutputFormat getOutputFormat()
Specifies the output format for a drawing.

getLockPreview

public BoolValue getLockPreview()
Specifies whether a preview is saved each time you save a drawing.

getAddMarkup

public BoolValue getAddMarkup()
Indicates whether the document is being reviewed for markup.

getViewMarkup

public BoolValue getViewMarkup()
Determines whether markup appears in the drawing window.

getPreviewQuality

public BoolValue getPreviewQuality()
Specifies whether the drawing preview is draft quality or detailed.

getPreviewScope

public PreviewScope getPreviewScope()
Specifies whether the document includes a preview, and, if so, whether the preview shows only the first page or all the pages in the document.

getDocLangID

public IntValue getDocLangID()
Indicates the default language for the document.

Method Detail

deepClone

public java.lang.Object deepClone()
                throws java.lang.Exception
Creates deep copy of this instance.
Returns:

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