Einhugur Word Plugin for Xojo

EinhugurWord.Shape Class

A class representing shape in MS Word document.

Note that Shape support is very preliminary.

EinhugurWord.ShapeBase
   Shape

class EinhugurWord.Shape

Constructors

Shape (private) Private constructor.

Properties

FillTypeThe fill type of the shape.
HandleAdjustment1This property is to adjust the adjustment handle on a shape in word document.
HandleAdjustment2This property is to adjust the adjustment handle on a shape in word document.
HasHandleAdjustment1Returns true if HandleAdjustment1 has been set for the given shape in the document.
HasHandleAdjustment2Returns true if HandleAdjustment2 has been set for the given shape in the document.
LineColorLine color.
LineCompundTypeSets or gets the LineCompoundType on the shape.
LineHeadEndLine head end type.
LineTailEndLine tail end.
LineWidthLine width.
NoFillIf set to true then shape will not be have border around it.
NoLineIf set to true then shape will not be filled.
RotationSets or gets rotation of the shape in degrees.
SolidFillColorFill color for Solid fill type.
TextWrapSets or gets TextWrap for text in the shape.
TypeReturns the type of the shape.
VerticalAlignmentSets or gets Vertical Text alignment for the shape.

Methods

ContainerAccesses the shape container, if passing true to the create parameter then shape container is created for you if non exists.
Height (Inherited) Gets or sets the height of the shape.
Width (Inherited) Gets or sets the width of the shape.
X (Inherited) Gets or sets the x location of the shape.
Y (Inherited) Gets or sets the y location of the shape.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS