SmartTagDef
Inheritance: java.lang.Object
public class SmartTagDef
Contains elements that contain information for each smart tag defined for a shape or page.
Constructors
Constructor | Description |
---|---|
SmartTagDef() | Constructor. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getButtonFace() | It contains the ID of the button face image that appears on the smart tag button. |
getClass() | |
getDel() | A flag indicating whether the element has been deleted locally. |
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. |
getDisabled() | Disabled element determines whether the smart tag appears in the drawing window. |
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. |
getID() | The unique ID of the element within its parent element. |
getName() | The name of the element. |
getNameU() | The universal name of the element. |
getTagName() | It contains the name of the smart tag that is used as a key to associate the smart tag with its actions. |
getX() | The x-coordinate position in the shape’s local coordinates around which the smart tag button is placed. |
getXJustify() | The x-offset of the smart tag button relative to the point defined by the X and Y elements. |
getY() | The y-coordinate position in the shape’s local coordinates around which the smart tag button is placed. |
getYJustify() | Specifies the y-offset of the smart tag button relative to the point defined by the X and Y elements. |
hashCode() | |
notify() | |
notifyAll() | |
setDel(int value) | For the description of this property, please see getDel() |
setID(int value) | For the description of this property, please see getID() |
setName(String value) | For the description of this property, please see getName() |
setNameU(String value) | For the description of this property, please see getNameU() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
SmartTagDef()
public SmartTagDef()
Constructor.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getButtonFace()
public Str2Value getButtonFace()
It contains the ID of the button face image that appears on the smart tag button.
Returns: Str2Value
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDel()
public int getDel()
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Returns: int
getDescription()
public 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.
Returns: Str2Value
getDisabled()
public BoolValue getDisabled()
Disabled element determines whether the smart tag appears in the drawing window.
Returns: BoolValue
getDisplayMode()
public 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.
Returns: DisplayModeSmartTagDef
getID()
public int getID()
The unique ID of the element within its parent element.
Returns: int
getName()
public String getName()
The name of the element.
Returns: java.lang.String
getNameU()
public String getNameU()
The universal name of the element.
Returns: java.lang.String
getTagName()
public Str2Value getTagName()
It contains the name of the smart tag that is used as a key to associate the smart tag with its actions.
Returns: Str2Value
getX()
public DoubleValue getX()
The x-coordinate position in the shape’s local coordinates around which the smart tag button is placed.
Returns: DoubleValue
getXJustify()
public XJustify getXJustify()
The x-offset of the smart tag button relative to the point defined by the X and Y elements.
Returns: XJustify
getY()
public DoubleValue getY()
The y-coordinate position in the shape’s local coordinates around which the smart tag button is placed.
Returns: DoubleValue
getYJustify()
public YJustify getYJustify()
Specifies the y-offset of the smart tag button relative to the point defined by the X and Y elements.
Returns: YJustify
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDel(int value)
public void setDel(int value)
For the description of this property, please see getDel()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setID(int value)
public void setID(int value)
For the description of this property, please see getID()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setName(String value)
public void setName(String value)
For the description of this property, please see getName()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setNameU(String value)
public void setNameU(String value)
For the description of this property, please see getNameU()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |