Table of Contents

Class ExcelVmlDrawingComment

Namespace
OfficeOpenXml.Drawing.Vml
Assembly
Magicodes.EPPlus.dll
public class ExcelVmlDrawingComment : ExcelVmlDrawingBase
Inheritance
ExcelVmlDrawingComment
Derived
Inherited Members
Extension Methods

Properties

Address

public string Address { get; }

Property Value

string

AutoFit

public bool AutoFit { get; set; }

Property Value

bool

BackgroundColor

public Color BackgroundColor { get; set; }

Property Value

Color

From

public ExcelVmlDrawingPosition From { get; }

Property Value

ExcelVmlDrawingPosition

HorizontalAlignment

public eTextAlignHorizontalVml HorizontalAlignment { get; set; }

Property Value

eTextAlignHorizontalVml

LineColor

public Color LineColor { get; set; }

Property Value

Color

LineStyle

public eLineStyleVml LineStyle { get; set; }

Property Value

eLineStyleVml

LineWidth

public float LineWidth { get; set; }

Property Value

float

LockText

public bool LockText { get; set; }

Property Value

bool

Locked

public bool Locked { get; set; }

Property Value

bool

To

public ExcelVmlDrawingPosition To { get; }

Property Value

ExcelVmlDrawingPosition

VerticalAlignment

public eTextAlignVerticalVml VerticalAlignment { get; set; }

Property Value

eTextAlignVerticalVml

Visible

public bool Visible { get; set; }

Property Value

bool