Table of Contents

Class XlsOvalShape

Namespace
Spire.Xls.Core.Spreadsheet.Shapes
Assembly
Spire.XLS.dll
public class XlsOvalShape : XlsShape, IDisposable, ICloneParent, INamedObject, IOvalShape, IPrstGeomShape, IShape, IExcelApplication
Inheritance
XlsOvalShape
Implements
Inherited Members

Properties

GeomPaths

public CollectionExtended<IGeomPath> GeomPaths { get; }

Property Value

CollectionExtended<IGeomPath>

HAlignment

public CommentHAlignType HAlignment { get; set; }

Property Value

CommentHAlignType
public IHyperLink HyLink { get; }

Property Value

IHyperLink

IsTextLocked

public bool IsTextLocked { get; set; }

Property Value

bool

PrstShapeType

public PrstGeomShapeType PrstShapeType { get; }

Property Value

PrstGeomShapeType

RichText

public IRichTextString RichText { get; }

Property Value

IRichTextString

ShapeType

public ExcelShapeType ShapeType { get; }

Property Value

ExcelShapeType

Text

public string Text { get; set; }

Property Value

string

TextRotation

public TextRotationType TextRotation { get; set; }

Property Value

TextRotationType

VAlignment

public CommentVAlignType VAlignment { get; set; }

Property Value

CommentVAlignType

Methods

Clone(object, Dictionary<string, string>, Dictionary<int, int>, bool)

public override IShape Clone(object parent, Dictionary<string, string> hashNewNames, Dictionary<int, int> dicFontIndexes, bool addToCollections)

Parameters

parent object
hashNewNames Dictionary<string, string>
dicFontIndexes Dictionary<int, int>
addToCollections bool

Returns

IShape