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.

ดูเช่นกัน

 ภาษาไทย