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