|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.doc.ownerholder
com.spire.doc.documents.xml.documentserializable
com.spire.doc.headersfooters
public class headersfooters
method summary | |
---|---|
headerfooter |
get(int index)
gets textbody at specified index. |
headerfooter |
getbyheaderfootertype(headerfootertype hftype)
gets textbody by specified headerfooter type. |
headerfooter |
getevenfooter()
gets even footer |
headerfooter |
getevenheader()
gets even header. |
headerfooter |
getfirstpagefooter()
gets first page footer. |
headerfooter |
getfirstpageheader()
gets first page header. |
headerfooter |
getfooter()
gets default footer. |
headerfooter |
getheader()
gets default header. |
boolean |
getlinktoprevious()
|
headerfooter |
getoddfooter()
gets odd footer ( this is also the default footer ). |
headerfooter |
getoddheader()
gets odd header ( this is also the default header ). |
boolean |
isempty()
detects whether all headers/footers are empty. |
java.util.iterator |
iterator()
returns an enumerator that iterates through a collection. |
void |
setlinktoprevious(boolean value)
if set to true if this header or footer is linked in the previous section. |
methods inherited from class com.spire.doc.ownerholder |
---|
getdocument |
method detail |
---|
public headerfooter getheader()
public headerfooter getfooter()
public headerfooter getevenheader()
public headerfooter getoddheader()
public headerfooter getevenfooter()
public headerfooter getoddfooter()
public headerfooter getfirstpageheader()
public headerfooter getfirstpagefooter()
public boolean isempty()
public headerfooter get(int index)
index
- int
public headerfooter getbyheaderfootertype(headerfootertype hftype)
hftype
- headerfootertype
public boolean getlinktoprevious()
public void setlinktoprevious(boolean value)
value
- booleanpublic java.util.iterator iterator()
iterator
object that can be used to iterate through the collection.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |