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 |