Show / Hide Table of Contents

Class ExcelVmlDrawingBase

Drawing object used for comments

Inheritance
System.Object
XmlHelper
ExcelVmlDrawingBase
ExcelVmlDrawingComment
ExcelVmlDrawingPicture
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing.Vml
Assembly: Experior.Core.dll
Syntax
public class ExcelVmlDrawingBase : XmlHelper

Properties

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Methods

GetStyle(String, String, out String)

Declaration
protected bool GetStyle(string style, string key, out string value)
Parameters
Type Name Description
System.String style
System.String key
System.String value
Returns
Type Description
System.Boolean

SetStyle(String, String, String)

Declaration
protected string SetStyle(string style, string key, string value)
Parameters
Type Name Description
System.String style
System.String key
System.String value
Returns
Type Description
System.String
Back to top Generated by DocFX