|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cete.dynamicpdf.FooterHtmlLayout
public class FooterHtmlLayout
This class can be used to place Footer Html Layout on a page. View Example
Method Summary | |
---|---|
float |
getBottomMargin()
Gets the bottom margin of the footer. |
HeaderFooterHtmlLayoutElement |
getCenter()
Gets a HeaderFooterHtmlLayoutElement object that represents the center element of the footer. |
HeaderFooterHtmlLayoutElement |
getLeft()
Gets a HeaderFooterHtmlLayoutElement object that represents the left element of the footer. |
float |
getLeftMargin()
Gets the left margin of the footer. |
HeaderFooterHtmlLayoutElement |
getRight()
Gets a HeaderFooterHtmlLayoutElement object that represents the right element of the footer. |
float |
getRightMargin()
Gets the right margin of the footer. |
float |
getTopPadding()
Gets the top padding of the footer. |
void |
setBottomMargin(float value)
Sets the bottom margin of the footer. |
void |
setLeftMargin(float value)
Sets the left margin of the footer. |
void |
setRightMargin(float value)
Sets the right margin of the footer. |
void |
setTopPadding(float value)
Sets the top padding of the footer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public HeaderFooterHtmlLayoutElement getLeft()
HeaderFooterHtmlLayoutElement
object that represents the left element of the footer.
HeaderFooterHtmlLayoutElement
object that represents the left element of the footer.public HeaderFooterHtmlLayoutElement getRight()
HeaderFooterHtmlLayoutElement
object that represents the right element of the footer.
HeaderFooterHtmlLayoutElement
object that represents the right element of the footer.public HeaderFooterHtmlLayoutElement getCenter()
HeaderFooterHtmlLayoutElement
object that represents the center element of the footer.
HeaderFooterHtmlLayoutElement
object that represents the center element of the footer.public float getTopPadding()
public void setTopPadding(float value)
value
- the top padding of the footer.public float getRightMargin()
public void setRightMargin(float value)
value
- the right margin of the footer.public float getLeftMargin()
public void setLeftMargin(float value)
value
- the left margin of the footer.public float getBottomMargin()
public void setBottomMargin(float value)
value
- the bottom margin of the footer.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |