Class ExcelDxfBorderBase
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- Magicodes.EPPlus.dll
public class ExcelDxfBorderBase : DxfStyleBase<ExcelDxfBorderBase>
- Inheritance
-
ExcelDxfBorderBase
- Inherited Members
- Extension Methods
Properties
Bottom
public ExcelDxfBorderItem Bottom { get; }
Property Value
HasValue
protected override bool HasValue { get; }
Property Value
Id
protected override string Id { get; }
Property Value
Left
public ExcelDxfBorderItem Left { get; }
Property Value
Right
public ExcelDxfBorderItem Right { get; }
Property Value
Top
public ExcelDxfBorderItem Top { get; }
Property Value
Methods
Clone()
protected override ExcelDxfBorderBase Clone()
Returns
CreateNodes(XmlHelper, string)
protected override void CreateNodes(XmlHelper helper, string path)