|
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.HeaderHtmlLayout
public class HeaderHtmlLayout
This class can be used to place Header Html Layout on a page. View Example
Method Summary | |
---|---|
float |
getBottomPadding()
Gets the bottom padding of the header. |
HeaderFooterHtmlLayoutElement |
getCenter()
Gets a HeaderFooterHtmlLayoutElement object that represents the center element of the header. |
HeaderFooterHtmlLayoutElement |
getLeft()
Gets a HeaderFooterHtmlLayoutElement object that represents the left element of the header. |
float |
getLeftMargin()
Gets the left margin of the header. |
HeaderFooterHtmlLayoutElement |
getRight()
Gets a HeaderFooterHtmlLayoutElement object that represents the right element of the header. |
float |
getRightMargin()
Gets the right margin of the header. |
float |
getTopMargin()
Gets the top margin of the header. |
void |
setBottomPadding(float value)
Sets the bottom padding of the header. |
void |
setLeftMargin(float value)
Sets the left margin of the header. |
void |
setRightMargin(float value)
Sets the right margin of the header. |
void |
setTopMargin(float value)
Sets the top margin of the header. |
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 header.
HeaderFooterHtmlLayoutElement
object that represents the left element of the header.public HeaderFooterHtmlLayoutElement getRight()
HeaderFooterHtmlLayoutElement
object that represents the right element of the header.
HeaderFooterHtmlLayoutElement
object that represents the right element of the header.public HeaderFooterHtmlLayoutElement getCenter()
HeaderFooterHtmlLayoutElement
object that represents the center element of the header.
HeaderFooterHtmlLayoutElement
object that represents the center element of the header.public float getTopMargin()
public void setTopMargin(float value)
value
- the top margin of the header.public float getLeftMargin()
public void setLeftMargin(float value)
value
- the left margin of the header.public float getRightMargin()
public void setRightMargin(float value)
value
- the right margin of the header.public float getBottomPadding()
public void setBottomPadding(float value)
value
- the bottom padding of the header.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |