Picture
ภาพรวม
Picture เป็นคลาสใน Aspose.Slides FOSS สําหรับ C++.
แสดงภาพในการนําเสนอ.
หมวดนี้ให้ 15 วิธีในการทํางานกับวัตถุภาพในโปรแกรม C ++ . วิธีการที่ใช้ได้แก่: as_i_presentation_component, as_i_slide_component, blip_element, image, init_internal, link_path_long, presentation, set_image, set_link_path_long, slide, slide_part. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน C++ ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Slides FOSS for C++.
วิธีการ
| Signature | คําอธิบาย |
|---|---|
init_internal(blip_element: pugi::xml_node, slide_part: Internal::pptx::SlidePart, parent_slide: Slide) | การประกอบตัวภายในด้วย a: blip XML elements. |
blip_element() → pugi::xml_node | กลับ node XML ของ blip ที่เก็บไว้. |
slide_part() → Internal::pptx::SlidePart | กลับส่วนสไลด์ที่เกี่ยวข้อง หรือ nullptr. |
image() → IPPImage | กลับภาพที่ติดตั้งไว้. |
set_image(value: IPPImage) | ตั้งค่าภาพที่ฝังไว้. |
link_path_long() → std::string | ส่ง URL ของภาพที่เชื่อมต่อกลับมา. |
set_link_path_long(value: std::string) | ตั้งค่า URL ของภาพที่เชื่อมโยง. |
presentation() → IPresentation | การแสดงตัวอย่างของผู้ปกครองกลับคืน. |
presentation() → IPresentation | การแสดงตัวอย่างของผู้ปกครองกลับคืน. |
slide() → IBaseSlide | การคืนสไลด์แม่. |
slide() → IBaseSlide | การคืนสไลด์แม่. |
as_i_presentation_component() → IPresentationComponent | กลับนี้เป็น IPresentationComponent. |
as_i_presentation_component() → IPresentationComponent | กลับนี้เป็น IPresentationComponent. |
as_i_slide_component() → ISlideComponent | กลับนี้เป็น ISlideComponent. |
as_i_slide_component() → ISlideComponent | กลับนี้เป็น ISlideComponent. |