HeaderFooterFont

Inheritance: java.lang.Object

public class HeaderFooterFont

Specifies the font used for the header and footer text.

Methods

MethodDescription
equals(Object arg0)
getCharSet()Specifies the character set of the font.
getClass()
getClipPrecision()Specifies the clipping precision of the font.
getEscapement()Specifies the escapement attribute of the font.
getFaceName()Specifies the type face name attribute of the font.
getHeight()Specifies the height of the font.
getItalic()Specifies the weight of the font.
getOrientation()Specifies the orientation of the font.
getOutPrecision()Specifies the output precision attribute of the font.
getPitchAndFamily()Specifies the pitch and family of the font.
getQuality()Specifies the output quality of the font.
getStrikeOut()Specifies whether the font is a strikeout font.
getUnderline()Specifies whether the font is underlined.
getWeight()Specifies the weight of the font.
getWidth()Specifies the width of the font.
hashCode()
notify()
notifyAll()
setCharSet(long value)For the description of this property, please see {@link HeaderFooterFont#(getCharSet() & 0xFFFFFFFFL)}
setClipPrecision(long value)For the description of this property, please see {@link HeaderFooterFont#(getClipPrecision() & 0xFFFFFFFFL)}
setEscapement(int value)For the description of this property, please see getEscapement()
setFaceName(String value)For the description of this property, please see getFaceName()
setHeight(int value)For the description of this property, please see getHeight()
setItalic(int value)For the description of this property, please see getItalic()
setOrientation(int value)For the description of this property, please see getOrientation()
setOutPrecision(long value)For the description of this property, please see {@link HeaderFooterFont#(getOutPrecision() & 0xFFFFFFFFL)}
setPitchAndFamily(long value)For the description of this property, please see {@link HeaderFooterFont#(getPitchAndFamily() & 0xFFFFFFFFL)}
setQuality(long value)For the description of this property, please see {@link HeaderFooterFont#(getQuality() & 0xFFFFFFFFL)}
setStrikeOut(int value)For the description of this property, please see getStrikeOut()
setUnderline(int value)For the description of this property, please see getUnderline()
setWeight(int value)For the description of this property, please see getWeight()
setWidth(int value)For the description of this property, please see getWidth()
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

getCharSet()

public long getCharSet()

Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.

Returns: long

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getClipPrecision()

public long getClipPrecision()

Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.

Returns: long

getEscapement()

public int getEscapement()

Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.

Returns: int

getFaceName()

public String getFaceName()

Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.

Returns: java.lang.String

getHeight()

public int getHeight()

Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.

Returns: int

getItalic()

public int getItalic()

Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.

Returns: int

getOrientation()

public int getOrientation()

Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.

Returns: int

getOutPrecision()

public long getOutPrecision()

Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.

Returns: long

getPitchAndFamily()

public long getPitchAndFamily()

Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.

Returns: long

getQuality()

public long getQuality()

Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.

Returns: long

getStrikeOut()

public int getStrikeOut()

Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field.

Returns: int

getUnderline()

public int getUnderline()

Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field.

Returns: int

getWeight()

public int getWeight()

Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.

Returns: int

getWidth()

public int getWidth()

Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCharSet(long value)

public void setCharSet(long value)

For the description of this property, please see {@link HeaderFooterFont#(getCharSet() & 0xFFFFFFFFL)}

Parameters:

ParameterTypeDescription
valuelong

setClipPrecision(long value)

public void setClipPrecision(long value)

For the description of this property, please see {@link HeaderFooterFont#(getClipPrecision() & 0xFFFFFFFFL)}

Parameters:

ParameterTypeDescription
valuelong

setEscapement(int value)

public void setEscapement(int value)

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

Parameters:

ParameterTypeDescription
valueint

setFaceName(String value)

public void setFaceName(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setHeight(int value)

public void setHeight(int value)

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

Parameters:

ParameterTypeDescription
valueint

setItalic(int value)

public void setItalic(int value)

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

Parameters:

ParameterTypeDescription
valueint

setOrientation(int value)

public void setOrientation(int value)

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

Parameters:

ParameterTypeDescription
valueint

setOutPrecision(long value)

public void setOutPrecision(long value)

For the description of this property, please see {@link HeaderFooterFont#(getOutPrecision() & 0xFFFFFFFFL)}

Parameters:

ParameterTypeDescription
valuelong

setPitchAndFamily(long value)

public void setPitchAndFamily(long value)

For the description of this property, please see {@link HeaderFooterFont#(getPitchAndFamily() & 0xFFFFFFFFL)}

Parameters:

ParameterTypeDescription
valuelong

setQuality(long value)

public void setQuality(long value)

For the description of this property, please see {@link HeaderFooterFont#(getQuality() & 0xFFFFFFFFL)}

Parameters:

ParameterTypeDescription
valuelong

setStrikeOut(int value)

public void setStrikeOut(int value)

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

Parameters:

ParameterTypeDescription
valueint

setUnderline(int value)

public void setUnderline(int value)

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

Parameters:

ParameterTypeDescription
valueint

setWeight(int value)

public void setWeight(int value)

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

Parameters:

ParameterTypeDescription
valueint

setWidth(int value)

public void setWidth(int value)

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

Parameters:

ParameterTypeDescription
valueint

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