Enum Class AutocadScript.TextAnchor

java.lang.Object
java.lang.Enum<AutocadScript.TextAnchor>
com.imc.iss.groovy.autocad.AutocadScript.TextAnchor
All Implemented Interfaces:
Serializable, Comparable<AutocadScript.TextAnchor>, Constable
Enclosing class:
AutocadScript

public static enum AutocadScript.TextAnchor extends Enum<AutocadScript.TextAnchor>
The available anchor types for text.

The coordinates specified when printing texts will be the coordinates of this anchor point, and the text will be printed relative to that anchor point according to the anchor type.

For example, if the anchor type is TOP_LEFT, the top left position of the text will be fixed, and from there the text may expand freely to the bottom and to the right depending on the length of the text and the font size.