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