ExcelShape Class
Represents a drawing that has a specific shape / geometry.
public sealed class ExcelShape : ExcelDrawing
Public NotInheritable Class ExcelShape
Inherits ExcelDrawing
- Inheritance:
- ExcelShape
Properties
AdjustValues
Gets the shape's adjust values.
public IDictionary<string, double> AdjustValues { get; }
Public ReadOnly Property AdjustValues As IDictionary(Of String, Double)
Property Value
The shape's adjust values.
Remarks
Adjust value is a varying parameter used in calculation of shape's geometry which is specified using Drawing ML.
Each ShapeType defines its own set of adjust values (and some/most do not have any).
Fill
Gets or sets the fill formating options.
Property Value
The fill formatting options.
FlipHorizontal
Gets or sets a value indicating whether to flip the drawing horizontally - reflect it across a vertical line that intersects the center of the drawing's bounding box.
Property Value
true to flip the drawing horizontally; otherwise, false.
Remarks
This property is supported only when loading and saving to XLSX file format.
FlipVertical
Gets or sets a value indicating whether to flip the drawing vertically - reflect it across a horizontal line that intersects the center of the drawing's bounding box.
Property Value
true to flip the drawing horizontally; otherwise, false.
Remarks
This property is supported only when loading and saving to XLSX file format.
Outline
Gets or sets the outline formating options.
Property Value
The outline formatting options.
Rotation
Gets or sets the amount (in degrees) by which the drawing is rotated clockwise about the center of the drawing's bounding box.
Property Value
The amount (in degrees) by which the drawing is rotated clockwise about the center of the drawing's bounding box.
Remarks
This property is supported only when loading and saving to XLSX file format.
ShapeType
Gets or sets the type of the shape (geometry).
Property Value
The type of the shape (geometry).
Text
Gets the text content and formatting associated with this ExcelShape.
Property Value
The text content and formatting associated with this ExcelShape.