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:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | java.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:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long | |
| arg1 | int |