Library | Package Java Toolkit

Class PDFExportMode

package com.ptc.pfc.pfcExport;

public class PDFExportMode
  implements jxenum



Description

This enumerated type contains possible export modes .





Field Summary
static final int_PDF_2D_DRAWING
    Integer value of enum value "PDF_2D_DRAWING"
    
static final PDFExportModePDF_2D_DRAWING
    Object value of enum value "PDF_2D_DRAWING"
    
static final int_PDF_3D_AS_NAMED_VIEWS
    Integer value of enum value "PDF_3D_AS_NAMED_VIEWS"
    
static final PDFExportModePDF_3D_AS_NAMED_VIEWS
    Object value of enum value "PDF_3D_AS_NAMED_VIEWS"
    
static final int_PDF_3D_AS_U3D_PDF
    Integer value of enum value "PDF_3D_AS_U3D_PDF"
    
static final PDFExportModePDF_3D_AS_U3D_PDF
    Object value of enum value "PDF_3D_AS_U3D_PDF"
    
static final int_PDF_3D_AS_U3D
    Integer value of enum value "PDF_3D_AS_U3D"
    
static final PDFExportModePDF_3D_AS_U3D
    Object value of enum value "PDF_3D_AS_U3D"
    
static final int_PDFExportMode_null
    Enum null value.

Method Summary
static PDFExportModeFromInt (int value)
    Creates enum object from an integer.
static PDFExportModeFromInt (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 PDFExportModeFromInt (int value)


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


FromInt

static PDFExportModeFromInt (Integer value)


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