Property Getters/Setters Summary | ||
---|---|---|
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 | getEnableFillProps() | |
Specifies whether a style includes fill properties. | ||
function | getEnableLineProps() | |
Specifies whether a style includes line properties | ||
function | getEnableTextProps() | |
Specifies whether a style includes text properties. | ||
function | getHideForApply() | |
Specifies where a style is shown in the Microsoft Visio user interface. |
Property Getters/Setters Detail |
---|
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getEnableLineProps : BoolValue | |
function getEnableLineProps() |
getEnableFillProps : BoolValue | |
function getEnableFillProps() |
getEnableTextProps : BoolValue | |
function getEnableTextProps() |
getHideForApply : BoolValue | |
function getHideForApply() |