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

印刷時の左、右、上、下の余白を指定するために使用します。


コンストラクタ
default:PrintMargin 型のオブジェクトを作成します。
コンストラクタ public {PrintMargin.default
left-offset:Distance,
top-offset:Distance,
right-offset:Distance,
bottom-offset:Distance
}

プロパティ
bottom-offset:ページの下端から下の余白までの距離。
フィールド public PrintMargin.bottom-offset:Distance
left-offset:ページの左端から左余白までの距離。
フィールド public PrintMargin.left-offset:Distance
right-offset:ページの右端から右余白までの距離。
フィールド public PrintMargin.right-offset:Distance
top-offset:ページの上端から上余白までの距離。
フィールド public PrintMargin.top-offset:Distance

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



コンストラクタ詳細
default (コンストラクタ)
public {PrintMargin.default
left-offset:Distance,
top-offset:Distance,
right-offset:Distance,
bottom-offset:Distance
}

PrintMargin 型のオブジェクトを作成します。

left-offset: ページの左端から左余白までの距離。
top-offset: ページの上端から上余白までの距離。
right-offset: ページの右端から右余白までの距離。
bottom-offset: ページの下端から下の余白までの距離。



プロパティ詳細
bottom-offset (フィールド)
public PrintMargin.bottom-offset:Distance

ページの下端から下の余白までの距離。



left-offset (フィールド)
public PrintMargin.left-offset:Distance

ページの左端から左余白までの距離。



right-offset (フィールド)
public PrintMargin.right-offset:Distance

ページの右端から右余白までの距離。



top-offset (フィールド)
public PrintMargin.top-offset:Distance

ページの上端から上余白までの距離。






メソッド詳細