public class FontPropertyInfo extends Object
IFont.getPropertyCount() to obtain the total number of
properties specified in the font. Use a number below this count as
the index with the method IFont.getPropertyInfo(int) to
obtain the required property.| Modifier and Type | Field and Description |
|---|---|
String |
propertyDescription |
String |
propertyName |
Class<?> |
propertyType |
Object |
propertyValue |
| Constructor and Description |
|---|
FontPropertyInfo(String name,
Class<?> type,
Object value,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyDescription()
Returns property description.
|
String |
getPropertyName()
Returns property name.
|
Class<?> |
getPropertyType()
Returns object type of the property.
|
Object |
getPropertyValue()
Returns value of the property.
|
String |
toString() |
public String propertyName
public Class<?> propertyType
public Object propertyValue
public String propertyDescription
public String getPropertyName()
public Class<?> getPropertyType()
public Object getPropertyValue()
public String getPropertyDescription()