pdfsectiontemplate-ag凯发旗舰厅



com.spire.pdf
class pdfsectiontemplate

java.lang.object
  extended by com.spire.pdf.pdfdocumenttemplate
      extended by com.spire.pdf.pdfsectiontemplate

public class pdfsectiontemplate
extends pdfdocumenttemplate

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

pdfsectiontemplate

public pdfsectiontemplate()
creates a new object.
method detail

getapplydocumentlefttemplate

public boolean getapplydocumentlefttemplate()
gets the value indicating whether parent left page template should be used or not.

setapplydocumentlefttemplate

public void setapplydocumentlefttemplate(boolean value)
sets the value indicating whether parent left page template should be used or not.

getapplydocumenttoptemplate

public boolean getapplydocumenttoptemplate()
gets the value indicating whether parent top page template should be used or not.

setapplydocumenttoptemplate

public void setapplydocumenttoptemplate(boolean value)
sets the value indicating whether parent top page template should be used or not.

getapplydocumentrighttemplate

public boolean getapplydocumentrighttemplate()
gets the value indicating whether parent right page template should be used or not.

setapplydocumentrighttemplate

public void setapplydocumentrighttemplate(boolean value)
sets the value indicating whether parent right page template should be used or not.

getapplydocumentbottomtemplate

public boolean getapplydocumentbottomtemplate()
gets the value indicating whether parent bottom page template should be used or not.

setapplydocumentbottomtemplate

public void setapplydocumentbottomtemplate(boolean value)
sets value indicating whether parent bottom page template should be used or not.

getapplydocumentstamps

public boolean getapplydocumentstamps()
gets or sets value indicating whether the parent stamp elements should be used or not.

setapplydocumentstamps

public void setapplydocumentstamps(boolean value)


网站地图