DocProps

Inheritance: java.lang.Object

public class DocProps

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

Methods

MethodDescription
equals(Object arg0)
getAddMarkup()Indicates whether the document is being reviewed for markup.
getClass()
getDel()A flag indicating whether the element has been deleted locally.
getDocLangID()Indicates the default language for the document.
getLockPreview()Specifies whether a preview is saved each time you save a drawing.
getOutputFormat()Specifies the output format for a drawing.
getPreviewQuality()Specifies whether the drawing preview is draft quality or detailed.
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.
getViewMarkup()Determines whether markup appears in the drawing window.
hashCode()
notify()
notifyAll()
setDel(int value)For the description of this property, please see getDel()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAddMarkup()

public BoolValue getAddMarkup()

Indicates whether the document is being reviewed for markup.

Returns: BoolValue

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDel()

public int getDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.

Returns: int

getDocLangID()

public IntValue getDocLangID()

Indicates the default language for the document.

Returns: IntValue

getLockPreview()

public BoolValue getLockPreview()

Specifies whether a preview is saved each time you save a drawing.

Returns: BoolValue

getOutputFormat()

public OutputFormat getOutputFormat()

Specifies the output format for a drawing.

Returns: OutputFormat

getPreviewQuality()

public BoolValue getPreviewQuality()

Specifies whether the drawing preview is draft quality or detailed.

Returns: BoolValue

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.

Returns: PreviewScope

getViewMarkup()

public BoolValue getViewMarkup()

Determines whether markup appears in the drawing window.

Returns: BoolValue

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDel(int value)

public void setDel(int value)

For the description of this property, please see getDel()

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int