API Documentation > Classes > Class PDFSaveMode
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 PDFSaveMode
PDF_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 PDFSaveMode
PDF_FULL
Object value of enum value "PDF_FULL"
default
static final int
_PDFSaveMode_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?