com.aspose.diagram
Class CustomProp

java.lang.Object
    extended by com.aspose.diagram.CustomProp

public class CustomProp 
extends java.lang.Object

CustomProp structure.


Constructor Summary
CustomProp()
          
 
Property Getters/Setters Summary
CustomValuegetCustomValue()
voidsetCustomValue(CustomValue)
           Value of property.
java.lang.StringgetName()
voidsetName(java.lang.String)
           The name of the custom property.
intgetPropType()
voidsetPropType(int)
           The data type of the custom property. The value of the property is PropType integer constant.
 

Constructor Detail

CustomProp

public CustomProp()

Property Getters/Setters Detail

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
The name of the custom property.

getPropType/setPropType

public int getPropType() / public void setPropType(int value)
The data type of the custom property. The value of the property is PropType integer constant.

getCustomValue/setCustomValue

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

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.