API Documentation > Classes > Class PDFLayerMode
Class PDFLayerMode

package com.ptc.pfc.pfcExport;

public class
PDFLayerMode
implements
jxenum


Description
This enumerated type contains possible layer modes.
User Guide References:
Field Summary
static final int
_PDF_LAYERS_ALL
Integer value of enum value "PDF_LAYERS_ALL"
static final PDFLayerMode
PDF_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 PDFLayerMode
PDF_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 PDFLayerMode
PDF_LAYERS_NONE
Object value of enum value "PDF_LAYERS_NONE"
static final int
_PDFLayerMode_null
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?