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