HeaderFooterFont
HeaderFooterFont class
Specifies the font used for the header and footer text.
Properties
| Name | Type | Description |
|---|---|---|
| Height | int | Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field. |
| Width | int | Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field. |
| Escapement | int | Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field. |
| Orientation | int | Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field. |
| Weight | int | Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. |
| Italic | int | Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL intege |
| Underline | int | Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is |
| StrikeOut | int | Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field. The value of the proper |
| CharSet | long | Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field. |
| OutPrecision | long | Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field. |
| ClipPrecision | long | Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field. |
| Quality | long | Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field. |
| PitchAndFamily | long | Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field. |
| FaceName | String | Specifies 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