Click or drag to resize

Spire.Xls.Core.Spreadsheet.Shapes Namespace

Classes
Class Description
Public class CommentsRange
Represents a range of comments.
Public class GeomertyAdjustValue
Represents the adjustment parameters of a shape, corresponding to the drag operation points in Excel.

Each point represents a parameter, with the unit of measurement typically being points.

The type of parameter that can be set to adjust the shape can be specified according to the types in Office Open XML Part 4, page 3669.

Currently, there is no specific description for each shape's adjustment.

Public class GradientStops
Represents a collection of gradient stops for a gradient effect.
Public class PicStretch
Represents a class responsible for stretching or manipulating images.
Public class PicTile
Represents tile picture as texture.
Public class ShapeGeomPath
Represents a geometric path that defines the shape of an object, implementing the IGeomPath interface.
Public class ShapeSegmentPath
Represents a path composed of shape segments, which can be used to define complex geometric shapes or outlines.
Public class XlsArcShape
Represents an arc shape within an Excel spreadsheet, inheriting from a base shape class.
Public class XlsBitmapShape
Represents a bitmap shape within an Excel worksheet, allowing for the manipulation and insertion of images.
Public class XlsButtonShape
Represents a button shape within an Excel worksheet, allowing for interactive elements like clickable buttons.
Public class XlsChartShape
Represents a chart shape within an Excel worksheet, providing properties and methods to manipulate and retrieve chart data and settings.
Public class XlsCheckBoxShape
Represents a checkbox shape within an Excel worksheet. This class provides properties and methods to manipulate and retrieve information about the checkbox, such as its checked state, position, and size.
Public class XlsComboBoxShape
Represents a ComboBox shape within an Excel worksheet, allowing for the creation and manipulation of dropdown lists.
Public class XlsComment
Represents a comment within an Excel worksheet. This class is designed to encapsulate the properties and behaviors of a comment, such as the author, the text content, and the cell to which it is associated.
Public class XlsGradientStop
Represents a gradient stop within an Excel gradient fill. A gradient stop defines a color and its position along the gradient line.
Public class XlsGroupBoxShape
Represents a group box shape in an Excel worksheet, used to visually group related controls or information.
Public class XlsLabelShape
Represents a label shape.
Public class XlsLineShape
Represents a line shape.
Public class XlsListBoxShape
Represents a list box shape.
Public class XlsOvalShape
Represents an oval shape within an Excel worksheet.
Public class XlsPrstGeomShape
Represents an Excel shape with a preset geometry, inheriting from XlsShape and implementing the IPrstGeomShape interface.
Public class XlsRadioButtonShape
Represents a radio button shape in an Excel worksheet.
Public class XlsRectangleShape
Represents a rectangle shape within an Excel worksheet, allowing for customization and manipulation of its properties such as size, position, and formatting.
Public class XlsScrollBarShape
Represents a scrollbar shape in an Excel worksheet.
Public class XlsShape
Represents an Excel shape.
Public class XlsShapeFill
Represents XlsFill format in shape object.
Public class XlsShapeLineFormat
Represents the line format of a shape in an Excel document, inheriting from XlsObject and implementing the IShapeLineFormat interface.
Public class XlsSpinnerShape
Represents a spinner shape in an Excel worksheet, allowing for interactive adjustment of numeric values.
Public class XlsTextBoxShape
Represents a text box shape in an Excel document, inheriting from XlsShape and implementing interfaces ITextBoxLinkShape and TextBoxShapeBase.
Enumerations
Enumeration Description
Public enumeration FillPictureType
Represents the different types of fill pictures that can be applied to a shape or object.
Public enumeration GeomertyAdjustValueFormulaType
Enumerates the types of geometry adjustment value formulas used.
Public enumeration GradientType
This enumeration specifies all possible gradient types.