|
Method Summary |
java.lang.Object |
clone()
Clone an object. |
Color |
getBackgroundColor()
Gets a Color object that indicates the background color of the section. |
java.lang.String |
getBackgroundImageFile()
Gets a string that indicates the background image file name. |
float |
getBackgroundImageFixedHeight()
Gets a float value that indicates the fixed height of the background image. |
float |
getBackgroundImageFixedWidth()
Gets a float value that indicates the fixed width of the background image. |
ColumnInfo |
getColumnInfo()
Gets a ColumnInfo object that indicates the columns info. |
org.w3c.dom.Element |
getDOMElement()
Gets a DOM representation of the pdf element. |
HeaderFooter |
getEvenFooter()
Gets a HeaderFooter object that indicates the even footer of the section. |
HeaderFooter |
getEvenHeader()
Gets a HeaderFooter object that indicates the even header of the section. |
int |
getFirstLineIndent()
Gets an int value that indicates the blank space at the beginning of the section. |
HeaderFooter |
getFirstPageFooter()
Gets a HeaderFooter object that indicates the first page footer of the section.
If the first page needs one footer style, the subsequent pages need another footer style,
the first page footer is needed. |
HeaderFooter |
getFirstPageHeader()
Gets a HeaderFooter object that indicates the first page header of the section. |
GraphInfo |
getGraphInfo()
Gets a GraphInfo that indicates graph info of the section. |
HeaderFooter |
getLastPageFooter()
Gets a HeaderFooter object that indicates the last page footer of the section. |
HeaderFooter |
getLastPageHeader()
Gets a HeaderFooter object that indicates the lasgt page header of the section. |
HeaderFooter |
getOddFooter()
Gets a HeaderFooter object that indicates the odd footer of the section. |
HeaderFooter |
getOddHeader()
Gets a HeaderFooter object that indicates the odd header of the section. |
int |
getPageRotatingAngle()
Gets the number of degrees by which the page should be rotated clockwise
when displayed or printed. |
PageSetup |
getPageSetup()
Gets a PageSetup that indicates page info of the section. |
Paragraphs |
getParagraphs()
Gets a Paragraph collection that indicates all paragraphs in the section. |
Pdf |
getPdf()
Gets the pdf document. |
int |
getStartingPageNumber()
Gets a int value that indicates the starting page number of the section. |
TextInfo |
getTextInfo()
|
boolean |
isBackgroundImageBlackWhite()
Gets a bool value that indicates whether the image is forced to be black-and-white. |
boolean |
isDisabled()
Gets a bool value that indicates whether this section is disabled. |
boolean |
isLandscape()
Gets a bool value that indicates whether the page orientation is landscape. |
boolean |
isNewColumn()
Gets a bool value that indicates whether the section starts at new column.Default is true. |
void |
isNewColumn(boolean isNewColumn)
Sets a bool value that indicates whether the section starts at new column.Default is true. |
boolean |
isPageNumberRestarted()
Gets a bool value that indicates whether the page number be restarted at this section. |
void |
isPageNumberRestarted(boolean pageNumberRestarted)
Sets a bool value that indicates whether the page number be restarted at this section. |
boolean |
isSpaced()
Gets a bool value that indicates whether the spaces at the begin of the text and returns in the text be shown. |
void |
setBackgroundColor(Color color)
Sets a Color object that indicates the background color of the section. |
void |
setBackgroundImageFile(java.lang.String imageFile)
Sets a string that indicates the background image file name. |
void |
setBackgroundImageFixedHeight(float imageFixedHeight)
Sets a float value that indicates the fixed height of the background image. |
void |
setBackgroundImageFixedWidth(float imageFixedWidth)
Sets a float value that indicates the fixed width of the background image. |
void |
setColumnInfo(ColumnInfo info)
Sets a ColumnInfo object that indicates the columns info. |
void |
setEvenFooter(HeaderFooter footer)
Sets a HeaderFooter object that indicates the even footer of the section. |
void |
setEvenHeader(HeaderFooter header)
Sets a HeaderFooter object that indicates the even header of the section. |
void |
setFirstLineIndent(int indent)
Sets an int value that indicates the blank space at the beginning of the section. |
void |
setFirstPageFooter(HeaderFooter firstPageFooter)
Sets a HeaderFooter object that indicates the first page footer of the section.
If the first page needs one footer style, the subsequent pages need another footer style,
the first page footer is needed. |
void |
setFirstPageHeader(HeaderFooter firstPageHeader)
Sets a HeaderFooter object that indicates the first page header of the section. |
void |
setGraphInfo(GraphInfo graphInfo)
Sets a GraphInfo that indicates graph info of the section. |
void |
setIsBackgroundImageBlackWhite(boolean backgroundImageBlackWhite)
Sets a bool value that indicates whether the image is forced to be black-and-white. |
void |
setIsDisabled(boolean disabled)
Sets a bool value that indicates whether this section is disabled. |
void |
setIsLandscape(boolean landscape)
Sets a bool value that indicates whether the page orientation is landscape. |
void |
setIsSpaced(boolean isSpaced)
Sets a bool value that indicates whether the spaces at the begin of the text and returns in the text be shown. |
void |
setLastPageFooter(HeaderFooter lastPageFooter)
Sets a HeaderFooter object that indicates the last page footer of the section. |
void |
setLastPageHeader(HeaderFooter lastPageHeader)
Sets a HeaderFooter object that indicates the last page header of the section. |
void |
setOddFooter(HeaderFooter oddFooter)
Sets a HeaderFooter object that indicates the odd footer of the section. |
void |
setOddHeader(HeaderFooter oddHeader)
Sets a HeaderFooter object that indicates the odd header of the section. |
void |
setPageRotatingAngle(int rotatingAngle)
Sets the number of degrees by which the page should be rotated clockwise
when displayed or printed. |
void |
setPageSetup(PageSetup pageSetup)
Sets a PageSetup that indicates page info of the section. |
void |
setParagraphs(Paragraphs paragraphs)
Sets a Paragraph collection that indicates all paragraphs in the section. |
void |
setStartingPageNumber(int startingPageNumber)
Sets a int value that indicates the starting page number of the section. |
void |
setTextInfo(TextInfo textInfo)
|