Aspose::Page::XPS::XpsModel::XpsCanvas فئة
محتويات
[
يخفي
]XpsCanvas class
فئة تُغلف ميزات عنصر Canvas. هذا العنصر يجمع العناصر معًا. على سبيل المثال، يمكن تجميع عناصر Glyphs و Path في Canvas لتُعرف كوحدة (كوجهة ارتباط تشعبي) أو لتطبيق قيمة خاصية مركبة على كل عنصر فرعي وسلف.
class XpsCanvas : public Aspose::Page::XPS::XpsModel::XpsContentElement
الطرق
| طريقة | الوصف |
|---|---|
| Add(T) | يضيف عنصرًا إلى قائمة الأطفال لهذا الـ canvas. |
| AddCanvas() | يضيف canvas جديدًا إلى قائمة الأطفال لهذا الـ canvas. |
| AddGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) | يضيف glyphs جديدة إلى قائمة الأطفال لهذا الـ canvas. |
| AddPath(System::SharedPtr<XpsPathGeometry>) | يضيف مسارًا جديدًا إلى قائمة الأطفال لهذا الـ canvas. |
| Clone() | ينسخ هذا الـ canvas. |
| get_EdgeMode() const | يرجع/يضبط القيمة التي تتحكم في كيفية عرض حواف المسارات داخل الـ canvas. |
| Insert(int32_t, T) | يدرج عنصرًا إلى قائمة الأطفال لهذا الـ canvas في موضع index. |
| InsertCanvas(int32_t) | يدرج canvas جديدًا إلى قائمة الأطفال لهذا الـ canvas في موضع index. |
| InsertGlyphs(int32_t, System::String, float, System::Drawing::FontStyle, float, float, System::String) | يدرج glyphs جديدة إلى قائمة الأطفال لهذا الـ canvas في موضع index. |
| InsertPath(int32_t, System::SharedPtr<XpsPathGeometry>) | يدرج مسارًا جديدًا إلى قائمة الأطفال لهذا الـ canvas في موضع index. |
| set_EdgeMode(XpsEdgeMode) | يرجع/يضبط القيمة التي تتحكم في كيفية عرض حواف المسارات داخل الـ canvas. |
انظر أيضًا
- Class XpsContentElement
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++