|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.Section
public class Section
For more details on sections take a look at the Document Sectioning topic.
Licensing:
This class is a DynamicPDF Generator Community Edition feature.
Method Summary | |
---|---|
NumberingStyle |
getNumberingStyle()
Gets the numbering style for the section. |
int |
getPageIndex()
Gets the page index for the start of the section. |
java.lang.String |
getPrefix()
Gets the prefix string for the section. |
Template |
getStampTemplate()
Gets the StampTemplate for the section. |
int |
getStartingPageNumber()
Gets the starting page number for the section. |
Template |
getTemplate()
Gets the Template for the section. |
void |
setNumberingStyle(NumberingStyle value)
Sets the numbering style for the section. |
void |
setPrefix(java.lang.String value)
Sets the prefix string for the section. |
void |
setStampTemplate(Template value)
Sets the StampTemplate for the section. |
void |
setStartingPageNumber(int value)
Sets the starting page number for the section. |
void |
setTemplate(Template value)
Sets the Template for the section. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setNumberingStyle(NumberingStyle value)
value
- the numbering style for the section.public NumberingStyle getNumberingStyle()
public void setPrefix(java.lang.String value)
value
- the prefix string for the section.public java.lang.String getPrefix()
public void setStartingPageNumber(int value)
value
- the starting page number for the section.public int getStartingPageNumber()
public int getPageIndex()
public void setTemplate(Template value)
Page.ApplySectionTemplate
property set to true(the default value).
value
- the Template for the section.public Template getTemplate()
Page.ApplySectionTemplate
property set to true(the default value).
public Template getStampTemplate()
method.
public void setStampTemplate(Template value)
Page.setApplySectionTemplate(boolean value)
method set to true(the default value).
value
- the StampTemplate for the section.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |