aspose.diagram
Class SmartTagDef

Contains elements that contain information for each smart tag defined for a shape or page.

Constructor Summary
SmartTagDef()
           Constructor.
 
Property Getters/Setters Summary
functiongetButtonFace()
           It contains the ID of the button face image that appears on the smart tag button.
functiongetDel()
functionsetDel(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.
functiongetDescription()
           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.
functiongetDisabled()
           Disabled element determines whether the smart tag appears in the drawing window.
functiongetDisplayMode()
           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.
functiongetID()
functionsetID(value)
           The unique ID of the element within its parent element.
functiongetName()
functionsetName(value)
           The name of the element.
functiongetNameU()
functionsetNameU(value)
           The universal name of the element.
functiongetTagName()
           It contains the name of the smart tag that is used as a key to associate the smart tag with its actions.
functiongetX()
           The x-coordinate position in the shape's local coordinates around which the smart tag button is placed.
functiongetXJustify()
           The x-offset of the smart tag button relative to the point defined by the X and Y elements.
functiongetY()
           The y-coordinate position in the shape's local coordinates around which the smart tag button is placed.
functiongetYJustify()
           Specifies the y-offset of the smart tag button relative to the point defined by the X and Y elements.
 

Constructor Detail

SmartTagDef

function SmartTagDef()
Constructor.

Property Getters/Setters Detail

getName/setName : String 

function getName() / function setName(value)
The name of the element.

getNameU/setNameU : String 

function getNameU() / function setNameU(value)
The universal name of the element.

getID/setID : Number 

function getID() / function setID(value)
The unique ID of the element within its parent element.

getDel/setDel : Number 

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.

getX : DoubleValue 

function getX()
The x-coordinate position in the shape's local coordinates around which the smart tag button is placed.

getY : DoubleValue 

function getY()
The y-coordinate position in the shape's local coordinates around which the smart tag button is placed.

getTagName : Str2Value 

function getTagName()
It contains the name of the smart tag that is used as a key to associate the smart tag with its actions.

getXJustify : XJustify 

function getXJustify()
The x-offset of the smart tag button relative to the point defined by the X and Y elements.

getYJustify : YJustify 

function getYJustify()
Specifies the y-offset of the smart tag button relative to the point defined by the X and Y elements.

getDisplayMode : DisplayModeSmartTagDef 

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.

getButtonFace : Str2Value 

function getButtonFace()
It contains the ID of the button face image that appears on the smart tag button.

getDisabled : BoolValue 

function getDisabled()
Disabled element determines whether the smart tag appears in the drawing window.

getDescription : Str2Value 

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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.