Show / Hide Table of Contents

Class ExcelDrawingFillBase

Base class for drawing fills

Inheritance
object
ExcelDrawingFillBase
ExcelDrawingBlipFill
ExcelDrawingGradientFill
ExcelDrawingNoFill
ExcelDrawingPatternFill
ExcelDrawingSolidFill
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.Fill
Assembly: EPPlus.dll
Syntax
public abstract class ExcelDrawingFillBase

Constructors

ExcelDrawingFillBase()

Creates an instance of ExcelDrawingFillBase

Declaration
protected ExcelDrawingFillBase()

ExcelDrawingFillBase(XmlNamespaceManager, XmlNode, string, Action)

Creates an instance of ExcelDrawingFillBase

Declaration
protected ExcelDrawingFillBase(XmlNamespaceManager nsm, XmlNode topNode, string fillPath, Action initXml)
Parameters
Type Name Description
XmlNamespaceManager nsm

Namespace manager

XmlNode topNode

The top node

string fillPath

XPath to the fill

Action initXml

Xml initialize method

Fields

_fillPath

The XPath

Declaration
protected string _fillPath
Field Value
Type Description
string

_nsm

The name space manager

Declaration
protected XmlNamespaceManager _nsm
Field Value
Type Description
XmlNamespaceManager

_topNode

The top node

Declaration
protected XmlNode _topNode
Field Value
Type Description
XmlNode

_xml

The Xml helper

Declaration
protected XmlHelper _xml
Field Value
Type Description
XmlHelper

Properties

Style

Type of fill

Declaration
public abstract eFillStyle Style { get; }
Property Value
Type Description
eFillStyle

Methods

CheckTypeChange(string)

Internal Check for type change

Declaration
protected void CheckTypeChange(string type)
Parameters
Type Name Description
string type

The type

CreateXmlHelper()

Create the Xml Helper

Declaration
protected void CreateXmlHelper()

InitXml(XmlNamespaceManager, XmlNode, string)

Init xml

Declaration
protected void InitXml(XmlNamespaceManager nsm, XmlNode node, string fillPath)
Parameters
Type Name Description
XmlNamespaceManager nsm

Xml namespace manager

XmlNode node

The node

string fillPath

The fill path

In this article
Back to top Generated by DocFX