DXFontAdditionalProperty Class
An additional font property.
Declaration
public class DXFontAdditionalProperty extends JavaObject
Inherited Members
com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
com.devexpress.system.JavaObject
DXFontAdditionalProperty
DXFontAdditionalProperty(String name, Object value)
Initializes a new instance of the DXFontAdditionalProperty class with specified settings.
Declaration
public DXFontAdditionalProperty(String name, Object value)
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The font additional property name. |
| value | Object | The font additional property value. |
Fields
GDI_CHAR_SET Field
GDI character set property name.
Declaration
public static final String GDI_CHAR_SET
Field Value
| Type | Description |
|---|---|
| String | The |
GDI_VERTICAL_FONT Field
GDI vertical font property name.
Declaration
public static final String GDI_VERTICAL_FONT
Field Value
| Type | Description |
|---|---|
| String | The |
Methods
getName() Method
Returns the font additional property name.
Declaration
public String getName()
Returns
| Type | Description |
|---|---|
| String | The font additional property name. |
getValue() Method
Returns the font additional property value.
Declaration
public Object getValue()
Returns
| Type | Description |
|---|---|
| Object | The font additional property value. |