com.aspose.diagram

Class StyleProp

  • java.lang.Object
    • com.aspose.diagram.StyleProp
public class StyleProp 
extends java.lang.Object

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

Property Getters/Setters Summary
intgetDel()
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.
BoolValuegetEnableFillProps()
Specifies whether a style includes fill properties.
BoolValuegetEnableLineProps()
Specifies whether a style includes line properties
BoolValuegetEnableTextProps()
Specifies whether a style includes text properties.
BoolValuegetHideForApply()
Specifies where a style is shown in the Microsoft Visio user interface.
 

    • Property Getters/Setters Detail

      • getDel/setDel

        public int getDel() / public void setDel(int 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

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

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

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

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