Library | Package Java Toolkit

Class PDFSaveMode

package com.ptc.pfc.pfcExport;

public class PDFSaveMode
  implements jxenum



Description

This enumerated type contains possible save types.





Field Summary
static final int_PDF_ARCHIVE_1
    Integer value of enum value "PDF_ARCHIVE_1"
     ONLY for PDF_2D_DRAWING Forces the following: PDFLayerMode will be forced to PDF_LAYERS_NONE, PDFOPT_HYPERLINKS = FALSE hyperlinks are not created in the PDF, Shaded views will not have Transparency and may overlap other data, PDFOPT_PASSWORD_TO_OPEN = null, PDFOPT_MASTER_PASSWORD = null
static final PDFSaveModePDF_ARCHIVE_1
    Object value of enum value "PDF_ARCHIVE_1"
     ONLY for PDF_2D_DRAWING Forces the following: PDFLayerMode will be forced to PDF_LAYERS_NONE, PDFOPT_HYPERLINKS = FALSE hyperlinks are not created in the PDF, Shaded views will not have Transparency and may overlap other data, PDFOPT_PASSWORD_TO_OPEN = null, PDFOPT_MASTER_PASSWORD = null
static final int_PDF_FULL
    Integer value of enum value "PDF_FULL"
     default
static final PDFSaveModePDF_FULL
    Object value of enum value "PDF_FULL"
     default
static final int_PDFSaveMode_null
    Enum null value.

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


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


FromInt

static PDFSaveModeFromInt (Integer value)


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