Table of Contents

Class XlsPrstGeomShape

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

Properties

GeomPaths

public CollectionExtended<IGeomPath> GeomPaths { get; }

Property Value

CollectionExtended<IGeomPath>

PrstShapeType

public PrstGeomShapeType PrstShapeType { get; }

Property Value

PrstGeomShapeType

ShapeAdjustValues

public GeomertyAdjustValuesCollection ShapeAdjustValues { get; }

Property Value

GeomertyAdjustValuesCollection

ShapeType

public ExcelShapeType ShapeType { get; }

Property Value

ExcelShapeType

Text

public string Text { get; set; }

Property Value

string

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