Table of Contents

Class OdFont

Namespace
Aspose.Imaging.FileFormats.OpenDocument.Objects.Font
Assembly
Aspose.Imaging.dll

The open document font

public class OdFont
Inheritance
OdFont
Inherited Members

Constructors

OdFont()

public OdFont()

Properties

Bold

Gets or sets a value indicating whether this OdFont is weight.

public bool Bold { get; set; }

Property Value

bool

true if weight; otherwise, false.

Facename

Gets or sets the facename.

public string Facename { get; set; }

Property Value

string

The facename.

Height

Gets or sets the height.

public int Height { get; set; }

Property Value

int

The height.

Italic

Gets or sets a value indicating whether this OdFont is italic.

public bool Italic { get; set; }

Property Value

bool

true if italic; otherwise, false.

Strikeout

Gets or sets a value indicating whether this OdFont is strikeout.

public bool Strikeout { get; set; }

Property Value

bool

true if strikeout; otherwise, false.