java.lang.Object
com.aspose.diagram.DocProps
public class DocProps
| Property Getters/Setters Summary | ||
|---|---|---|
BoolValue | getAddMarkup() | |
| Indicates whether the document is being reviewed for markup. | ||
int | getDel() | |
void | setDel(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. | ||
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. | ||
| Method Summary | ||
|---|---|---|
java.lang.Object | deepClone() | |
| Creates deep copy of this instance. | ||
| Property Getters/Setters Detail |
|---|
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getOutputFormat | |
public OutputFormat getOutputFormat() | |
getLockPreview | |
public BoolValue getLockPreview() | |
getAddMarkup | |
public BoolValue getAddMarkup() | |
getViewMarkup | |
public BoolValue getViewMarkup() | |
getPreviewQuality | |
public BoolValue getPreviewQuality() | |
getPreviewScope | |
public PreviewScope getPreviewScope() | |
getDocLangID | |
public IntValue getDocLangID() | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |