Library | Package Java Toolkit

Class PDFAnnotMode

package com.ptc.pfc.pfcExport;

public class PDFAnnotMode
  implements jxenum



Description

This enumerated type contains options to export Annotations.



Field Summary
static final int_PDF_EXCLUDE_ANNOTATION
    Integer value of enum value "PDF_EXCLUDE_ANNOTATION"
     
static final PDFAnnotModePDF_EXCLUDE_ANNOTATION
    Object value of enum value "PDF_EXCLUDE_ANNOTATION"
     
static final int_PDF_INCLUDE_ANNOTATION
    Integer value of enum value "PDF_INCLUDE_ANNOTATION"
     
static final PDFAnnotModePDF_INCLUDE_ANNOTATION
    Object value of enum value "PDF_INCLUDE_ANNOTATION"
     
static final int_PDFAnnotMode_null
    Enum null value.

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


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


FromInt

static PDFAnnotModeFromInt (Integer value)


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