HeaderFooter

Inheritance: java.lang.Object

public class HeaderFooter

Contains elements for a document’s header and footer.

Methods

Method Description
equals(Object arg0)
getClass()
getFooterCenter() Contains the text string that appears in the center portion of a document’s footer.
getFooterLeft() Contains the text string that appears in the left portion of a document’s footer.
getFooterMargin() Specifies the margin of a document’s footer.
getFooterRight() Contains the text string that appears in the right portion of a document’s footer.
getHeaderCenter() Contains the text string that appears in the center portion of a document’s header.
getHeaderFooterColor() The RGB value of the text color for the header and footer.
getHeaderFooterFont() Specifies the font used for the header and footer text.
getHeaderLeft() Contains the text string that appears in the left portion of a document’s header.
getHeaderMargin() Specifies the margin of a document’s footer.
getHeaderRight() Contains the text string that appears in the right portion of a document’s header.
hashCode()
notify()
notifyAll()
setFooterCenter(String value) For the description of this property, please see getFooterCenter()
setFooterLeft(String value) For the description of this property, please see getFooterLeft()
setFooterMargin(Margin value) For the description of this property, please see getFooterMargin()
setFooterRight(String value) For the description of this property, please see getFooterRight()
setHeaderCenter(String value) For the description of this property, please see getHeaderCenter()
setHeaderFooterColor(Color value) For the description of this property, please see getHeaderFooterColor()
setHeaderLeft(String value) For the description of this property, please see getHeaderLeft()
setHeaderMargin(Margin value) For the description of this property, please see getHeaderMargin()
setHeaderRight(String value) For the description of this property, please see getHeaderRight()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFooterCenter()

public String getFooterCenter()

Contains the text string that appears in the center portion of a document’s footer.

Returns: java.lang.String

getFooterLeft()

public String getFooterLeft()

Contains the text string that appears in the left portion of a document’s footer.

Returns: java.lang.String

getFooterMargin()

public Margin getFooterMargin()

Specifies the margin of a document’s footer.

Returns: Margin

getFooterRight()

public String getFooterRight()

Contains the text string that appears in the right portion of a document’s footer.

Returns: java.lang.String

getHeaderCenter()

public String getHeaderCenter()

Contains the text string that appears in the center portion of a document’s header.

Returns: java.lang.String

getHeaderFooterColor()

public Color getHeaderFooterColor()

The RGB value of the text color for the header and footer.

Returns: Color

getHeaderFooterFont()

public HeaderFooterFont getHeaderFooterFont()

Specifies the font used for the header and footer text.

Returns: HeaderFooterFont

getHeaderLeft()

public String getHeaderLeft()

Contains the text string that appears in the left portion of a document’s header.

Returns: java.lang.String

getHeaderMargin()

public Margin getHeaderMargin()

Specifies the margin of a document’s footer.

Returns: Margin

getHeaderRight()

public String getHeaderRight()

Contains the text string that appears in the right portion of a document’s header.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setFooterCenter(String value)

public void setFooterCenter(String value)

For the description of this property, please see getFooterCenter()

Parameters:

Parameter Type Description
value java.lang.String

setFooterLeft(String value)

public void setFooterLeft(String value)

For the description of this property, please see getFooterLeft()

Parameters:

Parameter Type Description
value java.lang.String

setFooterMargin(Margin value)

public void setFooterMargin(Margin value)

For the description of this property, please see getFooterMargin()

Parameters:

Parameter Type Description
value Margin

setFooterRight(String value)

public void setFooterRight(String value)

For the description of this property, please see getFooterRight()

Parameters:

Parameter Type Description
value java.lang.String

setHeaderCenter(String value)

public void setHeaderCenter(String value)

For the description of this property, please see getHeaderCenter()

Parameters:

Parameter Type Description
value java.lang.String

setHeaderFooterColor(Color value)

public void setHeaderFooterColor(Color value)

For the description of this property, please see getHeaderFooterColor()

Parameters:

Parameter Type Description
value Color

setHeaderLeft(String value)

public void setHeaderLeft(String value)

For the description of this property, please see getHeaderLeft()

Parameters:

Parameter Type Description
value java.lang.String

setHeaderMargin(Margin value)

public void setHeaderMargin(Margin value)

For the description of this property, please see getHeaderMargin()

Parameters:

Parameter Type Description
value Margin

setHeaderRight(String value)

public void setHeaderRight(String value)

For the description of this property, please see getHeaderRight()

Parameters:

Parameter Type Description
value java.lang.String

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int