Class ExcelDxfBorderItem
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 ExcelDxfBorderItem : DxfStyleBase<ExcelDxfBorderItem>
Properties
Color
Declaration
public ExcelDxfColor Color { get; }
Property Value
Type | Description |
---|---|
ExcelDxfColor |
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.ExcelDxfBorderItem>.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.ExcelDxfBorderItem>.Id
Style
Declaration
public ExcelBorderStyle? Style { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ExcelBorderStyle> |
Methods
Clone()
Declaration
protected override ExcelDxfBorderItem Clone()
Returns
Type | Description |
---|---|
ExcelDxfBorderItem |
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfBorderItem>.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.ExcelDxfBorderItem>.CreateNodes(Experior.Core.Data.OfficeOpenXml.XmlHelper, System.String)