Class ExcelDxfFont
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- EPPlus.dll
A font in a differential formatting record
public class ExcelDxfFont : ExcelDxfFontBase
- Inheritance
-
ExcelDxfFont
- Inherited Members
Properties
Condense
Condence (squeeze it together). Used on Macintosh only.
public bool? Condense { get; set; }
Property Value
- bool?
Extend
Extends or stretches the text. Legacy property used in older speadsheet applications.
public bool? Extend { get; set; }
Property Value
- bool?
Family
Font family
public int? Family { get; set; }
Property Value
- int?
HasValue
If the object has any properties set
public override bool HasValue { get; }
Property Value
Name
The name of the font
public string Name { get; set; }
Property Value
Outline
Displays only the inner and outer borders of each character. Similar to bold
public bool? Outline { get; set; }
Property Value
- bool?
Scheme
Which font scheme to use from the theme
public eThemeFontCollectionType? Scheme { get; set; }
Property Value
Shadow
Shadow for the font. Used on Macintosh only.
public bool? Shadow { get; set; }
Property Value
- bool?
Size
The font size
public float? Size { get; set; }
Property Value
VerticalAlign
Font-Vertical Align
public ExcelVerticalAlignmentFont VerticalAlign { get; set; }
Property Value
Methods
Clear()
Clears all properties
public override void Clear()