Show / Hide Table of Contents

Class ExcelDxfBorderItem

Inheritance
System.Object
DxfStyleBase<ExcelDxfBorderItem>
ExcelDxfBorderItem
Inherited Members
DxfStyleBase<ExcelDxfBorderItem>._styles
DxfStyleBase<ExcelDxfBorderItem>.AllowChange
DxfStyleBase<ExcelDxfBorderItem>.GetAsString(Object)
DxfStyleBase<ExcelDxfBorderItem>.SetValue(XmlHelper, String, Object)
DxfStyleBase<ExcelDxfBorderItem>.SetValueBool(XmlHelper, String, Nullable<Boolean>)
DxfStyleBase<ExcelDxfBorderItem>.SetValueColor(XmlHelper, String, ExcelDxfColor)
DxfStyleBase<ExcelDxfBorderItem>.SetValueEnum(XmlHelper, String, Enum)
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)
Back to top Generated by DocFX