BaseHandoutNotesSlideHeaderFooterManager

BaseHandoutNotesSlideHeaderFooterManager

Gambaran Keseluruhan

BaseHandoutNotesSlideHeaderFooterManager mewakili kelas asas abstrak untuk pengurus pengepala/kaki nota dan handout slaid. Ia mewarisi antara muka awam penuh IBaseHandoutNotesSlideHeaderFooterManager dan mungkin menambah ahli tambahan yang didokumentasikan dalam jadual di bawah. Dapatkan contoh melalui kaedah kilang atau sifat koleksi yang didedahkan pada objek induk yang mengandungi. Rujuk dokumentasi pakej untuk arahan pemasangan dan senarai lengkap jenis yang berkaitan.

Pakej: org.aspose.slides.foss


Tiada ahli API awam yang didokumentasikan dalam sumber.


Lihat Juga

NameTypeAccessDescription
headerVisiblebooleanReadGets value indicating that a header placeholder is present.
footerVisiblebooleanReadGets value indicating that a footer placeholder is present.
slideNumberVisiblebooleanReadGets value indicating that a page number placeholder is present.
dateTimeVisiblebooleanReadGets value indicating that a date-time placeholder is present.
SignatureDescription
isHeaderVisible()booleanGets 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()booleanGets value indicating that a footer placeholder is present.
isSlideNumberVisible()booleanGets value indicating that a page number placeholder is present.
isDateTimeVisible()booleanGets 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.
 Bahasa Melayu