- Namespace
- OfficeOpenXml.Drawing.Vml
- Assembly
- Magicodes.EPPlus.dll
public class ExcelVmlDrawingComment : ExcelVmlDrawingBase
- Inheritance
-
ExcelVmlDrawingComment
- Derived
-
- Inherited Members
-
- Extension Methods
-
Properties
public string Address { get; }
Property Value
- string
public bool AutoFit { get; set; }
Property Value
- bool
public Color BackgroundColor { get; set; }
Property Value
- Color
public ExcelVmlDrawingPosition From { get; }
Property Value
- ExcelVmlDrawingPosition
public eTextAlignHorizontalVml HorizontalAlignment { get; set; }
Property Value
- eTextAlignHorizontalVml
public Color LineColor { get; set; }
Property Value
- Color
public eLineStyleVml LineStyle { get; set; }
Property Value
- eLineStyleVml
public float LineWidth { get; set; }
Property Value
- float
public bool LockText { get; set; }
Property Value
- bool
public bool Locked { get; set; }
Property Value
- bool
public ExcelVmlDrawingPosition To { get; }
Property Value
- ExcelVmlDrawingPosition
public eTextAlignVerticalVml VerticalAlignment { get; set; }
Property Value
- eTextAlignVerticalVml
public bool Visible { get; set; }
Property Value
- bool