Class OdFont
Class OdFont
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Font
Assembly: Aspose.Imaging.dll (25.2.0)
The open document font
[JsonObject(MemberSerialization.OptIn)]
public class OdFont
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
OdFont()
public OdFont()
Properties
Bold
Gets or sets a value indicating whether this Aspose.Imaging.FileFormats.OpenDocument.Objects.Font.OdFont is weight.
[JsonProperty]
public bool Bold { get; set; }
Property Value
Facename
Gets or sets the facename.
[JsonProperty]
public string Facename { get; set; }
Property Value
Height
Gets or sets the height.
[JsonProperty]
public int Height { get; set; }
Property Value
Italic
Gets or sets a value indicating whether this Aspose.Imaging.FileFormats.OpenDocument.Objects.Font.OdFont is italic.
[JsonProperty]
public bool Italic { get; set; }
Property Value
Strikeout
Gets or sets a value indicating whether this Aspose.Imaging.FileFormats.OpenDocument.Objects.Font.OdFont is strikeout.
[JsonProperty]
public bool Strikeout { get; set; }