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