BaseHandoutNotesSlideHeaderFooterManager

BaseHandoutNotesSlideHeaderFooterManager

Tổng quan

BaseHandoutNotesSlideHeaderFooterManager đại diện cho lớp cơ sở trừu tượng cho các trình quản lý tiêu đề/chân trang của slide handout và notes. Nó kế thừa toàn bộ giao diện công cộng của IBaseHandoutNotesSlideHeaderFooterManager và có thể thêm các thành viên bổ sung được tài liệu hoá trong các bảng bên dưới. Lấy các thể hiện thông qua các phương thức factory hoặc các thuộc tính collection được phơi bày trên đối tượng cha chứa. Tham khảo tài liệu gói để biết hướng dẫn cài đặt và danh sách đầy đủ các kiểu liên quan.

Gói: org.aspose.slides.foss


Không có thành viên API công khai nào được tài liệu trong mã nguồn.


Xem thêm

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.
 Tiếng Việt