Library | Package Java Toolkit

Class Export2DSheetOption

package com.ptc.pfc.pfcModel;

public class Export2DSheetOption
  implements jxenum



Description

This enumerated type specifies the sheet options used for exporting drawings.



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 Export2DSheetOptionEXPORT_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 Export2DSheetOptionEXPORT_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 Export2DSheetOptionEXPORT_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 Export2DSheetOptionEXPORT_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 Export2DSheetOptionFromInt (int value)
    Creates enum object from an integer.
static Export2DSheetOptionFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static Export2DSheetOptionFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static Export2DSheetOptionFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.