|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.powerml.structures.Footer
Represents a slide footer containing date, footer string and/or slide number.
| Method Summary | |
void |
addXml(org.dom4j.Element parent,
boolean purgeStrings)
Transforms current instance to XML and adds it to a parent element. |
FooterDateFormat |
getDateFormat()
Returns the date format. |
java.lang.String |
getFooterString()
Returns the footer string. |
boolean |
isShowDate()
Checks whether the date is shown in the footer. |
boolean |
isShowFooter()
Checks whether the footer string is shown in the footer. |
boolean |
isShowSlideNumber()
Checks whether the slide number is shown in the footer. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void addXml(org.dom4j.Element parent,
boolean purgeStrings)
parent - parent elementpurgeStrings - clean strings of control characterspublic FooterDateFormat getDateFormat()
public java.lang.String getFooterString()
public boolean isShowDate()
public boolean isShowFooter()
public boolean isShowSlideNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||