HeaderFooterFont Class

Specifies the font used for the header and footer text.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramHeaderFooterFont

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class HeaderFooterFont

The HeaderFooterFont type exposes the following members.

Properties
  NameDescription
Public propertyCharSet
Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.
Public propertyClipPrecision
Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.
Public propertyEscapement
Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.
Public propertyFaceName
Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.
Public propertyHeight
Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.
Public propertyItalic
Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
Public propertyOrientation
Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.
Public propertyOutPrecision
Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.
Public propertyPitchAndFamily
Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.
Public propertyQuality
Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.
Public propertyStrikeOut
Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field.
Public propertyUnderline
Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field.
Public propertyWeight
Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
Public propertyWidth
Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also