java.lang.Object
com.aspose.diagram.CustomProp
public class CustomProp
| Constructor Summary |
|---|
CustomProp()
|
| Property Getters/Setters Summary | ||
|---|---|---|
CustomValue | getCustomValue() | |
void | setCustomValue(CustomValue) | |
| Value of property. | ||
java.lang.String | getName() | |
void | setName(java.lang.String) | |
| The name of the custom property. | ||
int | getPropType() | |
void | setPropType(int) | |
| The data type of the custom property. The value of the property is PropType integer constant. | ||
| Constructor Detail |
|---|
public CustomProp()
| Property Getters/Setters Detail |
|---|
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value) | |
getPropType/setPropType | |
public int getPropType() / public void setPropType(int value) | |
getCustomValue/setCustomValue | |
public CustomValue getCustomValue() / public void setCustomValue(CustomValue value) | |