Constructor Summary |
---|
SmartTagDef()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getButtonFace() | |
It contains the ID of the button face image that appears on the smart tag button.
|
||
method | getDel() | |
method | setDel(value) | |
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
method | getDescription() | |
Description element contains a string that describes the smart tag, which appears as a tool tip when the user pauses the mouse over the tag.
|
||
method | getDisabled() | |
Disabled element determines whether the smart tag appears in the drawing window.
|
||
method | getDisplayMode() | |
DisplayMode element determines whether the smart tag appears when the user pauses the mouse over the tag, when the shape is selected, or all the time.
|
||
method | getID() | |
method | setID(value) | |
The unique ID of the element within its parent element. | ||
method | getName() | |
method | setName(value) | |
The name of the element. | ||
method | getNameU() | |
method | setNameU(value) | |
The universal name of the element. | ||
method | getTagName() | |
It contains the name of the smart tag that is used as a key to associate the smart tag with its actions.
|
||
method | getX() | |
The x-coordinate position in the shape's local coordinates around which the smart tag button is placed.
|
||
method | getXJustify() | |
The x-offset of the smart tag button relative to the point defined by the X and Y elements.
|
||
method | getY() | |
The y-coordinate position in the shape's local coordinates around which the smart tag button is placed.
|
||
method | getYJustify() | |
Specifies the y-offset of the smart tag button relative to the point defined by the X and Y elements.
|
String getName() / setName(value)
String getNameU() / setNameU(value)
int getID() / setID(value)
int getDel() / setDel(value)
DoubleValue getX()
DoubleValue getY()
Str2Value getTagName()
XJustify getXJustify()
YJustify getYJustify()
DisplayModeSmartTagDef getDisplayMode()
Str2Value getButtonFace()
BoolValue getDisabled()