asposediagram.api

Contains various elements of shapes and groups, such as those that control selection highlighting and visibility.

Property Getters/Setters Summary
methodgetBegTrigger()
Contains a trigger formula generated by Microsoft Visio that determines whether to move the begin point of a 1-D shape to maintain its connection to another shape.
methodgetCalendar()
Determines the calendar that is used for custom properties, text fields, and element formulas.
methodgetComment()
Contains the comment text in string format for a shape.
methodgetDel()
method
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.
methodgetDropOnPageScale()
Determines the percentage by which a shape is scaled when it is dropped on the drawing page.
methodgetDynFeedback()
Specifies the type of visual feedback provided to users when they drag a connector
methodgetEndTrigger()
Contains a trigger formula generated by Microsoft Visio. This trigger formula determines whether to move the end point of a 1-D shape to maintain its connection to another shape.
methodgetGlueType()
Specifies whether dynamic (shape-to-shape) glue is allowed when connecting to a shape
methodgetHideText()
Hides the text for a shape. You can view text, edit properties, and apply styles to the text in the text block, although the changes will not appear until you specify the HideText element as 0.
methodisDropSource()
Specifies whether the shape can be added to a group by dropping it onto the group
methodisReplaceLockShapeData()
Indicates whether the values of specified cells in a master shape overwrite the values (including local values) of a shape being replaced during a shape replacement operation.
methodgetLangID()
Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered.
methodgetLocalizeMerge()
Determines whether shapes are localized (whether their LangIDelement is reset) when they are copied between documents.
methodgetNoAlignBox()
Specifies whether the selection rectangle is displayed when the shape is selected.
methodgetNoCtlHandles()
Specifies whether control handles are displayed when the shape is selected.
methodgetNoLiveDynamics()
Specifies whether a shape dynamically resizes or rotates as the user manipulates it.
methodgetNonPrinting()
Specifies whether a selected shape can be printed.
methodgetNoObjHandles()
Specifies whether selection handles are displayed when the shape is selected.
methodgetObjType()
Specifies whether objects are placeable or routable in diagrams when you use Microsoft Visio to lay out shapes on the drawing page.
methodgetShapeKeywords()
Contains search keywords that have been assigned to custom master shapes.
methodgetUpdateAlignBox()
Specifies whether to recalculate a shape's selection rectangle whenever a control handle is moved.
methodgetWalkPreference()
Specifies whether an endpoint of a 1-D shape moves to a horizontal or vertical connection point on the shape it is glued to, using dynamic glue, when the shape is moved to an ambiguous position.
 

    • Property Getters/Setters Detail

      • getDel/setDel : int 

        int getDel() / 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.
      • getNoObjHandles : BoolValue 

        BoolValue getNoObjHandles()
        
        Specifies whether selection handles are displayed when the shape is selected.
      • getNonPrinting : BoolValue 

        BoolValue getNonPrinting()
        
        Specifies whether a selected shape can be printed.
      • getNoCtlHandles : BoolValue 

        BoolValue getNoCtlHandles()
        
        Specifies whether control handles are displayed when the shape is selected.
      • getNoAlignBox : BoolValue 

        BoolValue getNoAlignBox()
        
        Specifies whether the selection rectangle is displayed when the shape is selected.
      • getUpdateAlignBox : BoolValue 

        BoolValue getUpdateAlignBox()
        
        Specifies whether to recalculate a shape's selection rectangle whenever a control handle is moved.
      • getHideText : BoolValue 

        BoolValue getHideText()
        
        Hides the text for a shape. You can view text, edit properties, and apply styles to the text in the text block, although the changes will not appear until you specify the HideText element as 0.
      • getDynFeedback : DynFeedback 

        DynFeedback getDynFeedback()
        
        Specifies the type of visual feedback provided to users when they drag a connector
      • getGlueType : GlueType 

        GlueType getGlueType()
        
        Specifies whether dynamic (shape-to-shape) glue is allowed when connecting to a shape
      • getWalkPreference : WalkPreference 

        WalkPreference getWalkPreference()
        
        Specifies whether an endpoint of a 1-D shape moves to a horizontal or vertical connection point on the shape it is glued to, using dynamic glue, when the shape is moved to an ambiguous position.
      • getBegTrigger : DoubleValue 

        DoubleValue getBegTrigger()
        
        Contains a trigger formula generated by Microsoft Visio that determines whether to move the begin point of a 1-D shape to maintain its connection to another shape.
      • getEndTrigger : DoubleValue 

        DoubleValue getEndTrigger()
        
        Contains a trigger formula generated by Microsoft Visio. This trigger formula determines whether to move the end point of a 1-D shape to maintain its connection to another shape.
      • getObjType : ObjType 

        ObjType getObjType()
        
        Specifies whether objects are placeable or routable in diagrams when you use Microsoft Visio to lay out shapes on the drawing page.
      • getComment : Str2Value 

        Str2Value getComment()
        
        Contains the comment text in string format for a shape.
      • isDropSource : BoolValue 

        BoolValue isDropSource()
        
        Specifies whether the shape can be added to a group by dropping it onto the group
      • isReplaceLockShapeData : BoolValue 

        BoolValue isReplaceLockShapeData()
        
        Indicates whether the values of specified cells in a master shape overwrite the values (including local values) of a shape being replaced during a shape replacement operation.
      • getNoLiveDynamics : BoolValue 

        BoolValue getNoLiveDynamics()
        
        Specifies whether a shape dynamically resizes or rotates as the user manipulates it.
      • getLocalizeMerge : BoolValue 

        BoolValue getLocalizeMerge()
        
        Determines whether shapes are localized (whether their LangIDelement is reset) when they are copied between documents.
      • getCalendar : Calendar 

        Calendar getCalendar()
        
        Determines the calendar that is used for custom properties, text fields, and element formulas.
      • getLangID : IntValue 

        IntValue getLangID()
        
        Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered.
      • getShapeKeywords : Str2Value 

        Str2Value getShapeKeywords()
        
        Contains search keywords that have been assigned to custom master shapes.
      • getDropOnPageScale : DoubleValue 

        DoubleValue getDropOnPageScale()
        
        Determines the percentage by which a shape is scaled when it is dropped on the drawing page.