FontConstants

Inheritance: java.lang.Object

public class FontConstants

This class defines a set of constants for saving fonts.

Fields

FieldDescription
EMBED_FONTSKey of property indicating whether to embed fonts in saved document
EMBED_FONTS_ASKey of property indicating a type of font to use when saving document
EMBED_FONTS_TRUETYPE“TrueType” font type value for “EMBED_FONTS_AS” key
EMBED_FONTS_TYPE1“Type3” font type value for “EMBED_FONTS_AS” key
EMBED_FONTS_TYPE3“Type3” font type value for “EMBED_FONTS_AS” key

Methods

MethodDescription
equals(Object arg0)
getClass()
getEmbedFontsAsList()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

EMBED_FONTS

public static final String EMBED_FONTS

Key of property indicating whether to embed fonts in saved document

EMBED_FONTS_AS

public static final String EMBED_FONTS_AS

Key of property indicating a type of font to use when saving document

EMBED_FONTS_TRUETYPE

public static final String EMBED_FONTS_TRUETYPE

“TrueType” font type value for “EMBED_FONTS_AS” key

EMBED_FONTS_TYPE1

public static final String EMBED_FONTS_TYPE1

“Type3” font type value for “EMBED_FONTS_AS” key

EMBED_FONTS_TYPE3

public static final String EMBED_FONTS_TYPE3

“Type3” font type value for “EMBED_FONTS_AS” key

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getEmbedFontsAsList()

public static final String[] getEmbedFontsAsList()

Returns: java.lang.String[] - available “EMBED_FONTS_AS” values

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int