OdFont

OdFont class

The open document font

public class OdFont

Constructors

NameDescription
OdFont()The default constructor.

Properties

NameDescription
Bold { get; set; }Gets or sets a value indicating whether this OdFont is weight.
Facename { get; set; }Gets or sets the facename.
Height { get; set; }Gets or sets the height.
Italic { get; set; }Gets or sets a value indicating whether this OdFont is italic.
Strikeout { get; set; }Gets or sets a value indicating whether this OdFont is strikeout.

See Also