| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _EXPORT_CURRENT_TO_MODEL_SPACE
Integer value of enum value "EXPORT_CURRENT_TO_MODEL_SPACE" Default: Exports only the drawing's current sheet to model space |
| static final Export2DSheetOption | EXPORT_CURRENT_TO_MODEL_SPACE
Object value of enum value "EXPORT_CURRENT_TO_MODEL_SPACE" Default: Exports only the drawing's current sheet to model space |
| static final int | _EXPORT_CURRENT_TO_PAPER_SPACE
Integer value of enum value "EXPORT_CURRENT_TO_PAPER_SPACE" Exports only the drawing's current sheet to paper space. This is the same as EXPORT_CURRENT_TO_MODEL_SPACE for formats which do not support the concept of model and paper space. |
| static final Export2DSheetOption | EXPORT_CURRENT_TO_PAPER_SPACE
Object value of enum value "EXPORT_CURRENT_TO_PAPER_SPACE" Exports only the drawing's current sheet to paper space. This is the same as EXPORT_CURRENT_TO_MODEL_SPACE for formats which do not support the concept of model and paper space. |
| static final int | _EXPORT_ALL
Integer value of enum value "EXPORT_ALL" Exports all sheet to single file (as paper space, if applicable to the format type) |
| static final Export2DSheetOption | EXPORT_ALL
Object value of enum value "EXPORT_ALL" Exports all sheet to single file (as paper space, if applicable to the format type) |
| static final int | _EXPORT_SELECTED
Integer value of enum value "EXPORT_SELECTED" Exports selected sheets to the file as paper space (set using pfcModel::Export2DOption::SetSheets) and/or one sheet to model space (set using pfcModel::Export2DOption::SetModelSpaceSheet) |
| static final Export2DSheetOption | EXPORT_SELECTED
Object value of enum value "EXPORT_SELECTED" Exports selected sheets to the file as paper space (set using pfcModel::Export2DOption::SetSheets) and/or one sheet to model space (set using pfcModel::Export2DOption::SetModelSpaceSheet) |
| static final int | _Export2DSheetOption_null
Enum null value. |
| Method Summary | |
|---|---|
| static Export2DSheetOption | FromInt
(int value)
Creates enum object from an integer. |
| static Export2DSheetOption | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static Export2DSheetOption | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static Export2DSheetOption | FromInt | (Integer value) |
Creates enum object from an integer object.
|