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
PrstShapeType
public PrstGeomShapeType PrstShapeType { get; }
Property Value
ShapeAdjustValues
public GeomertyAdjustValuesCollection ShapeAdjustValues { get; }
Property Value
ShapeType
public ExcelShapeType ShapeType { get; }
Property Value
Text
public string Text { get; set; }
Property Value
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
objecthashNewNames
Dictionary<string, string>dicFontIndexes
Dictionary<int, int>addToCollections
bool