public class DocProps
Property Getters/Setters Summary | ||
---|---|---|
BoolValue | getAddMarkup() | |
Indicates whether the document is being reviewed for markup.
|
||
int | getDel() | |
void | setDel(intvalue) | |
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. | ||
IntValue | getDocLangID() | |
Indicates the default language for the document.
|
||
BoolValue | getLockPreview() | |
Specifies whether a preview is saved each time you save a drawing.
|
||
OutputFormat | getOutputFormat() | |
Specifies the output format for a drawing.
|
||
BoolValue | getPreviewQuality() | |
Specifies whether the drawing preview is draft quality or detailed.
|
||
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.
|
||
BoolValue | getViewMarkup() | |
Determines whether markup appears in the drawing window.
|
public int getDel() / public void setDel(int value)
public OutputFormat getOutputFormat()
public BoolValue getLockPreview()
public BoolValue getAddMarkup()
public BoolValue getViewMarkup()
public BoolValue getPreviewQuality()
public PreviewScope getPreviewScope()
public IntValue getDocLangID()