|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.pdfdocumenttemplate
com.spire.pdf.pdfsectiontemplate
public class pdfsectiontemplate
encapsulates a page template for all the pages in the section.
constructor summary | |
---|---|
pdfsectiontemplate()
creates a new object. |
method summary | |
---|---|
boolean |
getapplydocumentbottomtemplate()
gets the value indicating whether parent bottom page template should be used or not. |
boolean |
getapplydocumentlefttemplate()
gets the value indicating whether parent left page template should be used or not. |
boolean |
getapplydocumentrighttemplate()
gets the value indicating whether parent right page template should be used or not. |
boolean |
getapplydocumentstamps()
gets or sets value indicating whether the parent stamp elements should be used or not. |
boolean |
getapplydocumenttoptemplate()
gets the value indicating whether parent top page template should be used or not. |
void |
setapplydocumentbottomtemplate(boolean value)
sets value indicating whether parent bottom page template should be used or not. |
void |
setapplydocumentlefttemplate(boolean value)
sets the value indicating whether parent left page template should be used or not. |
void |
setapplydocumentrighttemplate(boolean value)
sets the value indicating whether parent right page template should be used or not. |
void |
setapplydocumentstamps(boolean value)
|
void |
setapplydocumenttoptemplate(boolean value)
sets the value indicating whether parent top page template should be used or not. |
methods inherited from class com.spire.pdf.pdfdocumenttemplate |
---|
getbottom, getevenbottom, getevenleft, getevenright, geteventop, getleft, getoddbottom, getoddleft, getoddright, getoddtop, getright, getstamps, gettop, setbottom, setevenbottom, setevenleft, setevenright, seteventop, setleft, setoddbottom, setoddleft, setoddright, setoddtop, setright, settop |
constructor detail |
---|
public pdfsectiontemplate()
method detail |
---|
public boolean getapplydocumentlefttemplate()
public void setapplydocumentlefttemplate(boolean value)
public boolean getapplydocumenttoptemplate()
public void setapplydocumenttoptemplate(boolean value)
public boolean getapplydocumentrighttemplate()
public void setapplydocumentrighttemplate(boolean value)
public boolean getapplydocumentbottomtemplate()
public void setapplydocumentbottomtemplate(boolean value)
public boolean getapplydocumentstamps()
public void setapplydocumentstamps(boolean value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |