Class ResolvedShape
A resolved shape or shape group: the same anchor geometry a ResolvedImage carries, plus the flattened parts to paint in order.
public sealed class ResolvedShape
- Inheritance
-
ResolvedShape
- Inherited Members
Properties
- Anchored
Gets whether the shape floats (anchored) rather than flowing inline.
- BehindText
Gets whether an anchored shape renders behind text.
- DistanceBottom
Gets the bottom text distance for wrapping in twips.
- DistanceLeft
Gets the left text distance for wrapping in twips.
- DistanceRight
Gets the right text distance for wrapping in twips.
- DistanceTop
Gets the top text distance for wrapping in twips.
- Height
Gets the display height in twips.
- Hidden
Gets whether the anchor is hidden.
- HorizontalAlignment
Gets the raw horizontal alignment token (wp:positionH/wp:align), or null.
- HorizontalRelativeTo
Gets the raw relative-from token for the horizontal position, or null.
- LayoutInCell
Gets whether an anchor inside a table cell resolves its position against that cell (wp:anchor layoutInCell). True when the document does not say otherwise, which is Word''s own default.
- OffsetX
Gets the horizontal offset in twips for anchored shapes.
- OffsetY
Gets the vertical offset in twips for anchored shapes.
- Parts
Gets the flattened parts in paint order.
- RelativeHeight
Gets the floating-object z-order (wp:anchor relativeHeight), or null.
- SimpleX
Gets the simple-position X coordinate in twips.
- SimpleY
Gets the simple-position Y coordinate in twips.
- UseSimplePosition
Gets whether simple positioning is requested for the anchor.
- VerticalAlignment
Gets the raw vertical alignment token (wp:positionV/wp:align), or null.
- VerticalRelativeTo
Gets the raw relative-from token for the vertical position, or null.
- Width
Gets the display width in twips.
- WrapKind
Gets how text wraps around this floating shape.
- WrapSide
Gets the raw wrap-side token limiting wrapping side, or null.