OfficeIMO

API Reference

Enum

ShapeType

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Shape types supported by Double).

Inheritance

  • Enum
  • ShapeType

Values

public const ShapeType Rectangle #

A rectangular shape.

Value: 0
public const ShapeType Ellipse #

An elliptical shape.

Value: 1
public const ShapeType Line #

A straight line shape.

Value: 2
public const ShapeType RoundedRectangle #

A rectangle with rounded corners.

Value: 3
public const ShapeType Triangle #

A triangle.

Value: 4
public const ShapeType Diamond #

A diamond.

Value: 5
public const ShapeType Pentagon #

A pentagon.

Value: 6
public const ShapeType Hexagon #

A hexagon.

Value: 7
public const ShapeType RightArrow #

Arrow pointing right.

Value: 8
public const ShapeType LeftArrow #

Arrow pointing left.

Value: 9
public const ShapeType UpArrow #

Arrow pointing up.

Value: 10
public const ShapeType DownArrow #

Arrow pointing down.

Value: 11
public const ShapeType Star5 #

A 5-point star.

Value: 12
public const ShapeType Heart #

A heart shape.

Value: 13
public const ShapeType Cloud #

A cloud shape.

Value: 14
public const ShapeType Donut #

A donut shape.

Value: 15
public const ShapeType Can #

A cylindrical can.

Value: 16
public const ShapeType Cube #

A cube shape.

Value: 17