Property Getters/Setters Summary | ||
---|---|---|
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. | ||
function | getCalendar() | |
Determines the calendar that is used for custom properties, text fields, and element formulas. | ||
function | getComment() | |
Contains the comment text in string format for a shape. | ||
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 | getDropOnPageScale() | |
Determines the percentage by which a shape is scaled when it is dropped on the drawing page. | ||
function | getDynFeedback() | |
Specifies the type of visual feedback provided to users when they drag a connector | ||
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. | ||
function | getGlueType() | |
Specifies whether dynamic (shape-to-shape) glue is allowed when connecting to a shape | ||
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. | ||
function | isDropSource() | |
Specifies whether the shape can be added to a group by dropping it onto the group | ||
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. | ||
function | getLangID() | |
Indicates the locale ID (LCID) of the language in which the cell formula, text, custom property, or comment was entered. | ||
function | getLocalizeMerge() | |
Determines whether shapes are localized (whether their LangIDelement is reset) when they are copied between documents. | ||
function | getNoAlignBox() | |
Specifies whether the selection rectangle is displayed when the shape is selected. | ||
function | getNoCtlHandles() | |
Specifies whether control handles are displayed when the shape is selected. | ||
function | getNoLiveDynamics() | |
Specifies whether a shape dynamically resizes or rotates as the user manipulates it. | ||
function | getNonPrinting() | |
Specifies whether a selected shape can be printed. | ||
function | getNoObjHandles() | |
Specifies whether selection handles are displayed when the shape is selected. | ||
function | getObjType() | |
Specifies whether objects are placeable or routable in diagrams when you use Microsoft Visio to lay out shapes on the drawing page. | ||
function | getShapeKeywords() | |
Contains search keywords that have been assigned to custom master shapes. | ||
function | getUpdateAlignBox() | |
Specifies whether to recalculate a shape's selection rectangle whenever a control handle is moved. | ||
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. |
Property Getters/Setters Detail |
---|
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getNoObjHandles : BoolValue | |
function getNoObjHandles() |
getNonPrinting : BoolValue | |
function getNonPrinting() |
getNoCtlHandles : BoolValue | |
function getNoCtlHandles() |
getNoAlignBox : BoolValue | |
function getNoAlignBox() |
getUpdateAlignBox : BoolValue | |
function getUpdateAlignBox() |
getHideText : BoolValue | |
function getHideText() |
getDynFeedback : DynFeedback | |
function getDynFeedback() |
getGlueType : GlueType | |
function getGlueType() |
getWalkPreference : WalkPreference | |
function getWalkPreference() |
getBegTrigger : DoubleValue | |
function getBegTrigger() |
getEndTrigger : DoubleValue | |
function getEndTrigger() |
getObjType : ObjType | |
function getObjType() |
getComment : Str2Value | |
function getComment() |
isDropSource : BoolValue | |
function isDropSource() |
isReplaceLockShapeData : BoolValue | |
function isReplaceLockShapeData() |
getNoLiveDynamics : BoolValue | |
function getNoLiveDynamics() |
getLocalizeMerge : BoolValue | |
function getLocalizeMerge() |
getCalendar : Calendar | |
function getCalendar() |
getLangID : IntValue | |
function getLangID() |
getShapeKeywords : Str2Value | |
function getShapeKeywords() |
getDropOnPageScale : DoubleValue | |
function getDropOnPageScale() |