BaseHandoutNotesSlideHeaderFooterManager
अवलोकन
BaseHandoutNotesSlideHeaderFooterManager हैंडआउट और नोट्स स्लाइड हेडर/फ़ूटर मैनेजर्स के लिए एब्स्ट्रैक्ट बेस क्लास को दर्शाता है। यह IBaseHandoutNotesSlideHeaderFooterManager का पूरा सार्वजनिक इंटरफ़ेस विरासत में लेता है और नीचे दी गई तालिकाओं में दस्तावेज़ित अतिरिक्त सदस्य जोड़ सकता है। कंटेनिंग पैरेंट ऑब्जेक्ट पर उजागर फ़ैक्टरी मेथड्स या कलेक्शन प्रॉपर्टीज़ के माध्यम से इंस्टेंस प्राप्त करें। इंस्टॉलेशन निर्देशों और संबंधित प्रकारों की पूरी सूची के लिए पैकेज दस्तावेज़ीकरण देखें।
पैकेज: org.aspose.slides.foss
स्रोत में सार्वजनिक API सदस्यों का कोई दस्तावेज़ नहीं है।
संबंधित देखें
| Name | Type | Access | Description |
|---|---|---|---|
headerVisible | boolean | Read | Gets value indicating that a header placeholder is present. |
footerVisible | boolean | Read | Gets value indicating that a footer placeholder is present. |
slideNumberVisible | boolean | Read | Gets value indicating that a page number placeholder is present. |
dateTimeVisible | boolean | Read | Gets value indicating that a date-time placeholder is present. |
| Signature | Description |
|---|---|
isHeaderVisible() → boolean | Gets value indicating that a header placeholder is present. |
setHeaderVisibility(isVisible: boolean) | Modifies header placeholder visibility. |
setHeaderText(text: String) | Assigns text content to the header placeholder. |
isFooterVisible() → boolean | Gets value indicating that a footer placeholder is present. |
isSlideNumberVisible() → boolean | Gets value indicating that a page number placeholder is present. |
isDateTimeVisible() → boolean | Gets value indicating that a date-time placeholder is present. |
setFooterVisibility(isVisible: boolean) | Modifies footer placeholder visibility. |
setSlideNumberVisibility(isVisible: boolean) | Modifies page number placeholder visibility. |
setDateTimeVisibility(isVisible: boolean) | Modifies date-time placeholder visibility. |
setFooterText(text: String) | Assigns text content to the footer placeholder. |
setDateTimeText(text: String) | Assigns text content to the date-time placeholder. |