Enum ShapeType
Specifies the type of a shape within the word document.
public enum ShapeType
Fields
Diamond = 3
Diamond shape.
Ellipse = 2
Ellipse or Oval shape.
Hexagone = 4
Hexagone shape.
Rectangle = 0
Rectangle shape.
Triangle = 1
Triangle shape.