asposediagram.api

Class StyleProp

Contains elements that control style behavior, such as whether a style includes text, line, and fill attributes.

Property Getters/Setters Summary
methodgetDel()
method
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.
methodgetEnableFillProps()
Specifies whether a style includes fill properties.
methodgetEnableLineProps()
Specifies whether a style includes line properties
methodgetEnableTextProps()
Specifies whether a style includes text properties.
methodgetHideForApply()
Specifies where a style is shown in the Microsoft Visio user interface.
 

    • Property Getters/Setters Detail

      • getDel/setDel : int 

        int getDel() / 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.
      • getEnableLineProps : BoolValue 

        BoolValue getEnableLineProps()
        
        Specifies whether a style includes line properties
      • getEnableFillProps : BoolValue 

        BoolValue getEnableFillProps()
        
        Specifies whether a style includes fill properties.
      • getEnableTextProps : BoolValue 

        BoolValue getEnableTextProps()
        
        Specifies whether a style includes text properties.
      • getHideForApply : BoolValue 

        BoolValue getHideForApply()
        
        Specifies where a style is shown in the Microsoft Visio user interface.