Library | Package Java Toolkit

Class PDFFontStrokeMode

package com.ptc.pfc.pfcExport;

public class PDFFontStrokeMode
  implements jxenum



Description

This enumerated type contains possible font types.





Field Summary
static final int_PDF_STROKE_ALL_FONTS
    Integer value of enum value "PDF_STROKE_ALL_FONTS"
    
static final PDFFontStrokeModePDF_STROKE_ALL_FONTS
    Object value of enum value "PDF_STROKE_ALL_FONTS"
    
static final int_PDF_USE_TRUE_TYPE_FONTS
    Integer value of enum value "PDF_USE_TRUE_TYPE_FONTS"
    
static final PDFFontStrokeModePDF_USE_TRUE_TYPE_FONTS
    Object value of enum value "PDF_USE_TRUE_TYPE_FONTS"
    
static final int_PDFFontStrokeMode_null
    Enum null value.

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


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


FromInt

static PDFFontStrokeModeFromInt (Integer value)


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