# Shapes

DsWord allows you to work with basic shape properties like alternative text, positioning, title, wrapping text around shape etc. Learn more in DsWord docs.

## Content



In DsWord, all the shape types are represented by the [ShapeBase](/document-solutions/dot-net-word-api/api/online/DS.Documents.Word/GrapeCity.Documents.Word.ShapeBase.html) class. This class allows you to work with basic shape properties like alternative text, positioning, rotation, title, wrapping text around shape etc. The [Shape](/document-solutions/dot-net-word-api/api/online/DS.Documents.Word/GrapeCity.Documents.Word.Shape.html) class represent a single shape element and inherits the **ShapeBase** class.

In this section, we will discuss about the following shape:

*   [Textbox](/document-solutions/dot-net-word-api/docs/online/features/shapes/textbox)
*   [Canvas Shape](/document-solutions/dot-net-word-api/docs/online/features/shapes/canvas-shape)
*   [Group Shape](/document-solutions/dot-net-word-api/docs/online/features/shapes/group-shape)
*   [Ink Shape](/document-solutions/dot-net-word-api/docs/online/features/shapes/ink-shape)
*   [Shape](/document-solutions/dot-net-word-api/docs/online/features/shapes/shape)
*   [Shape Format](/document-solutions/dot-net-word-api/docs/online/features/shapes/shape-format)
*   [Picture](/document-solutions/dot-net-word-api/docs/online/features/shapes/picture)
*   [Picture Format](/document-solutions/dot-net-word-api/docs/online/features/shapes/PictureFormat)
*   [Shape Hyperlink](/document-solutions/dot-net-word-api/docs/online/features/shapes/ShapeHyperlink)
*   [Online Video](/document-solutions/dot-net-word-api/docs/online/features/shapes/OnlineVideo)
*   [Presets and Themed Styles](/document-solutions/dot-net-word-api/docs/online/features/shapes/presets-and-themed-styles)
*   [Shape Styles](/document-solutions/dot-net-word-api/docs/online/features/shapes/shape-styles)