[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.TextFormatInfo

Class TextFormatInfo

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Describes font and layout options for drawing text.

public class TextFormatInfo
Inheritance
object
TextFormatInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

TextFormatInfo()

public TextFormatInfo()

Properties

Bold

Gets or sets the top-level font weight for the content of the element.

public bool Bold { get; set; }

Property Value

bool

True if font weight is bold (700). Otherwise, font weight is normal or regular (400).

FontFamily

Gets or sets a family of related fonts.

public string FontFamily { get; set; }

Property Value

string

FontSize

Gets or sets the desired font size to use in points.

public double FontSize { get; set; }

Property Value

double

Italic

Gets or sets the font style for the content of the element.

public bool Italic { get; set; }

Property Value

bool

True if font style is italic. Otherwise, font style is normal.