Table of Contents

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

string

Id

The Id of the vml drawing

public string Id { get; set; }

Property Value

string

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

style string

The list

key string

The key to search for

value string

The value to return

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

style string

The list

key string

The key

value string

The value

Returns

string

The new list