GemBox.Spreadsheet.Drawing Namespace
Contains types used to provide extended formatting support.
Classes
| Button | Represents a Button Form Control. | 
| CheckBox | Represents a Check Box Form Control. | 
| ComboBox | Represents a Combo Box Form Control. | 
| Content | Represents an arbitrary content that is either embedded in or linked to the workbook file. | 
| ExcelFormControl | Represents a form control. | 
| ExcelFormControlCollection | Represents a collection of ExcelFormControls in the worksheet or group. | 
| FillFormat | Represents a base class for fills such as solid, gradient, pattern, etc. | 
| GradientFillFormat | Represents a fill with a smooth gradual transition of colors at the specified locations that either follows a line or a path. | 
| GradientStopCollection | Represents a collection of gradient stops in a gradient fill. | 
| GroupBox | Represents a Group Box Form Control. | 
| Label | Represents a Label Box Form Control. | 
| LineFormat | Represents an outline style that can be applied to a number of different objects such as shapes and text. The line allows for the specifying of many different types of outlines including even line dashes and bevels. | 
| ListBox | Represents a List Box Form Control. | 
| OptionButton | Represents an Option (Radio) Button Form Control. | 
| PatternFillFormat | Represents a fill with a repeated pattern of foreground and background color. | 
| PictureContent | Represents a picture that has an associated content that is either embedded in or linked to the workbook file. | 
| PictureFillFormat | Represents a fill with a picture that can either be tiled (as a texture) or stretched to fill the available area. This fill is not supported for outlines, borders and underlines. | 
| ScrollBar | Represents a Scroll Bar Form Control. | 
| SolidFillFormat | Represents a fill containing of a single color spread uniformly across the entire area. | 
| SpinButton | Represents a Spin Button Form Control. | 
| TextBox | Represents a text content and formatting associated with an object such as a ExcelShape. | 
| TextBoxFormat | Represents a set of formatting properties that can be applied to a TextBox. | 
| TextElement | Represents a base class for text elements such as runs, fields, line breaks and unknown text elements. | 
| TextElementCollection | Represents a collection of TextElements. | 
| TextField | Represents a text field which contains generated text that the application should update periodically. | 
| TextFormat | Represents a group of text formatting options. | 
| TextLineBreak | Represents a vertical line break. | 
| TextListFormat | Represents a set of formatting properties related to bulleted or numbered lists that can be applied to a TextParagraph. | 
| TextParagraph | Represents a paragraph of text. | 
| TextParagraphCollection | Represents a collection of TextParagraphs. | 
| TextParagraphFormat | Represents a set of formatting properties that can be applied to a TextParagraph. | 
| TextRun | Represents a run of text. | 
Structs
| DrawingColor | Represents a color. | 
| GradientStop | Represents a single gradient stop in a gradient fill. | 
| Length | Represents a length, distance or a coordinate. | 
| LineArrow | Represents decorations which can be added to either the head or the tail of a line. | 
| RelativeRectangle | Specifies the relative rectangle. | 
| TextSpacing | Represents inter-paragraph and inter-line spacing specified either in percentages of the text size or as an absolute value. | 
Enums
| CapsType | Represents a text caps (capitalization) type. | 
| DrawingColorName | Represents a color name. | 
| DrawingUnderlineStyle | Represents a text underline style. | 
| FillFormatType | Represents the fill type that can be applied to various objects, such as shapes, text characters, table cells and their outlines, borders and underlines. | 
| FormControlSelectionType | Represents the kind of selection used for the ListBox. | 
| FormControlType | Represents a type of form control | 
| GradientFillType | Represents a type of gradient fill. | 
| HorizontalAlignment | Represents an enumeration of available horizontal alignments for text. | 
| LineArrowSize | Represents the width and the length of the line end decoration (e.g., arrowhead) relative to the width of the line itself. | 
| LineArrowType | Represents the shape decoration that appears at the ends of lines. | 
| LineCapType | Represents values that specify how to cap the ends of lines. | 
| LineCompoundType | Represents the compound line type that is to be used for lines with text such as underlines. | 
| LineDashType | Represents the line dash type. | 
| LineJoinType | Represents values that specify how the adjacent lines are joined. | 
| ListBulletType | Represents a bullet character used in a TextParagraph that is part of a Bullet list. | 
| ListNumberType | Represents an automatic numbering scheme used in a TextParagraph that is part of a Number list. | 
| ListType | Represents a list type of a bulleted or numbered TextParagraph. | 
| PatternFillType | Represents a type of pattern fill. | 
| PictureCompressionType | Specifies the amount of compression that has been used for a particular binary large image or picture (blip). | 
| PictureContentType | Represents a picture file format. | 
| RectangleAlignment | Indicates how to position two rectangles relative to each other. | 
| ShapeType | Represents a shape's geometry type. | 
| StrikethroughType | Represents a text strikethrough type. | 
| TextAutoFit | Represents an enumeration of available text fitting options. | 
| TextDirection | Represents an enumeration of available text directions. | 
| TextElementType | Represents a text element type enumeration. | 
| TileMirrorTypes | Indicates whether/how to flip the contents of a tile region when using it to fill a larger fill region. | 
| VerticalAlignment | Represents an enumeration of available vertical alignments for text. |