|
|||||||||
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 date on a slide. |
java.lang.String |
getDateTimeText()
Returns the fixed date text of a slide. |
java.lang.String |
getFooterText()
Returns the footer text of a slide. |
java.lang.String |
getHeaderText()
Returns the header text of a slide. |
boolean |
isDateTimeFixed()
Determines whether the date is a fixed text. |
boolean |
isDateTimeVisible()
Determines whether the date 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 date are visible on a title slide. |
void |
setDateTimeFixed(boolean value)
Sets whether the date is a fixed text. |
void |
setdateTimeText(java.lang.String value)
Sets the fixed date text of a slide. |
void |
setDateTimeVisible(boolean value)
Sets whether the date is visible on a slide. |
void |
setFooterText(java.lang.String value)
Sets the footer text of a slide. |
void |
setFooterVisible(boolean value)
Sets whether the footer is visible on a slide. |
void |
setHeaderText(java.lang.String value)
Sets the header text of a slide. |
void |
setHeaderVisible(boolean value)
Sets whether the header is visible on a slide. |
void |
setPageNumberVisible(boolean value)
Sets whether the page number is visible on a slide. |
void |
setShowOnTitleSlide(boolean value)
Sets whether the header, footer, page number and date 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 void setHeaderVisible(boolean value)
value
- true if the header is visible.public java.lang.String getHeaderText()
public void setHeaderText(java.lang.String value)
value
- new header text.public boolean isFooterVisible()
public void setFooterVisible(boolean value)
value
- true if the footer is visible.public java.lang.String getFooterText()
public void setFooterText(java.lang.String value)
value
- new footer text.public boolean isDateTimeVisible()
public void setDateTimeVisible(boolean value)
value
- true if the date is visible.public boolean isDateTimeFixed()
public void setDateTimeFixed(boolean value)
value
- true if the date is a fixed text.public java.lang.String getDateTimeText()
public void setdateTimeText(java.lang.String value)
value
- new fixed date text.public int getDateTimeFormat()
DateTimeFormat
.
public boolean isPageNumberVisible()
public void setPageNumberVisible(boolean value)
value
- true if the page number is visible.public boolean isShowOnTitleSlide()
public void setShowOnTitleSlide(boolean value)
value
- true if the header, footer, page number and date are
visible.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |