com.visioglobe.libVisioDevKit
Class VgTextAttributes
java.lang.Object
com.visioglobe.libVisioDevKit.VgTextAttributes
public final class VgTextAttributes
- extends java.lang.Object
This enum controls the text attributes. The attributes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
eVgTextAttributeNone
public static final VgTextAttributes eVgTextAttributeNone
- No special attributes are given to the text.
eVgTextAttributeOutline
public static final VgTextAttributes eVgTextAttributeOutline
- Adds an outline around the text.
swigValue
public final int swigValue()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
swigToEnum
public static VgTextAttributes swigToEnum(int swigValue)