Click or drag to resize

XlsFontStyle Properties

The XlsFontStyle type exposes the following members.

Properties
Name Description
Public property Color
Gets or sets the color of the book.
(Inherited from XlsFont .)
Public property Font
Returns current font. Read-only.
(Inherited from XlsFont .)
Public property FontName
Gets or sets the name of the font.
(Inherited from XlsFont .)
Public property IsAutoColor
Gets a value indicating whether the color is automatically determined.
(Inherited from XlsFont .)
Public property IsBold
Gets or sets a value indicating whether the font is bold.
(Inherited from XlsFont .)
Public property IsItalic
Gets or sets a value indicating whether the font is italic.
(Inherited from XlsFont .)
Public property IsStrikethrough
Gets or sets a value indicating whether the text is displayed with a strikethrough.
(Inherited from XlsFont .)
Public property IsSubscript
Gets or sets a value indicating whether the font is subscript.
(Inherited from XlsFont .)
Public property IsSuperscript
Gets or sets a value indicating whether the font is superscript.
(Inherited from XlsFont .)
Public property KnownColor
Gets or sets the known color of the font.
(Inherited from XlsFont .)
Protected property MacOSOutlineFont
True if the font is an outline font. Read/write Boolean.
(Inherited from XlsFont .)
Protected property MacOSShadow
True if the font is a shadow font or if the object has a shadow. Read/write Boolean.
(Inherited from XlsFont .)
Public property OColor
Returns color object.
(Inherited from XlsFont .)
Public property Parent
Reference to Parent object. Read-only.
(Inherited from XlsObject .)
Protected property ReferenceCount
Get quantity of instance references.
(Inherited from XlsObject .)
Public property Scheme
Gets or sets the scheme used for font conversion.
(Inherited from XlsFont .)
Public property Size
Gets or sets the size of the font.
(Inherited from XlsFont .)
Public property StrikethroughType
Gets or sets the type of strikethrough applied to the text.
(Inherited from XlsFont .)
Public property Underline
Gets or sets the underline style of the font.
(Inherited from XlsFont .)
Public property VerticalAlignment
Gets or sets the vertical alignment of the font.
(Inherited from XlsFont .)
Top
See Also