DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class FooterHtmlLayout

java.lang.Object
  extended by com.cete.dynamicpdf.FooterHtmlLayout

public class FooterHtmlLayout
extends java.lang.Object

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

getLeft

public HeaderFooterHtmlLayoutElement getLeft()
Gets a HeaderFooterHtmlLayoutElement object that represents the left element of the footer.

Returns:
a HeaderFooterHtmlLayoutElement object that represents the left element of the footer.

getRight

public HeaderFooterHtmlLayoutElement getRight()
Gets a HeaderFooterHtmlLayoutElement object that represents the right element of the footer.

Returns:
a HeaderFooterHtmlLayoutElement object that represents the right element of the footer.

getCenter

public HeaderFooterHtmlLayoutElement getCenter()
Gets a HeaderFooterHtmlLayoutElement object that represents the center element of the footer.

Returns:
a HeaderFooterHtmlLayoutElement object that represents the center element of the footer.

getTopPadding

public float getTopPadding()
Gets the top padding of the footer.

Returns:
the top padding of the footer.

setTopPadding

public void setTopPadding(float value)
Sets the top padding of the footer.

Parameters:
value - the top padding of the footer.

getRightMargin

public float getRightMargin()
Gets the right margin of the footer.

Returns:
the right margin of the footer.

setRightMargin

public void setRightMargin(float value)
Sets the right margin of the footer.

Parameters:
value - the right margin of the footer.

getLeftMargin

public float getLeftMargin()
Gets the left margin of the footer.

Returns:
the left margin of the footer.

setLeftMargin

public void setLeftMargin(float value)
Sets the left margin of the footer.

Parameters:
value - the left margin of the footer.

getBottomMargin

public float getBottomMargin()
Gets the bottom margin of the footer.

Returns:
the bottom margin of the footer.

setBottomMargin

public void setBottomMargin(float value)
Sets the bottom margin of the footer.

Parameters:
value - the bottom margin of the footer.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v11.02 for Java generated on Sep 02, 2021
© Copyright 2021, ceTe Software