StructureTypeDescriptor Class
The base class for structure type descriptors.
Declaration
public abstract class StructureTypeDescriptor 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
StructureTypeDescriptor
Methods
getValue() Method
Returns the structure type descriptor string value.
Declaration
public String getValue()
Returns
| Type | Description |
|---|---|
| String | The structure type descriptor string value. |
getVersion() Method
Returns the structure type descriptor version.
Declaration
public abstract PdfVersion getVersion()
Returns
| Type | Description |
|---|---|
| PdfVersion | The PDF document version. |
resolve(String value, PdfNamespace ns) Method
Resolves a structure type descriptor by name and namespace.
Declaration
public static StructureTypeDescriptor resolve(String value, PdfNamespace ns)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The structure type name to resolve. |
| ns | PdfNamespace | The PDF namespace context. |
Returns
| Type | Description |
|---|---|
StructureTypeDescriptor |
The resolved |