asposediagram.api

Class CustomProp

CustomProp structure.

Constructor Summary
 
Property Getters/Setters Summary
methodgetCustomValue()
method
           Value of property.
methodgetName()
method
setName(value)
           The name of the custom property.
methodgetPropType()
method
           The data type of the custom property. The value of the property is PropType integer constant.
 

    • Constructor Detail

      • CustomProp

        CustomProp()
    • Property Getters/Setters Detail

      • getName/setName : String 

        String getName() / setName(value)
        
        The name of the custom property.
      • getPropType/setPropType : int 

        int getPropType() / setPropType(value)
        
        The data type of the custom property. The value of the property is PropType integer constant.
      • getCustomValue/setCustomValue : CustomValue 

        CustomValue getCustomValue() / setCustomValue(value)
        
        Value of property.