Pdf17StructureTypeDescriptor Class
A PDF 1.7 structure type descriptor.
Declaration
public class Pdf17StructureTypeDescriptor extends StructureTypeDescriptor
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
JavaObject
StructureTypeDescriptor
Pdf17StructureTypeDescriptor
Constructors
Pdf17StructureTypeDescriptor(Pdf17StructureType type) Constructor
Initializes a new PDF 1.7 structure type descriptor with the specified structure type.
Declaration
public Pdf17StructureTypeDescriptor(Pdf17StructureType type)
Parameters
| Name | Type | Description |
|---|---|---|
| type | Pdf17StructureType | The structure type. |
Pdf17StructureTypeDescriptor(String value) Constructor
Initializes a new PDF 1.7 structure type descriptor with the specified structure type name.
Declaration
public Pdf17StructureTypeDescriptor(String value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The structure type name. |
Methods
getType() Method
Returns the PDF 1.7 structure type.
Declaration
public Pdf17StructureType getType()
Returns
| Type | Description |
|---|---|
| Pdf17StructureType | The PDF 1.7 structure type. |
getVersion() Method
Returns the PDF version.
Declaration
public PdfVersion getVersion()
Returns
| Type | Description |
|---|---|
| PdfVersion | The PDF version. |
resolve(String value) Method
Returns the PDF 1.7 structure type descriptor for the specified structure type name.
Declaration
public static Pdf17StructureTypeDescriptor resolve(String value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The structure type name. |
Returns
| Type | Description |
|---|---|
Pdf17StructureTypeDescriptor |
The structure type descriptor. |