MasterSlideCollection
अवलोकन
MasterSlideCollection C++ के लिए Aspose.Slides FOSS में एक वर्ग है।.
प्रस्तुति में मास्टर स्लाइड के संग्रह का प्रबंधन करता है.
यह वर्ग C++ कार्यक्रमों में MasterSlideCollection वस्तुओं के साथ काम करने के लिए 21 विधियाँ प्रदान करता है. उपलब्ध विधियों में शामिल हैंः: MasterSlideCollection, add_clone, as_i_collection, as_i_enumerable, begin, clone_layout_part, clone_master_part, const_iterator, end, get_max_master_layout_id_in_presentation, get_next_layout_file_number, get_next_master_file_number, और 4 अतिरिक्त विधियाँ।. सभी सार्वजनिक सदस्य Aspose.Slides FOSS for C++ पैकेज स्थापित करने के बाद किसी भी C ++ अनुप्रयोग तक पहुंच सकते हैं. गुण: MasterSlideCollection, const_iterator, iterator.
गुण
| नाम | प्रकार | Access | विवरण |
|---|---|---|---|
MasterSlideCollection | MasterSlideCollection | पढ़िए। | मास्टर स्लाइड संग्रह प्राप्त करता है।. |
iterator | iterator | पढ़िए। | इटररेटर प्राप्त करता है।. |
const_iterator | const_iterator | पढ़िए। | const iterator प्राप्त करता है।. |
विधिएँ
| Signature | विवरण |
|---|---|
MasterSlideCollection() → MasterSlideCollection | संग्रह को मालिक की प्रस्तुति के पीछे-संदर्भ से बनाता है।. |
iterator() → iterator | गुण संग्रह के लिए परिवर्तनीय पुनरावर्तक प्रकार देता है |
iterator() → iterator | |
const_iterator() → const_iterator | गुण संग्रह के लिए केवल-पढ़ने वाले पुनरावर्तक प्रकार देता है |
const_iterator() → const_iterator | |
MasterSlideCollection() | संग्रह को मालिक की प्रस्तुति के पीछे-संदर्भ से बनाता है।. |
as_i_collection() → IMasterSlideCollection | इस संग्रह को सामान्य संग्रह इंटरफ़ेस के रूप में लौटाता है. |
as_i_enumerable() → IMasterSlideCollection | इस संग्रह को एक सामान्य गणना योग्य इंटरफ़ेस के रूप में लौटाता है. |
size() → std::size_t | मास्टर स्लाइड की संख्या लौटाता है. |
add_clone(source_master: IMasterSlide) → MasterSlide | स्रोत से प्राप्त मुख्य स्लाइड का क्लोन संग्रह में जोड़ता है। स्रोत की रूपों और लेआउट स्लाईड को कलोन करता है. |
begin() → iterator | |
end() → iterator | |
begin() → const_iterator | |
end() → const_iterator | |
init_internal(presentation: Presentation, package: Internal::opc::OpcPackage, presentation_part_name: std::string_view, master_references: std::vector<MasterReference>, master_slides: std::vector<std::unique_ptr<MasterSlide>>) | ओपीसी आधारित लोडिंग के लिए आंतरिक आरंभिकरण।. |
get_next_master_file_number() → int | पैकेज में अगली उपलब्ध मास्टर स्लाइड फ़ाइल संख्या खोजें. |
get_next_layout_file_number() → int | पैकेज में अगली उपलब्ध लेआउट स्लाइड फ़ाइल संख्या खोजें. |
clone_master_part(source_package: Internal::opc::OpcPackage, source_part_name: std::string_view, dest_package: Internal::opc::OpcPackage, dest_part_name: std::string_view) → std::unordered_map<std::string, std::string> | एक मास्टर स्लाइड भाग और उसके संबंधित संसाधनों (लेआउट को छोड़कर) क्लोन करें. |
clone_layout_part(source_package: Internal::opc::OpcPackage, source_part_name: std::string_view, dest_package: Internal::opc::OpcPackage, dest_part_name: std::string_view, dest_master_part_name: std::string_view) | लेआउट स्लाइड भाग क्लोन करें और इसे निर्दिष्ट मास्टर पर इंगित करें. |
get_max_master_layout_id_in_presentation() → int64_t | सभी मास्टर स्लाइड आईडी और लेआउट आई डी में अधिकतम आई.डी. ढूंढें। पीपीटीएक्स में, sldMasterIdLst तथा sddLayoutIdlst एक ही आई डि स्पेस साझा करते हैं।. |
update_master_layout_relationships(source_package: Internal::opc::OpcPackage, source_master_part_name: std::string_view, dest_master_part_name: std::string_view, layout_mapping: std::unordered_map<std::string, std::string>, source_layout_rids: std::unordered_map<std::string, std::string>) | क्लोन किए गए लेआउट को इंगित करने के लिए मास्टर संबंधों और एक्सएमएल अपडेट करें. |