FontConstants

Inheritance: java.lang.Object

public class FontConstants

此类定义了一组用于保存字体的常量。

字段

字段描述
EMBED_FONTS属性键,指示是否在已保存的文档中嵌入字体
EMBED_FONTS_AS属性键,指示在保存文档时使用的字体类型
EMBED_FONTS_TRUETYPE“TrueType” 字体类型值,用于 “EMBED_FONTS_AS” 键
EMBED_FONTS_TYPE1“Type3” 字体类型值,用于 “EMBED_FONTS_AS” 键
EMBED_FONTS_TYPE3“Type3” 字体类型值,用于 “EMBED_FONTS_AS” 键

方法

方法描述
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

属性键,指示是否在已保存的文档中嵌入字体

EMBED_FONTS_AS

public static final String EMBED_FONTS_AS

属性键,指示在保存文档时使用的字体类型

EMBED_FONTS_TRUETYPE

public static final String EMBED_FONTS_TRUETYPE

“TrueType” 字体类型值,用于 “EMBED_FONTS_AS” 键

EMBED_FONTS_TYPE1

public static final String EMBED_FONTS_TYPE1

“Type3” 字体类型值,用于 “EMBED_FONTS_AS” 键

EMBED_FONTS_TYPE3

public static final String EMBED_FONTS_TYPE3

“Type3” 字体类型值,用于 “EMBED_FONTS_AS” 键

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

参数类型描述
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[] - 可用的 “EMBED_FONTS_AS” 值

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:

参数类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

参数类型描述
arg0long
arg1int