API Reference
Class
WordShapeGroupItem
Describes one bounded DrawingML shape inside a Word shape group. Coordinates are relative to the group's top-left corner and are expressed in points.
Inheritance
- Object
- WordShapeGroupItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method WordParagraph.AddShapeGroup
- Method WordParagraph.AddShapeGroup
Constructors
public WordShapeGroupItem(ShapeType shapeType, Double leftPt, Double topPt, Double widthPt, Double heightPt) #Creates a shape-group item.
Parameters
- shapeType OfficeIMO.Word.ShapeType
- leftPt System.Double
- topPt System.Double
- widthPt System.Double
- heightPt System.Double
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Double LeftPt { get; } #Horizontal position relative to the group.
public Double TopPt { get; } #Vertical position relative to the group.
public String FillColorHex { get; set; } #Optional RGB fill, with or without a leading '#'.
public String StrokeColorHex { get; set; } #Optional RGB outline, with or without a leading '#'.