Class ExcelVmlDrawingBase
- Namespace
- OfficeOpenXml.Drawing.Vml
- Assembly
- EPPlus.dll
Drawing object used for comments
public class ExcelVmlDrawingBase : XmlHelper
- Inheritance
-
ExcelVmlDrawingBase
- Derived
- Inherited Members
Properties
AlternativeText
Alternative text to be displayed instead of a graphic.
public string AlternativeText { get; set; }
Property Value
Id
The Id of the vml drawing
public string Id { get; set; }
Property Value
Methods
GetStyle(string, string, out string)
Gets a style from the semi-colo separated list with the specifik key
protected bool GetStyle(string style, string key, out string value)
Parameters
Returns
- bool
True if found
SetStyle(string, string, string)
Sets the style in a semicolon separated list
protected string SetStyle(string style, string key, string value)
Parameters
Returns
- string
The new list