public class SmartTagDef
Constructor Summary |
---|
SmartTagDef()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
Str2Value | getButtonFace() | |
It contains the ID of the button face image that appears on the smart tag button.
|
||
int | getDel() | |
void | setDel(intvalue) | |
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. | ||
Str2Value | 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.
|
||
BoolValue | getDisabled() | |
Disabled element determines whether the smart tag appears in the drawing window.
|
||
DisplayModeSmartTagDef | 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.
|
||
int | getID() | |
void | setID(intvalue) | |
The unique ID of the element within its parent element. | ||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
The name of the element. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.Stringvalue) | |
The universal name of the element. | ||
Str2Value | getTagName() | |
It contains the name of the smart tag that is used as a key to associate the smart tag with its actions.
|
||
DoubleValue | getX() | |
The x-coordinate position in the shape's local coordinates around which the smart tag button is placed.
|
||
XJustify | getXJustify() | |
The x-offset of the smart tag button relative to the point defined by the X and Y elements.
|
||
DoubleValue | getY() | |
The y-coordinate position in the shape's local coordinates around which the smart tag button is placed.
|
||
YJustify | getYJustify() | |
Specifies the y-offset of the smart tag button relative to the point defined by the X and Y elements.
|
public java.lang.String getName() / public void setName(java.lang.String value)
public java.lang.String getNameU() / public void setNameU(java.lang.String value)
public int getID() / public void setID(int value)
public int getDel() / public void setDel(int value)
public DoubleValue getX()
public DoubleValue getY()
public Str2Value getTagName()
public XJustify getXJustify()
public YJustify getYJustify()
public DisplayModeSmartTagDef getDisplayMode()
public Str2Value getButtonFace()
public BoolValue getDisabled()
public Str2Value getDescription()