Class ExcelDxfStyleConditionalFormatting
Inheritance
System.Object
ExcelDxfStyleConditionalFormatting
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 ExcelDxfStyleConditionalFormatting : DxfStyleBase<ExcelDxfStyleConditionalFormatting>
Properties
Border
Declaration
public ExcelDxfBorderBase Border { get; set; }
Property Value
Type | Description |
---|---|
ExcelDxfBorderBase |
Fill
Declaration
public ExcelDxfFill Fill { get; set; }
Property Value
Type | Description |
---|---|
ExcelDxfFill |
Font
Declaration
public ExcelDxfFontBase Font { get; set; }
Property Value
Type | Description |
---|---|
ExcelDxfFontBase |
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.ExcelDxfStyleConditionalFormatting>.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.ExcelDxfStyleConditionalFormatting>.Id
NumberFormat
Declaration
public ExcelDxfNumberFormat NumberFormat { get; set; }
Property Value
Type | Description |
---|---|
ExcelDxfNumberFormat |
Methods
Clone()
Declaration
protected override ExcelDxfStyleConditionalFormatting Clone()
Returns
Type | Description |
---|---|
ExcelDxfStyleConditionalFormatting |
Overrides
Experior.Core.Data.OfficeOpenXml.Style.Dxf.DxfStyleBase<Experior.Core.Data.OfficeOpenXml.Style.Dxf.ExcelDxfStyleConditionalFormatting>.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.ExcelDxfStyleConditionalFormatting>.CreateNodes(Experior.Core.Data.OfficeOpenXml.XmlHelper, System.String)