HeaderFooterFont

HeaderFooterFont class

Specifies the font used for the header and footer text.

Properties

NameTypeDescription
HeightintSpecifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.
WidthintSpecifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.
EscapementintSpecifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.
OrientationintSpecifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.
WeightintSpecifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
ItalicintSpecifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL intege
UnderlineintSpecifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is
StrikeOutintSpecifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field. The value of the proper
CharSetlongSpecifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.
OutPrecisionlongSpecifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.
ClipPrecisionlongSpecifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.
QualitylongSpecifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.
PitchAndFamilylongSpecifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.
FaceNameStringSpecifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.

HeaderFooterFont.Height property

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

Type: int

HeaderFooterFont.Width property

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

Type: int

HeaderFooterFont.Escapement property

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

Type: int

HeaderFooterFont.Orientation property

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

Type: int

HeaderFooterFont.Weight property

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

Type: int

HeaderFooterFont.Italic property

Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL integer constant.

Type: int

HeaderFooterFont.Underline property

Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is BOOL integer constant.

Type: int

HeaderFooterFont.StrikeOut property

Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field. The value of the property is BOOL integer constant.

Type: int

HeaderFooterFont.CharSet property

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

Type: long

HeaderFooterFont.OutPrecision property

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

Type: long

HeaderFooterFont.ClipPrecision property

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

Type: long

HeaderFooterFont.Quality property

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

Type: long

HeaderFooterFont.PitchAndFamily property

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

Type: long

HeaderFooterFont.FaceName property

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

Type: String