Aspose::Page::XPS::XpsDocument::AddPage طريقة
محتويات
[
يخفي
]XpsDocument::AddPage(bool) method
يضيف صفحة فارغة إلى المستند بحجم صفحة افتراضي.
System::SharedPtr<XpsModel::XpsPage> Aspose::Page::XPS::XpsDocument::AddPage(bool activate=true)
| Parameter | Type | الوصف |
|---|---|---|
| تفعيل | 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)
| Parameter | Type | الوصف |
|---|---|---|
| العرض | عدد عائم | عرض صفحة جديدة. |
| الارتفاع | عدد عائم | ارتفاع صفحة جديدة. |
| تفعيل | 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)
| Parameter | Type | الوصف |
|---|---|---|
| page | System::SharedPtr<XpsModel::XpsPage> | يجب إضافة Page. |
| تفعيل | bool | علامة تشير إلى ما إذا كان يجب اختيار الصفحة المضافة كصفحة نشطة. |
ReturnValue
صفحة مضافة.
انظر أيضًا
- Typedef SharedPtr
- Class XpsPage
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++