java.lang.Object
com.aspose.diagram.SmartTagDef
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(int) | |
| 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(int) | |
| The unique ID of the element within its parent element. | ||
java.lang.String | getName() | |
void | setName(java.lang.String) | |
| The name of the element. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.String) | |
| 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. | ||
| Constructor Detail |
|---|
public SmartTagDef()
| Property Getters/Setters Detail |
|---|
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value) | |
getNameU/setNameU | |
public java.lang.String getNameU() / public void setNameU(java.lang.String value) | |
getID/setID | |
public int getID() / public void setID(int value) | |
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getX | |
public DoubleValue getX() | |
getY | |
public DoubleValue getY() | |
getTagName | |
public Str2Value getTagName() | |
getXJustify | |
public XJustify getXJustify() | |
getYJustify | |
public YJustify getYJustify() | |
getDisplayMode | |
public DisplayModeSmartTagDef getDisplayMode() | |
getButtonFace | |
public Str2Value getButtonFace() | |
getDisabled | |
public BoolValue getDisabled() | |
getDescription | |
public Str2Value getDescription() | |