PrintRange (クラス)
public final PrintRange
インポート元: CURL.GUI.STANDARD. package 内で定義されています CURL.GRAPHICS.PRINTER.

印刷するページの範囲を記述します。これは Printer.open に指定されます。


コンストラクタ
default:PrintRange 型のオブジェクトを作成します。Printer.open の呼び出しで頻繁に使用されます。
コンストラクタ public {PrintRange.default
min-page:int,
max-page:int,
from-page:int = min-page,
to-page:int = max-page
}

プロパティ
from-page:開始ページ番号。
フィールド public PrintRange.from-page:int
max-page:最大ページ番号。
フィールド public PrintRange.max-page:int
min-page:最小ページ番号。
フィールド public PrintRange.min-page:int
to-page:終了ページ番号。
フィールド public PrintRange.to-page:int

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



コンストラクタ詳細
default (コンストラクタ)
public {PrintRange.default
min-page:int,
max-page:int,
from-page:int = min-page,
to-page:int = max-page
}

PrintRange 型のオブジェクトを作成します。Printer.open の呼び出しで頻繁に使用されます。

min-page: 最小ページ番号。
max-page: 最大ページ番号。
from-page: PrintRange の開始ページ番号。既定値は min-page です。
to-page: PrintRange の終了ページ番号。既定値は max-page です。



プロパティ詳細
from-page (フィールド)
public PrintRange.from-page:int

開始ページ番号。



max-page (フィールド)
public PrintRange.max-page:int

最大ページ番号。



min-page (フィールド)
public PrintRange.min-page:int

最小ページ番号。



to-page (フィールド)
public PrintRange.to-page:int

終了ページ番号。






メソッド詳細