Aspose::Page::XPS::XpsDocument::AddPage メソッド
コンテンツ
[
隠れる
]XpsDocument::AddPage(bool) method
デフォルトのページサイズでドキュメントに空のページを追加します。
System::SharedPtr<XpsModel::XpsPage> Aspose::Page::XPS::XpsDocument::AddPage(bool activate=true)
| パラメーター | 型 | 説明 |
|---|---|---|
| アクティブ化 | bool | 追加されたページをアクティブとして選択するかどうかを示すフラグ。 |
ReturnValue
追加されたページ。
参照
- Typedef SharedPtr
- Class XpsPage
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::AddPage(float, float, bool) method
指定された width と height を持つ空のページをドキュメントに追加します。
System::SharedPtr<XpsModel::XpsPage> Aspose::Page::XPS::XpsDocument::AddPage(float width, float height, bool activate=true)
| パラメーター | 型 | 説明 |
|---|---|---|
| width | 単精度浮動小数点数 | 新しいページの幅。 |
| height | 単精度浮動小数点数 | 新しいページの高さ。 |
| アクティブ化 | bool | 追加されたページをアクティブとして選択するかどうかを示すフラグ。 |
ReturnValue
追加されたページ。
参照
- Typedef SharedPtr
- Class XpsPage
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::AddPage(System::SharedPtr<XpsModel::XpsPage>, bool) method
ドキュメントにページを追加します。
System::SharedPtr<XpsModel::XpsPage> Aspose::Page::XPS::XpsDocument::AddPage(System::SharedPtr<XpsModel::XpsPage> page, bool activate=true)
| パラメーター | 型 | 説明 |
|---|---|---|
| page | System::SharedPtr<XpsModel::XpsPage> | Page が追加されます。 |
| アクティブ化 | bool | 追加されたページをアクティブとして選択するかどうかを示すフラグ。 |
ReturnValue
追加されたページ。
参照
- Typedef SharedPtr
- Class XpsPage
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++