WordProcessingShape class

WordProcessingShape class

Represents a drawing shape in a Word document.

Inheritance: WordProcessingShapeShapeSearchAdapter

The WordProcessingShape type exposes the following members:

Properties

Property Description
section Gets the parent section of this WordProcessingShape.
header_footer Gets the parent header/footer of this WordProcessingShape (if presents).
shape_type Gets the shape type.
is_word_art Gets a value indicating whether this WordProcessingShape is a WordArt object.
alternative_text Gets or sets the descriptive (alternative) text associated with this WordProcessingShape.
name Gets the name of this WordProcessingShape.
behind_text Gets or sets a value indicating whether the shape is over or behind the text.
text Gets or sets the text of this WordProcessingShape.
formatted_text_fragments Gets the collection of formatted text fragments of this WordProcessingShape.
image Gets or sets the image of this WordProcessingShape.
horizontal_alignment Gets a value specifying how the shape is positioned horizontally.
vertical_alignment Gets a value specifying how the shape is positioned vertically.
relative_horizontal_position Gets a value specifying to what the shape is positioned horizontally.
relative_vertical_position Gets a value specifying to what the shape is positioned vertically.
hyperlink Gets or sets the hyperlink associated with this WordProcessingShape.
width Gets or sets the width of this WordProcessingShape in points.
height Gets or sets the height of this WordProcessingShape in points.
rotate_angle Gets or sets the rotate angle of this WordProcessingShape in degrees.
x Gets or sets the horizontal offset of this WordProcessingShape from page left border in points.
y Gets or sets the vertical offset of this WordProcessingShape from page top border in points.

See Also