StyleProp
Contents
[
Hide
]StyleProp class
Contains elements that control style behavior, such as whether a style includes text, line, and fill attributes.
Methods
| Name | Description |
|---|---|
| getDel() | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| getEnableFillProps() | Specifies whether a style includes fill properties. |
| getEnableLineProps() | Specifies whether a style includes line properties |
| getEnableTextProps() | Specifies whether a style includes text properties. |
| getHideForApply() | Specifies where a style is shown in the Microsoft Visio user interface. |
| setDel() | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
getDel()
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.
getEnableFillProps()
Specifies whether a style includes fill properties.
getEnableLineProps()
Specifies whether a style includes line properties
getEnableTextProps()
Specifies whether a style includes text properties.
getHideForApply()
Specifies where a style is shown in the Microsoft Visio user interface.
setDel()
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.