Show / Hide Table of Contents

Class ExcelVmlDrawingComment

Drawing object used for comments

Inheritance
System.Object
XmlHelper
ExcelVmlDrawingBase
ExcelVmlDrawingComment
ExcelComment
Inherited Members
ExcelVmlDrawingBase.Id
ExcelVmlDrawingBase.AlternativeText
ExcelVmlDrawingBase.GetStyle(String, String, String)
ExcelVmlDrawingBase.SetStyle(String, String, String)
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
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 ExcelVmlDrawingComment : ExcelVmlDrawingBase, IRangeID

Properties

Address

Address in the worksheet

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

AutoFit

Autofits the drawingobject

Declaration
public bool AutoFit { get; set; }
Property Value
Type Description
System.Boolean

BackgroundColor

Background color

Declaration
public Color BackgroundColor { get; set; }
Property Value
Type Description
System.Drawing.Color

From

From position. For comments only when Visible=true.

Declaration
public ExcelVmlDrawingPosition From { get; }
Property Value
Type Description
ExcelVmlDrawingPosition

HorizontalAlignment

Horizontal alignment for text

Declaration
public eTextAlignHorizontalVml HorizontalAlignment { get; set; }
Property Value
Type Description
eTextAlignHorizontalVml

LineColor

Line color

Declaration
public Color LineColor { get; set; }
Property Value
Type Description
System.Drawing.Color

LineStyle

Linestyle for border

Declaration
public eLineStyleVml LineStyle { get; set; }
Property Value
Type Description
eLineStyleVml

LineWidth

Width of the border

Declaration
public float LineWidth { get; set; }
Property Value
Type Description
System.Single

Locked

If the object is locked when the sheet is protected

Declaration
public bool Locked { get; set; }
Property Value
Type Description
System.Boolean

LockText

Specifies that the object's text is locked

Declaration
public bool LockText { get; set; }
Property Value
Type Description
System.Boolean

To

To position. For comments only when Visible=true.

Declaration
public ExcelVmlDrawingPosition To { get; }
Property Value
Type Description
ExcelVmlDrawingPosition

VerticalAlignment

Vertical alignment for text

Declaration
public eTextAlignVerticalVml VerticalAlignment { get; set; }
Property Value
Type Description
eTextAlignVerticalVml

Visible

If the drawing object is visible.

Declaration
public bool Visible { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX