Class ExcelDxfBorderBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Style.Dxf
Assembly: Experior.Core.dll
Syntax
public class ExcelDxfBorderBase : DxfStyleBase<ExcelDxfBorderBase>
Properties
Bottom
Bottom border style
Declaration
public ExcelDxfBorderItem Bottom { get; }
Property Value
Type | Description |
---|---|
ExcelDxfBorderItem |
HasValue
Declaration
protected override bool HasValue { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfBorderBase>.HasValue
Id
Declaration
protected override string Id { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfBorderBase>.Id
Left
Left border style
Declaration
public ExcelDxfBorderItem Left { get; }
Property Value
Type | Description |
---|---|
ExcelDxfBorderItem |
Right
Right border style
Declaration
public ExcelDxfBorderItem Right { get; }
Property Value
Type | Description |
---|---|
ExcelDxfBorderItem |
Top
Top border style
Declaration
public ExcelDxfBorderItem Top { get; }
Property Value
Type | Description |
---|---|
ExcelDxfBorderItem |
Methods
Clone()
Declaration
protected override ExcelDxfBorderBase Clone()
Returns
Type | Description |
---|---|
ExcelDxfBorderBase |
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfBorderBase>.Clone()
CreateNodes(XmlHelper, String)
Declaration
protected override void CreateNodes(XmlHelper helper, string path)
Parameters
Type | Name | Description |
---|---|---|
XmlHelper | helper | |
System.String | path |
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfBorderBase>.CreateNodes(Experior.Core.Data.OfficeOpenXml.XmlHelper, System.String)