HeaderFooter

Inheritance: java.lang.Object

public class HeaderFooter

Contains elements for a document’s header and footer.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.lang.String

setFooterLeft(String value)

public void setFooterLeft(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setFooterMargin(Margin value)

public void setFooterMargin(Margin value)

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

Parameters:

ParameterTypeDescription
valueMargin

setFooterRight(String value)

public void setFooterRight(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setHeaderCenter(String value)

public void setHeaderCenter(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setHeaderFooterColor(Color value)

public void setHeaderFooterColor(Color value)

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

Parameters:

ParameterTypeDescription
valueColor

setHeaderLeft(String value)

public void setHeaderLeft(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setHeaderMargin(Margin value)

public void setHeaderMargin(Margin value)

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

Parameters:

ParameterTypeDescription
valueMargin

setHeaderRight(String value)

public void setHeaderRight(String value)

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

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int