Aspose::Page::EPS::PageConstants クラス
コンテンツ
[
隠れる
]PageConstants class
このクラスはページを記述する定数のセットを定義します。さまざまな余白、向き、リスケーリング、標準ページサイズ用の便利なオブジェクトが提供されています。
class PageConstants : public System::Object
メソッド
| メソッド | 説明 |
|---|---|
| static BACKGROUND() | 背景キー。 |
| static BACKGROUND_COLOR() | 背景色キー。 |
| static FIT_TO_PAGE() | コンテンツをページに合わせるキー。 |
| static get_OrientationList() | |
| static get_SizeList() | |
| static GetMargins(const System::String&) | ページ余白の値を取得します |
| static GetMargins(System::SharedPtr<Margins>, System::String) | 指定された向きでページ余白 мфдгуы を計算します |
| static GetSize(const System::String&) | “Portrait"ページ向きでページサイズを計算します |
| static GetSize(const System::String&, const System::String&) | 指定されたページ向きでページサイズを計算します |
| static GetSize(Drawing::Size, System::String) | 指定されたページ向きでページサイズを計算します |
| static MARGINS_LARGE() | “Large"ページ余白の値 |
| static MARGINS_MEDIUM() | “Medium"ページ余白の値 |
| static MARGINS_SMALL() | “Small"ページ余白の値 |
| static MARGINS_ZERO() | “Zero"ページ余白の値 |
| static ORIENTATION() | ページの名前付き向き(Portrait または Landscape)のための向きキー。 |
| static ORIENTATION_BEST_FIT() | “Best fit"向きの値 |
| static ORIENTATION_LANDSCAPE() | “Landscape"向きの値 |
| static ORIENTATION_PORTRAIT() | “Portrait"向きの値 |
| static PAGE_MARGINS() | Page 余白キー。 |
| static PAGE_SIZE_() | Page サイズキー。 |
| static SIZE_A3() | “A3"ページサイズの値 |
| static SIZE_A4() | “A4"ページサイズの値 |
| static SIZE_A5() | “A5"ページサイズの値 |
| static SIZE_A6() | “A6"ページサイズの値 |
| static SIZE_EXECUTIVE() | “Executive"ページサイズの値 |
| static SIZE_INTERNATIONAL() | "International" ページサイズの値 |
| static SIZE_LEDGER() | "Ledger" ページサイズの値 |
| static SIZE_LEGAL() | "Legal" ページサイズの値 |
| static SIZE_LETTER() | "Letter" ページサイズの値 |
| static TRANSPARENT() | 透過背景キー。 |
フィールド
| フィールド | 説明 |
|---|---|
| static VIEWING_ORIENTATION | ページ上のコンテンツの向きを区別する回転行列用の表示向きキーです。デフォルトの表示向き行列は単位行列です。 |
参照
- Class Object
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++