HeaderFooterFont

Inheritance: java.lang.Object

public class HeaderFooterFont

Specifies the font used for the header and footer text.

Methods

Method Description
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:

Parameter Type Description
arg0 java.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:

Parameter Type Description
value long

setClipPrecision(long value)

public void setClipPrecision(long value)

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

Parameters:

Parameter Type Description
value long

setEscapement(int value)

public void setEscapement(int value)

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

Parameters:

Parameter Type Description
value int

setFaceName(String value)

public void setFaceName(String value)

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

Parameters:

Parameter Type Description
value java.lang.String

setHeight(int value)

public void setHeight(int value)

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

Parameters:

Parameter Type Description
value int

setItalic(int value)

public void setItalic(int value)

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

Parameters:

Parameter Type Description
value int

setOrientation(int value)

public void setOrientation(int value)

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

Parameters:

Parameter Type Description
value int

setOutPrecision(long value)

public void setOutPrecision(long value)

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

Parameters:

Parameter Type Description
value long

setPitchAndFamily(long value)

public void setPitchAndFamily(long value)

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

Parameters:

Parameter Type Description
value long

setQuality(long value)

public void setQuality(long value)

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

Parameters:

Parameter Type Description
value long

setStrikeOut(int value)

public void setStrikeOut(int value)

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

Parameters:

Parameter Type Description
value int

setUnderline(int value)

public void setUnderline(int value)

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

Parameters:

Parameter Type Description
value int

setWeight(int value)

public void setWeight(int value)

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

Parameters:

Parameter Type Description
value int

setWidth(int value)

public void setWidth(int value)

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

Parameters:

Parameter Type Description
value int

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