DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class HeaderHtmlLayout

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

public class HeaderHtmlLayout
extends java.lang.Object

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

getLeft

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

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

getRight

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

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

getCenter

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

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

getTopMargin

public float getTopMargin()
Gets the top margin of the header.

Returns:
the top margin of the header.

setTopMargin

public void setTopMargin(float value)
Sets the top margin of the header.

Parameters:
value - the top margin of the header.

getLeftMargin

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

Returns:
the left margin of the header.

setLeftMargin

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

Parameters:
value - the left margin of the header.

getRightMargin

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

Returns:
the right margin of the header.

setRightMargin

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

Parameters:
value - the right margin of the header.

getBottomPadding

public float getBottomPadding()
Gets the bottom padding of the header.

Returns:
the bottom padding of the header.

setBottomPadding

public void setBottomPadding(float value)
Sets the bottom padding of the header.

Parameters:
value - the bottom padding of the header.

DynamicPDF by ceTe Software

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