Interface IOvalShape
public interface IOvalShape : IPrstGeomShape, IShape, IExcelApplication
- Inherited Members
Properties
HAlignment
CommentHAlignType HAlignment { get; set; }
Property Value
HyLink
IHyperLink HyLink { get; }
Property Value
IsTextLocked
bool IsTextLocked { get; set; }
Property Value
Line
IShapeLineFormat Line { get; }
Property Value
RichText
IRichTextString RichText { get; }
Property Value
Rotation
int Rotation { get; set; }
Property Value
Text
string Text { get; set; }
Property Value
TextRotation
TextRotationType TextRotation { get; set; }
Property Value
VAlignment
CommentVAlignType VAlignment { get; set; }