Class ExcelVmlDrawingBase
Drawing object used for comments
Inheritance
System.Object
ExcelVmlDrawingBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.String |
Id
The Id of the vml drawing
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetStyle(String, String, out String)
Gets a style from the semi-colo separated list with the specifik key
Declaration
protected bool GetStyle(string style, string key, out string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | style | The list |
System.String | key | The key to search for |
System.String | value | The value to return |
Returns
Type | Description |
---|---|
System.Boolean | 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 |
---|---|---|
System.String | style | The list |
System.String | key | The key |
System.String | value | The value |
Returns
Type | Description |
---|---|
System.String | The new list |