Einhugur Word Plugin for Xojo

EinhugurWord.ShapeTypes Enum

Shape types.

This enum does only have few types right now since shape support is very preliminary.

Note that Shape support is very preliminary.

enum EinhugurWord.ShapeTypes

Constants

Unknown = -1Indication that the given shape when reading a word document is not yet supported by this plugin.
Rectangle = 0Rectangle.
RoundedRectangle = 1Rounded rectangle. This shape has one pullout handle with range from 0 to 50000.
Ellipse = 2Ellipse.
Line = 3Line.
Triangle = 4Triangle. This shape has one pullout handle with range from 0 to 100000.
Pentagon = 5Pentagon.
Hexagon = 6Hexagon. This shape has one pullout handle with range from 0 to 50000.
Heptagon = 7Heptagon.
Octagon = 8Octagon. This shape has one pullout handle with range from 0 to 50000.
Decagon = 9Decagon.
Dodecagon = 10Dodecagon.
Diamond = 11Diamond.
Trapezoid = 12Trapezoid. This shape has one pullout handle with range from 0 to 50000.
Parallelogram = 13Parallelogram. This shape has one pullout handle with range from 0 to 145669. (Measured in our tests but given the unlikely number then the upper limit might actually be 150000.
RightTriangle = 14Right triangle.
Cloud = 15Cloud.
EllipseCallout = 16Ellipse callout. This shape has two pullout handles. Handle 1 negative values go left, positive values right. Handle 2 negative values go up, positive down. 100000 seems to be one length of the Image. So -200.000 on Handle 1 would pull out the call out two shape lengths to left.
Teardrop = 17Teardrop. This shape has one pullout handle with range from 0 to 200000.