Class ExcelDxfStyleBase
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- EPPlus.dll
Base class for differential formatting styles
public abstract class ExcelDxfStyleBase : DxfStyleBase
- Inheritance
-
ExcelDxfStyleBase
- Derived
- Inherited Members
Properties
Border
Border formatting settings
public ExcelDxfBorderBase Border { get; set; }
Property Value
Fill
Fill formatting settings
public ExcelDxfFill Fill { get; set; }
Property Value
HasValue
If the object has any properties set
public override bool HasValue { get; }
Property Value
Methods
Clear()
Clears all properties
public override void Clear()