The Aspose.Words.Drawing namespace provides classes that allow to create and modify drawing objects.
All drawing objects in Microsoft Word documents are represented by instances of the Shape and GroupShape classes. An object of the Shape class is a node in a document and can represent a picture, textbox, AutoShape or an OLE object.
The classes in this namespace support the latest (Word 2007 - 2013 DrawingML) and the earlier (pre Word 2007 - Office Art) shapes.
Namespaces | |
namespace | Charts |
The Aspose.Words.Drawing.Charts namespace provides classes that allow to access charts in Microsoft Word documents. | |
namespace | Core |
The Aspose.Words.Drawing namespace contains classes that allow to create and modify drawing objects in Microsoft Word documents. | |
Classes | |
class | Fill |
Represents fill formatting for an object. To learn more, visit the Working with Graphic Elements documentation article. More... | |
class | GradientStop |
Represents one gradient stop. To learn more, visit the Working with Graphic Elements documentation article. More... | |
class | GradientStopCollection |
Contains a collection of GradientStop objects. To learn more, visit the Working with Graphic Elements documentation article. More... | |
class | GroupShape |
Represents a group of shapes in a document. To learn more, visit the How to Add Group Shape into a Word Document documentation article. More... | |
class | HorizontalRuleFormat |
Represents horizontal rule formatting. To learn more, visit the Working with Shapes documentation article. More... | |
class | ImageData |
Defines an image for a shape. To learn more, visit the Working with Images documentation article. More... | |
class | ImageSize |
Contains information about image size and resolution. To learn more, visit the Working with Images documentation article. More... | |
class | OleFormat |
Provides access to the data of an OLE object or ActiveX control. To learn more, visit the Working with Ole Objects documentation article. More... | |
class | OlePackage |
Allows to access OLE Package properties. To learn more, visit the Working with Ole Objects documentation article. More... | |
class | ShadowFormat |
Represents shadow formatting for an object. To learn more, visit the Working with Graphic Elements documentation article. More... | |
class | Shape |
Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture. To learn more, visit the Working with Shapes documentation article. More... | |
class | ShapeBase |
Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture. To learn more, visit the Working with Shapes documentation article. More... | |
class | SignatureLine |
Provides access to signature line properties. To learn more, visit the Work with Digital Signatures documentation article. More... | |
class | Stroke |
Defines a stroke for a shape. To learn more, visit the Working with Shapes documentation article. More... | |
class | TextBox |
Defines attributes that specify how a text is displayed inside a shape. To learn more, visit the Working with Shapes documentation article. More... | |
class | TextPath |
Defines the text and formatting of the text path (of a WordArt object). To learn more, visit the Working with Shapes documentation article. More... | |
Enumerations | |
enum class | ArrowLength |
Length of the arrow at the end of a line. More... | |
enum class | ArrowType |
Specifies the type of an arrow at a line end. More... | |
enum class | ArrowWidth |
Width of the arrow at the end of a line. More... | |
enum class | DashStyle |
Dashed line style. More... | |
enum class | EndCap |
Specifies line cap style. More... | |
enum class | FillType |
Specifies fill type for a fillable object. More... | |
enum class | FlipOrientation |
Possible values for the orientation of a shape. More... | |
enum class | GradientStyle |
Specifies the style for a gradient fill. More... | |
enum class | GradientVariant |
Specifies the variant for a gradient fill. More... | |
enum class | HorizontalAlignment |
Specifies horizontal alignment of a floating shape, text frame or floating table. More... | |
enum class | HorizontalRuleAlignment |
Represents the alignment for the specified horizontal rule. More... | |
enum class | ImageType |
Specifies the type (format) of an image in a Microsoft Word document. More... | |
enum class | JoinStyle |
Line join style. More... | |
enum class | LayoutFlow |
Determines the flow of the text layout in a textbox. More... | |
enum class | PatternType |
Specifies the fill pattern to be used to fill a shape. More... | |
enum class | PresetTexture |
Specifies texture to be used to fill a shape. More... | |
enum class | RelativeHorizontalPosition |
Specifies to what the horizontal position of a shape or text frame is relative. More... | |
enum class | RelativeVerticalPosition |
Specifies to what the vertical position of a shape or text frame is relative. More... | |
enum class | ShadowType |
Specifies the type of a shape shadow. More... | |
enum class | ShapeLineStyle |
Specifies the compound line style of a Shape. More... | |
enum class | ShapeMarkupLanguage : uint8_t |
Specifies Markup language used for the shape. More... | |
enum class | ShapeType |
Specifies the type of shape in a Microsoft Word document. More... | |
enum class | TextBoxAnchor |
Specifies values used for shape text vertical alignment. More... | |
enum class | TextBoxWrapMode |
Specifies how text wraps inside a shape. More... | |
enum class | TextPathAlignment |
WordArt alignment. More... | |
enum class | TextureAlignment |
Specifies the alignment for the tiling of the texture fill. More... | |
enum class | VerticalAlignment |
Specifies vertical alignment of a floating shape, text frame or a floating table. More... | |
enum class | WrapSide |
Specifies what side(s) of the shape or picture the text wraps around. More... | |
enum class | WrapType |
Specifies how text is wrapped around a shape or picture. More... | |
|
strong |
Length of the arrow at the end of a line.
Shows to create a variety of shapes.
Enumerator | |
---|---|
Short | |
Medium | |
Long | |
Default | Same as Short. |
|
strong |
Specifies the type of an arrow at a line end.
Shows to create a variety of shapes.
Enumerator | |
---|---|
None | The line does not have an arrow at the end. |
Arrow | The arrow is a solid triangle. |
Stealth | The arrow is a "stealth" arrow. |
Diamond | The line end is a solid diamond. |
Oval | The line end is a solid oval. |
Open | The arrow is an open arrow. |
Default | Same as None. |
|
strong |
Width of the arrow at the end of a line.
Shows to create a variety of shapes.
Enumerator | |
---|---|
Narrow | |
Medium | |
Wide | |
Default | Same as Narrow. |
|
strong |
Dashed line style.
Shows to create a variety of shapes.
Enumerator | |
---|---|
Solid | Solid (continuous) pen. |
ShortDash | System dash style. |
ShortDot | System dash style. |
ShortDashDot | System dash style. |
ShortDashDotDot | System dash style. |
Dot | Square dot style. |
Dash | Dash style. |
LongDash | Long dash style. |
DashDot | Dash short dash. |
LongDashDot | Long dash short dash. |
LongDashDotDot | Long dash short dash short dash. |
Default | Same as Solid. |
|
strong |
Specifies line cap style.
Shows to create a variety of shapes.
Enumerator | |
---|---|
Round | Rounded ends. |
Square | Square protrudes by half line width. |
Flat | Line ends at end point. |
Default | Default value is Flat. |
|
strong |
Specifies fill type for a fillable object.
Enumerator | |
---|---|
Solid | Solid fill. |
Patterned | Patterned fill. |
Gradient | Gradient fill. |
Textured | Textured fill. |
Background | Fill is the same as the background. |
Picture | Picture fill. |
|
strong |
Possible values for the orientation of a shape.
Shows how to flip a shape on an axis.
|
strong |
Specifies the style for a gradient fill.
Shows how to fill a shape with a gradients.
|
strong |
Specifies the variant for a gradient fill.
Shows how to fill a shape with a gradients.
Enumerator | |
---|---|
None | Gradient variant 'None'. |
Variant1 | Gradient variant 1. |
Variant2 | Gradient variant 2. |
Variant3 | Gradient variant 3. |
Variant4 | Gradient variant 4. |
|
strong |
Specifies horizontal alignment of a floating shape, text frame or floating table.
Shows how to insert a floating image to the center of a page.
Enumerator | |
---|---|
None | The object is explicitly positioned, usually using its Left property. |
Default | Same as None. |
Left | Specifies that the object shall be left aligned to the horizontal alignment base. |
Center | Specifies that the object shall be centered with respect to the horizontal alignment base. |
Right | Specifies that the object shall be right aligned to the horizontal alignment base. |
Inside | Specifies that the object shall be inside of the horizontal alignment base. |
Outside | Specifies that the object shall be outside of the horizontal alignment base. |
|
strong |
|
strong |
Specifies the type (format) of an image in a Microsoft Word document.
Shows how to add an image to a shape and check its type.
|
strong |
Line join style.
Shows to create a variety of shapes.
Enumerator | |
---|---|
Bevel | Join edges by a straight line. |
Miter | Extend edges until they join. |
Round | Draw an arc between the two edges. |
|
strong |
Determines the flow of the text layout in a textbox.
Shows how to add text to a text box, and change its orientation
|
strong |
Specifies the fill pattern to be used to fill a shape.
|
strong |
Specifies texture to be used to fill a shape.
|
strong |
Specifies to what the horizontal position of a shape or text frame is relative.
Shows how to insert an image, and use it as a watermark.
Shows how to insert a floating image to the center of a page.
Enumerator | |
---|---|
Margin | Specifies that the horizontal positioning shall be relative to the page margins. |
Page | The object is positioned relative to the left edge of the page. |
Column | The object is positioned relative to the left side of the column. |
Character | The object is positioned relative to the left side of the paragraph. |
LeftMargin | Specifies that the horizontal positioning shall be relative to the left margin of the page. |
RightMargin | Specifies that the horizontal positioning shall be relative to the right margin of the page. |
InsideMargin | Specifies that the horizontal positioning shall be relative to the inside margin of the current page (the left margin on odd pages, right on even pages). |
OutsideMargin | Specifies that the horizontal positioning shall be relative to the outside margin of the current page (the right margin on odd pages, left on even pages). |
Default | Default value is Column. |
|
strong |
Specifies to what the vertical position of a shape or text frame is relative.
Shows how to insert an image, and use it as a watermark.
Shows how to insert a floating image to the center of a page.
Enumerator | |
---|---|
Margin | Specifies that the vertical positioning shall be relative to the page margins. |
Page | The object is positioned relative to the top edge of the page. |
Paragraph | The object is positioned relative to the top of the paragraph that contains the anchor. |
Line | Undocumented. |
TopMargin | Specifies that the vertical positioning shall be relative to the top margin of the current page. |
BottomMargin | Specifies that the vertical positioning shall be relative to the bottom margin of the current page. |
InsideMargin | Specifies that the vertical positioning shall be relative to the inside margin of the current page. |
OutsideMargin | Specifies that the vertical positioning shall be relative to the outside margin of the current page. |
TableDefault | Default value is Margin. |
TextFrameDefault | Default value is Paragraph. |
|
strong |
Specifies the type of a shape shadow.
|
strong |
Specifies the compound line style of a Shape.
Shows how change stroke properties.
Enumerator | |
---|---|
Single | Single line. |
Double | Double lines of equal width. |
ThickThin | Double lines, one thick, one thin. |
ThinThick | Double lines, one thin, one thick. |
Triple | Three lines, thin, thick, thin. |
Default | Default value is Single. |
|
strong |
Specifies Markup language used for the shape.
Shows how to set an OOXML compliance specification for a saved document to adhere to.
Enumerator | |
---|---|
Dml | |
Vml | Vector Markup Language is used to define the shape. |
|
strong |
Specifies the type of shape in a Microsoft Word document.
Shows how to insert a shape with an image from the local file system into a document.
Shows how Aspose.Words identify shapes.
Enumerator | |
---|---|
Image | The shape is an image. |
TextBox | The shape is a textbox. Note that shapes of many other types can also have text inside them too. A shape does not have to have this type to contain text. |
Group | The shape is a group shape. |
OleObject | The shape is an OLE object. You cannot create shapes of this type in the document. |
OleControl | The shape is an ActiveX control. You cannot create shapes of this type in the document. |
NonPrimitive | A shape drawn by user and consisting of multiple segments and/or vertices (curve, freeform or scribble). You cannot create shapes of this type in the document. |
Rectangle | |
RoundRectangle | |
Ellipse | |
Diamond | |
Triangle | |
RightTriangle | |
Parallelogram | |
Trapezoid | |
Hexagon | |
Octagon | |
Plus | |
Star | |
Arrow | |
ThickArrow | |
HomePlate | |
Cube | |
Balloon | |
Seal | |
Arc | |
Line | |
Plaque | |
Can | |
Donut | |
TextSimple | |
TextOctagon | |
TextHexagon | |
TextCurve | |
TextWave | |
TextRing | |
TextOnCurve | |
TextOnRing | |
StraightConnector1 | |
BentConnector2 | |
BentConnector3 | |
BentConnector4 | |
BentConnector5 | |
CurvedConnector2 | |
CurvedConnector3 | |
CurvedConnector4 | |
CurvedConnector5 | |
Callout1 | |
Callout2 | |
Callout3 | |
AccentCallout1 | |
AccentCallout2 | |
AccentCallout3 | |
BorderCallout1 | |
BorderCallout2 | |
BorderCallout3 | |
AccentBorderCallout1 | |
AccentBorderCallout2 | |
AccentBorderCallout3 | |
Ribbon | |
Ribbon2 | |
Chevron | |
Pentagon | |
NoSmoking | |
Seal8 | |
Seal16 | |
Seal32 | |
WedgeRectCallout | |
WedgeRRectCallout | |
WedgeEllipseCallout | |
Wave | |
FoldedCorner | |
LeftArrow | |
DownArrow | |
UpArrow | |
LeftRightArrow | |
UpDownArrow | |
IrregularSeal1 | |
IrregularSeal2 | |
LightningBolt | |
Heart | |
QuadArrow | |
LeftArrowCallout | |
RightArrowCallout | |
UpArrowCallout | |
DownArrowCallout | |
LeftRightArrowCallout | |
UpDownArrowCallout | |
QuadArrowCallout | |
Bevel | |
LeftBracket | |
RightBracket | |
LeftBrace | |
RightBrace | |
LeftUpArrow | |
BentUpArrow | |
BentArrow | |
Seal24 | |
StripedRightArrow | |
NotchedRightArrow | |
BlockArc | |
SmileyFace | |
VerticalScroll | |
HorizontalScroll | |
CircularArrow | |
CustomShape | This shape type seems to be set for shapes that are not part of the standard set of the auto shapes in Microsoft Word. For example, if you insert a new auto shape from ClipArt. You cannot create shapes of this type in the document. |
UturnArrow | |
CurvedRightArrow | |
CurvedLeftArrow | |
CurvedUpArrow | |
CurvedDownArrow | |
CloudCallout | |
EllipseRibbon | |
EllipseRibbon2 | |
FlowChartProcess | |
FlowChartDecision | |
FlowChartInputOutput | |
FlowChartPredefinedProcess | |
FlowChartInternalStorage | |
FlowChartDocument | |
FlowChartMultidocument | |
FlowChartTerminator | |
FlowChartPreparation | |
FlowChartManualInput | |
FlowChartManualOperation | |
FlowChartConnector | |
FlowChartPunchedCard | |
FlowChartPunchedTape | |
FlowChartSummingJunction | |
FlowChartOr | |
FlowChartCollate | |
FlowChartSort | |
FlowChartExtract | |
FlowChartMerge | |
FlowChartOfflineStorage | |
FlowChartOnlineStorage | |
FlowChartMagneticTape | |
FlowChartMagneticDisk | |
FlowChartMagneticDrum | |
FlowChartDisplay | |
FlowChartDelay | |
TextPlainText | WordArt object. |
TextStop | WordArt object. |
TextTriangle | WordArt object. |
TextTriangleInverted | WordArt object. |
TextChevron | WordArt object. |
TextChevronInverted | WordArt object. |
TextRingInside | WordArt object. |
TextRingOutside | WordArt object. |
TextArchUpCurve | WordArt object. |
TextArchDownCurve | WordArt object. |
TextCircleCurve | WordArt object. |
TextButtonCurve | WordArt object. |
TextArchUpPour | WordArt object. |
TextArchDownPour | WordArt object. |
TextCirclePour | WordArt object. |
TextButtonPour | WordArt object. |
TextCurveUp | WordArt object. |
TextCurveDown | WordArt object. |
TextCascadeUp | WordArt object. |
TextCascadeDown | WordArt object. |
TextWave1 | WordArt object. |
TextWave2 | WordArt object. |
TextWave3 | WordArt object. |
TextWave4 | WordArt object. |
TextInflate | WordArt object. |
TextDeflate | WordArt object. |
TextInflateBottom | WordArt object. |
TextDeflateBottom | WordArt object. |
TextInflateTop | WordArt object. |
TextDeflateTop | WordArt object. |
TextDeflateInflate | WordArt object. |
TextDeflateInflateDeflate | WordArt object. |
TextFadeRight | WordArt object. |
TextFadeLeft | WordArt object. |
TextFadeUp | WordArt object. |
TextFadeDown | WordArt object. |
TextSlantUp | WordArt object. |
TextSlantDown | WordArt object. |
TextCanUp | WordArt object. |
TextCanDown | WordArt object. |
FlowChartAlternateProcess | |
FlowChartOffpageConnector | |
Callout90 | |
AccentCallout90 | |
BorderCallout90 | |
AccentBorderCallout90 | |
LeftRightUpArrow | |
Sun | |
Moon | |
BracketPair | |
BracePair | |
Seal4 | |
DoubleWave | |
ActionButtonBlank | |
ActionButtonHome | |
ActionButtonHelp | |
ActionButtonInformation | |
ActionButtonForwardNext | |
ActionButtonBackPrevious | |
ActionButtonEnd | |
ActionButtonBeginning | |
ActionButtonReturn | |
ActionButtonDocument | |
ActionButtonSound | |
ActionButtonMovie | |
SingleCornerSnipped | Snip single corner rectangle object. |
TopCornersSnipped | Snip same side corner rectangle. |
DiagonalCornersSnipped | Snip diagonal corner rectangle. |
TopCornersOneRoundedOneSnipped | Snip and round single corner rectangle. |
SingleCornerRounded | Round single corner rectangle. |
TopCornersRounded | Round same side corner rectangle. |
DiagonalCornersRounded | Round diagonal corner rectangle. |
Heptagon | Heptagon. |
Cloud | Cloud. |
Seal6 | Six-pointed star. |
Seal7 | Seven-pointed star. |
Seal10 | Ten-pointed star. |
Seal12 | Twelve-pointed star. |
SwooshArrow | Swoosh arrow. |
Teardrop | Teardrop. |
SquareTabs | Square tabs. |
PlaqueTabs | Plaque tabs. |
Pie | Pie. |
WedgePie | Wedge pie. |
InverseLine | Inverse line. |
MathPlus | Math plus. |
MathMinus | Math minus. |
MathMultiply | Math multiply. |
MathDivide | Math divide. |
MathEqual | Math equal. |
MathNotEqual | Math not equal. |
NonIsoscelesTrapezoid | Non-isosceles trapezoid. |
LeftRightCircularArrow | Left-right circular arrow. |
LeftRightRibbon | Left-right ribbon. |
LeftCircularArrow | Left circular arrow. |
Frame | Frame. |
HalfFrame | Half frame. |
Funnel | Funnel. |
Gear6 | Six-tooth gear. |
Gear9 | Nine-tooth gear. |
Decagon | Decagon. |
Dodecagon | Dodecagon. |
DiagonalStripe | Diagonal stripe. |
Corner | Corner. |
CornerTabs | Corner tabs. |
Chord | Chord. |
ChartPlus | Chart plus. |
ChartStar | Chart star. |
ChartX | Chart X. |
MinValue | Reserved for the system use. |
|
strong |
Specifies values used for shape text vertical alignment.
Shows how to vertically align the text contents of a text box.
|
strong |
Specifies how text wraps inside a shape.
Shows how to set a wrapping mode for the contents of a text box.
Enumerator | |
---|---|
Square | Text wraps inside a shape. |
None | Text does not wrap inside a shape. |
|
strong |
WordArt alignment.
Shows how to work with WordArt.
|
strong |
Specifies the alignment for the tiling of the texture fill.
Shows how to fill and tiling the texture inside the shape.
|
strong |
Specifies vertical alignment of a floating shape, text frame or a floating table.
Shows how to insert a floating image to the center of a page.
Enumerator | |
---|---|
None | The object is explicitly positioned, usually using its Top property. |
Top | Specifies that the object shall be at the top of the vertical alignment base. |
Center | Specifies that the object shall be centered with respect to the vertical alignment base. |
Bottom | Specifies that the object shall be at the bottom of the vertical alignment base. |
Inside | Specifies that the object shall be inside of the horizontal alignment base. |
Outside | Specifies that the object shall be outside of the vertical alignment base. |
Inline | Not documented. Seems to be a possible value for floating paragraphs and tables. |
Default | Same as None. |
|
strong |
Specifies what side(s) of the shape or picture the text wraps around.
Shows how to replace all textbox shapes with image shapes.
Enumerator | |
---|---|
Both | The document text wraps on both sides of the shape. |
Left | The document text wraps on the left side of the shape only. There is a text free area on the right of the shape. |
Right | The document text wraps on the right side of the shape only. There is a text free area on the left side of the shape. |
Largest | The document text wraps on the side of the shape that is farthest from the page margin, leaving text free area on the other side of the shape. |
Default | Default value is Both. |
|
strong |
Specifies how text is wrapped around a shape or picture.
Shows how to insert an image, and use it as a watermark.
Shows how to insert a floating image to the center of a page.