Skip to main content

Pdf20StructureTypeDescriptor Class

A PDF 2.0 structure type descriptor.

Declaration

public class Pdf20StructureTypeDescriptor 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
Pdf20StructureTypeDescriptor

Constructors

Pdf20StructureTypeDescriptor(Pdf20StructureType type, PdfNamespace pdfNamespace) Constructor

Initializes a new PDF 2.0 structure type descriptor with the specified structure type and PDF namespace.

Declaration

public Pdf20StructureTypeDescriptor(Pdf20StructureType type, PdfNamespace pdfNamespace)

Parameters

Name Type Description
type Pdf20StructureType

The structure type.

pdfNamespace PdfNamespace

The PDF namespace.

Pdf20StructureTypeDescriptor(Pdf20StructureType type) Constructor

Initializes a new PDF 2.0 structure type descriptor with the specified structure type.

Declaration

public Pdf20StructureTypeDescriptor(Pdf20StructureType type)

Parameters

Name Type Description
type Pdf20StructureType

The structure type.

Pdf20StructureTypeDescriptor(String value, PdfNamespace pdfNamespace) Constructor

Initializes a new PDF 2.0 structure type descriptor with the specified structure type name and PDF namespace.

Declaration

public Pdf20StructureTypeDescriptor(String value, PdfNamespace pdfNamespace)

Parameters

Name Type Description
value String

The structure type name.

pdfNamespace PdfNamespace

The PDF namespace.

Pdf20StructureTypeDescriptor(String value) Constructor

Initializes a new PDF 2.0 structure type descriptor with the specified structure type name.

Declaration

public Pdf20StructureTypeDescriptor(String value)

Parameters

Name Type Description
value String

The structure type name.

Methods

getNamespace() Method

Returns the PDF namespace.

Declaration

public PdfNamespace getNamespace()

Returns

Type Description
PdfNamespace

The PDF namespace.

getType() Method

Returns the PDF 2.0 structure type.

Declaration

public Pdf20StructureType getType()

Returns

Type Description
Pdf20StructureType

The PDF 2.0 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 2.0 structure type descriptor for the specified structure type name.

Declaration

public static Pdf20StructureTypeDescriptor resolve(String value)

Parameters

Name Type Description
value String

The structure type name.

Returns

Type Description
Pdf20StructureTypeDescriptor

The structure type descriptor.

setNamespace(PdfNamespace value) Method

Sets the PDF namespace.

Declaration

public void setNamespace(PdfNamespace value)

Parameters

Name Type Description
value PdfNamespace

The PDF namespace.