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وصف
TextFrameTextFrameقراءةيحصل على إطار النص.

الطرق

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 المدعومة داخلية لهذا الإطار النصي.

انظر أيضا

 العربية