Sautin |
| Class | Description | |
|---|---|---|
| Block | Defines the paragraph of the shape. | |
| Brush | Represents a type which describes how the area is painted or filled. | |
| CustomGeometry | Represents the custom geometry. A sequence of CustomPaths consisting of a series of moves, lines and curves, that when combined make up a geometry. | |
| CustomPath | Represents a series of connected lines and curves. | |
| Geometry | Represent base class for the shape geometry. | |
| ImageData | Provides an image data for ExcelPicture or PictureFillBrush. | |
| ParagraphFormat | Defines the properties of a paragraph of a shape. | |
| PathElement | Represents a base class for all path elements (lines and curves). | |
| Pen | Represents a type which describes how a shape is outlined. | |
| PictureFillBrush | Represents a brush which fills an area with a picture. | |
| PresetGeometry | Represents the preset geometry. | |
| ShapeText | Defines the text inside a shape and its attributes. | |
| SolidColorBrush | Represents a brush which fills an area with a solid color. |
| Structure | Description | |
|---|---|---|
| Padding | Represents the space between the element border and the element content. | |
| Point | Represents an ordered pair of x- and y-coordinates that defines a point in a two-dimensional plane. | |
| Rectangle | Stores a set of four values that represent the location and size of a rectangle. | |
| Size | A structure used to describe the size of an object. |
| Enumeration | Description | |
|---|---|---|
| Figure | Specifies Microsoft Excel figures. | |
| FlipOrientation | Specifies a possible values for the orientation of a shape. | |
| LineCapStyle | Specifies line cap style. | |
| LineDashStyle | Specifies dash line style. | |
| LineEndLength | Specifies the length of the line end decoration relative to the width of the line itself. | |
| LineEndType | Specifies the line end decoration. | |
| LineJoinStyle | Specifies line join style. | |
| PathElementType | Specifies a possible custom geometry path element types. | |
| PathFillMode | Specifies how the CustomPath should be filled. | |
| PictureFillMode | Specifies a picture fill modes. | |
| ShapeAutoFit | Specifies a shape auto-fit modes. | |
| TextAnchoringType | Specifies the anchoring position of the text within the shape. | |
| TextDirection | Represents a direction of the text flow for the parent element. | |
| TextHorizontalOverflowType | Determines whether the text can flow out of the bounding box horizontally. | |
| TextVerticalOverflowType | Determines whether the text can flow out of the bounding box vertically. |