PrintPageDescription (クラス)
public final PrintPageDescription
パッケージ: CURL.GRAPHICS.PRINTER

プリンタのページを表現します。

注意事項

印刷用紙の PrintPageDescription.widthPrintPageDescription.height は、PageOrientation.portrait の方向に関係しています。

説明

PrintPageDescription オブジェクトを取得するためには、Printer.get-page-description を呼び出す必要があります。
導入: バージョン 6.0

プロパティ
description:ページの表現です。人間が判読できるページ名です。
フィールド public constant PrintPageDescription.description:String
height:ページの高さ。
フィールド public constant PrintPageDescription.height:Distance
width:ページの幅。
フィールド public constant PrintPageDescription.width:Distance

メソッド
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize




プロパティ詳細
description (フィールド)
public constant PrintPageDescription.description:String

ページの表現です。人間が判読できるページ名です。

導入: バージョン 6.0


height (フィールド)
public constant PrintPageDescription.height:Distance

ページの高さ。

導入: バージョン 6.0


width (フィールド)
public constant PrintPageDescription.width:Distance

ページの幅。

導入: バージョン 6.0





メソッド詳細