CellCollection
ภาพรวม
CellCollection เป็นคลาสใน Aspose.Slides FOSS สําหรับ C++.
แสดงว่าเป็นชุดเซลล์ตาราง.
หมวดนี้ให้วิธีการ 36 สําหรับทํางานกับ CellCollection วัตถุในโปรแกรม C ++. วิธีการที่ใช้ได้แก่: Cell, CellCollection, IBaseSlide, IPresentationComponent, ISlideComponent, add, as_i_collection, as_i_enumerable, as_i_presentation_component, as_i_slide_component, begin, clear,และ 9 วิธีเพิ่มเติม. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Slides FOSS for C++. คุณสมบัติ: Cell, IBaseSlide, IPresentationComponent, ISlideComponent, const_iterator, iterator.
คุณสมบัติ
| ชื่อ | ประเภท | Access | คําอธิบาย |
|---|---|---|---|
Cell | Cell | อ่าน | รับเซลล์. |
IBaseSlide | IBaseSlide | อ่าน | รับสไลด์ฐาน i. |
ISlideComponent | ISlideComponent | อ่าน | รับ i slide component. |
IPresentationComponent | IPresentationComponent | อ่าน | รับส่วนประกอบการนำเสนอ i. |
iterator | iterator | อ่าน | รับ iterator. |
const_iterator | const_iterator | อ่าน | รับ iterator คงที่. |
วิธีการ
| Signature | คําอธิบาย |
|---|---|
Cell() → Cell | อสังหาริมทรัพย์ให้การเข้าถึงเซลล์ในสะสม |
Cell() → Cell | |
Cell() → Cell | |
Cell() → Cell | |
IBaseSlide() → IBaseSlide | อสังหาริมทรัพย์ให้การเข้าถึง IBaseSlide ที่เกี่ยวข้อง |
IBaseSlide() → IBaseSlide | |
ISlideComponent() → ISlideComponent | อสังหาริมทรัพย์ให้บริการเข้าถึง ISlideComponent ที่เกี่ยวข้อง |
ISlideComponent() → ISlideComponent | |
IPresentationComponent() → IPresentationComponent | อสังหาริมทรัพย์ให้การเข้าถึงที่เชื่อมต่อ IPresentationComponent |
IPresentationComponent() → IPresentationComponent | |
iterator() → iterator | การคืนตัวอิเทเรเตอร์ให้กับองค์ประกอบแรกของคอลเล็คชั่น |
iterator() → iterator | |
const_iterator() → const_iterator | การคืนตัวอิเตอเรเตอร์ const ให้กับองค์ประกอบแรกของคอลเล็คชั่น |
const_iterator() → const_iterator | |
CellCollection() | |
~CellCollection() | |
init_internal(cells: std::vector<std::unique_ptr<Cell>>, parent_slide: IBaseSlide) | เริ่มการสะสมด้วยเซลล์และสไลด์หลักเนื้อหา. |
size() → std::size_t | กลับจํานวนเซลล์. |
add(cell: std::unique_ptr<Cell>) → Cell | เพิ่มเซลล์เข้ากับการรวบรวม. |
add() → Cell | เพิ่มเซลล์เข้ากับการรวบรวม. |
clear() | ถอดเซลล์ทั้งหมดไป. |
slide() → IBaseSlide | กลับสไลด์แม่ของ CellCollection. อ่านเท่านั้น. |
slide() → IBaseSlide | กลับสไลด์แม่ของ CellCollection. อ่านเท่านั้น. |
set_slide(slide: IBaseSlide) | กำหนดสไลด์แม่. |
presentation() → IPresentation | กลับการแสดงตัวอย่างของผู้ปกครอง ของ CellCollection. เพียงอ่านเท่านั้น. |
presentation() → IPresentation | กลับการแสดงตัวอย่างของผู้ปกครอง ของ CellCollection. เพียงอ่านเท่านั้น. |
as_i_slide_component() → ISlideComponent | ให้การเข้าถึงพื้นฐาน ISlideComponent ช่องทางอ่านเท่านั้น. |
as_i_slide_component() → ISlideComponent | ให้การเข้าถึงพื้นฐาน ISlideComponent ช่องทางอ่านเท่านั้น. |
as_i_presentation_component() → IPresentationComponent | ให้การเข้าถึงพื้นฐาน IPresentationComponent ช่องทางอ่านเท่านั้น. |
as_i_presentation_component() → IPresentationComponent | ให้การเข้าถึงพื้นฐาน IPresentationComponent ช่องทางอ่านเท่านั้น. |
as_i_collection() → std::vector<Cell*> | กลับภาพถ่ายของเซลล์เป็นตัวชี้แจงสด. |
as_i_enumerable() → std::vector<Cell*> | ส่งผลภาพฉบับของเซลล์เป็นตัวชี้แจง raw (เหมือนกันกับ as_i_collection). |
begin() → iterator | |
end() → iterator | |
begin() → const_iterator | |
end() → const_iterator |