Table of Contents

Interface IOvalShape

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IOvalShape : IPrstGeomShape, IShape, IExcelApplication
Inherited Members

Properties

HAlignment

CommentHAlignType HAlignment { get; set; }

Property Value

CommentHAlignType
IHyperLink HyLink { get; }

Property Value

IHyperLink

IsTextLocked

bool IsTextLocked { get; set; }

Property Value

bool

Line

IShapeLineFormat Line { get; }

Property Value

IShapeLineFormat

RichText

IRichTextString RichText { get; }

Property Value

IRichTextString

Rotation

int Rotation { get; set; }

Property Value

int

Text

string Text { get; set; }

Property Value

string

TextRotation

TextRotationType TextRotation { get; set; }

Property Value

TextRotationType

VAlignment

CommentVAlignType VAlignment { get; set; }

Property Value

CommentVAlignType