aspose.diagram
Class Misc

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

Property Getters/Setters Summary
functiongetBegTrigger()
           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.
functiongetCalendar()
           Determines the calendar that is used for custom properties, text fields, and element formulas.
functiongetComment()
           Contains the comment text in string format for a shape.
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.
functiongetDropOnPageScale()
           Determines the percentage by which a shape is scaled when it is dropped on the drawing page.
functiongetDynFeedback()
           Specifies the type of visual feedback provided to users when they drag a connector
functiongetEndTrigger()
           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.
functiongetGlueType()
           Specifies whether dynamic (shape-to-shape) glue is allowed when connecting to a shape
functiongetHideText()
           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.
functionisDropSource()
           Specifies whether the shape can be added to a group by dropping it onto the group
functionisReplaceLockShapeData()
           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.
functiongetLangID()
           Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered.
functiongetLocalizeMerge()
           Determines whether shapes are localized (whether their LangIDelement is reset) when they are copied between documents.
functiongetNoAlignBox()
           Specifies whether the selection rectangle is displayed when the shape is selected.
functiongetNoCtlHandles()
           Specifies whether control handles are displayed when the shape is selected.
functiongetNoLiveDynamics()
           Specifies whether a shape dynamically resizes or rotates as the user manipulates it.
functiongetNonPrinting()
           Specifies whether a selected shape can be printed.
functiongetNoObjHandles()
           Specifies whether selection handles are displayed when the shape is selected.
functiongetObjType()
           Specifies whether objects are placeable or routable in diagrams when you use Microsoft Visio to lay out shapes on the drawing page.
functiongetShapeKeywords()
           Contains search keywords that have been assigned to custom master shapes.
functiongetUpdateAlignBox()
           Specifies whether to recalculate a shape's selection rectangle whenever a control handle is moved.
functiongetWalkPreference()
           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 : 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.

getNoObjHandles : BoolValue 

function getNoObjHandles()
Specifies whether selection handles are displayed when the shape is selected.

getNonPrinting : BoolValue 

function getNonPrinting()
Specifies whether a selected shape can be printed.

getNoCtlHandles : BoolValue 

function getNoCtlHandles()
Specifies whether control handles are displayed when the shape is selected.

getNoAlignBox : BoolValue 

function getNoAlignBox()
Specifies whether the selection rectangle is displayed when the shape is selected.

getUpdateAlignBox : BoolValue 

function getUpdateAlignBox()
Specifies whether to recalculate a shape's selection rectangle whenever a control handle is moved.

getHideText : BoolValue 

function 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 

function getDynFeedback()
Specifies the type of visual feedback provided to users when they drag a connector

getGlueType : GlueType 

function getGlueType()
Specifies whether dynamic (shape-to-shape) glue is allowed when connecting to a shape

getWalkPreference : WalkPreference 

function 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 

function 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 

function 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 

function 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 

function getComment()
Contains the comment text in string format for a shape.

isDropSource : BoolValue 

function isDropSource()
Specifies whether the shape can be added to a group by dropping it onto the group

isReplaceLockShapeData : BoolValue 

function 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 

function getNoLiveDynamics()
Specifies whether a shape dynamically resizes or rotates as the user manipulates it.

getLocalizeMerge : BoolValue 

function getLocalizeMerge()
Determines whether shapes are localized (whether their LangIDelement is reset) when they are copied between documents.

getCalendar : Calendar 

function getCalendar()
Determines the calendar that is used for custom properties, text fields, and element formulas.

getLangID : IntValue 

function getLangID()
Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered.

getShapeKeywords : Str2Value 

function getShapeKeywords()
Contains search keywords that have been assigned to custom master shapes.

getDropOnPageScale : DoubleValue 

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

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