TextFrame
نظرة عامة
TextFrame هو فئة في Aspose.Slides FOSS لـ C++.
يمثل TextFrame يحتوي على أحرف من النص.
هذه الفئة توفر 24 طريقة للعمل مع TextFrame الكائنات في برامج C++. وتشمل الأساليب المتاحة: TextFrame, as_i_presentation_component, as_i_slide_component, init_internal, paragraphs, parent_cell, parent_shape, presentation, set_parent_cell, set_parent_shape, set_slide, set_text,3 طرق إضافية. جميع الأعضاء العموميين متاحة لأي تطبيق C++ بعد تثبيت Aspose.Slides FOSS لملف C ++. الممتلكات : TextFrame.
الممتلكات
| الاسم | نوع | Access | وصف |
|---|---|---|---|
TextFrame | TextFrame | قراءة | يحصل على إطار النص. |
الطرق
| Signature | وصف |
|---|---|
TextFrame() → TextFrame | إنشاء مثال جديد فارغ TextFrame |
TextFrame() | |
paragraphs() → IParagraphCollection | إرجاع قائمة جميع الفقرات في إطار واحد. |
paragraphs() → IParagraphCollection | إرجاع قائمة جميع الفقرات في إطار واحد. |
text() → std::string | يعيد النص المسطح لـ TextFrame (الفقرات المرفقة بالخطوط الجديدة). |
set_text(value: std::string) | وضع النص المسطح، وتقسيم الانفجارات على خط إلى أحكام منفصلة. |
text_frame_format() → ITextFrameFormat | إرجاع موضوع التصميم لهذا TextFrame. |
text_frame_format() → ITextFrameFormat | إرجاع موضوع التصميم لهذا TextFrame. |
parent_shape() → IShape | إعادة شكل الوالد، أو nullptr. |
parent_shape() → IShape | إعادة شكل الوالد، أو nullptr. |
parent_cell() → ICell | إعادة الخلية الأم، أو nullptr. |
parent_cell() → ICell | إعادة الخلية الأم، أو nullptr. |
as_i_slide_component() → ISlideComponent | إعادة هذا كـ ISlideComponent. اقرأ فقط. |
as_i_slide_component() → ISlideComponent | إعادة هذا كـ ISlideComponent. اقرأ فقط. |
slide() → IBaseSlide | |
slide() → IBaseSlide | |
as_i_presentation_component() → IPresentationComponent | |
as_i_presentation_component() → IPresentationComponent | |
presentation() → IPresentation | |
presentation() → IPresentation | |
set_slide(slide: IBaseSlide) | يضبط الشريحة الأصلية لهذا الإطار النصي. |
set_parent_shape(shape: IShape) | يضبط الشكل الأب لهذا الإطار النصي. |
set_parent_cell(cell: ICell) | يضبط الخلية الأصلية لهذا الإطار النصي. |
init_internal(txbody_element: pugi::xml_node, slide_part: Internal::pptx::SlidePart, parent_slide: IBaseSlide) | يبدأ حالة XML المدعومة داخلية لهذا الإطار النصي. |