Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

The Font object represents a font style that you can use when creating a reusable Style object, or when setting the style of a cell or set of cells. To set or return a Font object, use Style.Font.

Signature
C#
C#
 public sealed class Font
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class Font
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#


          ExcelApplication xla = new ExcelApplication();
          Workbook wb = xla.Create();
          SoftArtisans.OfficeWriter.ExcelWriter.Style styl = wb.CreateStyle();
          SoftArtisans.OfficeWriter.ExcelWriter.Font fnt = styl.Font;
        
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}


          Dim xla As New ExcelApplication()
          Dim wb As Workbook = xla.Create()
          Dim styl As SoftArtisans.OfficeWriter.ExcelWriter.Style = wb.CreateStyle()
          Dim fnt As SoftArtisans.OfficeWriter.ExcelWriter.Font = styl.Font
        
{code} {example} {properties} ||Name||Description|| |[Bold|Font.Bold]|{excerpt-include:Font.Bold|nopanel=true}| |[Color|Font.Color]|{excerpt-include:Font.Color|nopanel=true}| |[Italic|Font.Italic]|{excerpt-include:Font.Italic|nopanel=true}| |[Name|Font.Name]|{excerpt-include:Font.Name|nopanel=true}| |[ScriptStyle|Font.ScriptStyle]|{excerpt-include:Font.ScriptStyle|nopanel=true}| |[Size|Font.Size]|{excerpt-include:Font.Size|nopanel=true}| |[Strikethrough|Font.Strikethrough]|{excerpt-include:Font.Strikethrough|nopanel=true}| |[Underline|Font.Underline]|{excerpt-include:Font.Underline|nopanel=true}| {classes} ||Name||Description|| |[UnderlineStyle|Font.UnderlineStyle (no attachments)]|{excerpt-include:Font.UnderlineStyle|nopanel=true}| |[VerticalPosition|Font.VerticalPosition]|{excerpt-include:Font.VerticalPosition|nopanel=true}|
Properties

Name

Description

Bold

Excerpt Include
Font.Bold
Font.Bold
nopaneltrue

Color

Excerpt Include
Font.Color
Font.Color
nopaneltrue

Italic

Excerpt Include
Font.Italic
Font.Italic
nopaneltrue

Name

Excerpt Include
Font.Name
Font.Name
nopaneltrue

ScriptStyle

Excerpt Include
Font.ScriptStyle
Font.ScriptStyle
nopaneltrue

Size

Excerpt Include
Font.Size
Font.Size
nopaneltrue

Strikethrough

Excerpt Include
Font.Strikethrough
Font.Strikethrough
nopaneltrue

Underline

Excerpt Include
Font.Underline
Font.Underline
nopaneltrue
Classes

Name

Description

UnderlineStyle

Excerpt Include
Font.UnderlineStyle
Font.UnderlineStyle
nopaneltrue

VerticalPosition

Excerpt Include
Font.VerticalPosition
Font.VerticalPosition
nopaneltrue