|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.HeaderFooter
public class HeaderFooter
Represents the header, footer, slide number, date and time on a slide.
Method Summary | |
---|---|
int |
getDateTimeFormat()
Returns the format of a datetime on a slide. |
java.lang.String |
getDateTimeText()
Returns the fixed datetime text for a slide. |
java.lang.String |
getFooterText()
Returns the footer text for a slide. |
java.lang.String |
getHeaderText()
Returns the header text for a slide. |
boolean |
isDateTimeFixed()
Determines whether the datetime is a fixed text. |
boolean |
isDateTimeVisible()
Determines whether the datetime is visible on a slide. |
boolean |
isFooterVisible()
Determines whether the footer is visible on a slide. |
boolean |
isHeaderVisible()
Determines whether the header is visible on a slide. |
boolean |
isPageNumberVisible()
Determines whether the page number is visible on a slide. |
boolean |
isShowOnTitleSlide()
Determines whether the header, footer, page number and datetime are visible on a title slide. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isHeaderVisible()
public java.lang.String getHeaderText()
String
.public boolean isFooterVisible()
public java.lang.String getFooterText()
String
.public boolean isDateTimeVisible()
public boolean isDateTimeFixed()
public java.lang.String getDateTimeText()
String
.public int getDateTimeFormat()
DateTimeFormat
.public boolean isPageNumberVisible()
public boolean isShowOnTitleSlide()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |