|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.antenna.pdfdrv.PtlParamFontSettings
public class PtlParamFontSettings
出力設定ファイルの「フォント」に対する操作を行うクラスです。
PtlParamDriverSettings
で使用します。
フィールドの概要 | |
---|---|
static int |
EMBED_ALL_FONT
保存方法:使用されているすべてのフォントを埋め込む。 |
static int |
EMBED_SELECT_FONT
保存方法:選択して埋め込む。 |
static int |
PDF_CREATE_CANCEL
埋め込みができなかったフォントがあった場合の処理:PDF作成をキャンセルする。 |
static int |
PDF_CREATE_EXECUTE
埋め込みができなかったフォントがあった場合の処理:そのフォントは埋め込まずに作成する。 |
コンストラクタの概要 | |
---|---|
PtlParamFontSettings()
|
|
PtlParamFontSettings(PtlParamFontSettings obj)
|
メソッドの概要 | |
---|---|
void |
addEmbedFontName(java.lang.String name)
埋め込みフォントの指定。 |
void |
clearEmbedFont()
埋め込みフォントのクリア。 |
int |
getCantEmbedFontStyle()
埋め込みができなかったフォントがあった場合の処理の取得。 |
boolean |
getEmbedBase14()
欧文基本14フォントの埋め込み処理の取得。 |
int |
getEmbedFontCount()
設定されている埋め込みフォント数の取得。 |
java.lang.String |
getEmbedFontName(int count)
設定されている埋め込みフォントの取得。 |
int |
getEmbedFontStyle()
フォント埋め込み方法の取得。 |
void |
setCantEmbedFontStyle(int style)
埋め込みができなかったフォントがあった場合の処理の指定。 |
void |
setEmbedBase14(boolean embed)
欧文基本14フォントの埋め込み処理の指定。 |
void |
setEmbedFontStyle(int style)
フォント埋め込み方法の指定。 |
void |
terminate()
|
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final int EMBED_ALL_FONT
public static final int EMBED_SELECT_FONT
public static final int PDF_CREATE_CANCEL
public static final int PDF_CREATE_EXECUTE
コンストラクタの詳細 |
---|
public PtlParamFontSettings() throws PtlDrvException
PtlDrvException
public PtlParamFontSettings(PtlParamFontSettings obj) throws PtlDrvException
PtlDrvException
メソッドの詳細 |
---|
public void terminate()
public int getCantEmbedFontStyle() throws PtlDrvException
PtlDrvException
public void setCantEmbedFontStyle(int style) throws PtlDrvException
style
- 埋め込みができなかったフォントがあった場合の処理。
PtlDrvException
public int getEmbedFontStyle() throws PtlDrvException
PtlDrvException
public void setEmbedFontStyle(int style) throws PtlDrvException
style
- フォント埋め込み方法。
PtlDrvException
public boolean getEmbedBase14() throws PtlDrvException
PtlDrvException
public void setEmbedBase14(boolean embed) throws PtlDrvException
embed
- true:欧文基本14フォントも埋め込む、false:欧文基本14フォントを埋め込まない。
PtlDrvException
public int getEmbedFontCount() throws PtlDrvException
PtlDrvException
public java.lang.String getEmbedFontName(int count) throws PtlDrvException
count
- 取得番号。
PtlDrvException
public void addEmbedFontName(java.lang.String name) throws PtlDrvException
name
- フォント名。
PtlDrvException
public void clearEmbedFont() throws PtlDrvException
PtlDrvException
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |