Library | Package Java Toolkit

Class PDFLayerMode

package com.ptc.pfc.pfcExport;

public class PDFLayerMode
  implements jxenum



Description

This enumerated type contains possible layer modes.





Field Summary
static final int_PDF_LAYERS_ALL
    Integer value of enum value "PDF_LAYERS_ALL"
    
static final PDFLayerModePDF_LAYERS_ALL
    Object value of enum value "PDF_LAYERS_ALL"
    
static final int_PDF_LAYERS_VISIBLE
    Integer value of enum value "PDF_LAYERS_VISIBLE"
    
static final PDFLayerModePDF_LAYERS_VISIBLE
    Object value of enum value "PDF_LAYERS_VISIBLE"
    
static final int_PDF_LAYERS_NONE
    Integer value of enum value "PDF_LAYERS_NONE"
    
static final PDFLayerModePDF_LAYERS_NONE
    Object value of enum value "PDF_LAYERS_NONE"
    
static final int_PDFLayerMode_null
    Enum null value.

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


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


FromInt

static PDFLayerModeFromInt (Integer value)


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