Skip to main content

PdfNamespaceRoleMapEntry Class

A namespace role map entry that maps a structure type to a standard type.

Declaration

public class PdfNamespaceRoleMapEntry extends JavaObject

Remarks

The PdfNamespaceRoleMapEntry class maps a logical structure type to a PDF namespace. Use this class to associate custom structure element roles with their corresponding namespace definitions.

Refer to the following help topic for additional information: Map Custom Structure Tags to Standard PDF Roles.

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
PdfNamespaceRoleMapEntry

PdfNamespaceRoleMapEntry(String logicalStructureType, PdfNamespace ns)

Initializes a new instance of the PdfNamespaceRoleMapEntry class with the specified logical structure type and namespace.

Declaration

public PdfNamespaceRoleMapEntry(String logicalStructureType, PdfNamespace ns)

Parameters

Name Type Description
logicalStructureType String

The logical structure type name.

ns PdfNamespace

The PDF namespace associated with the structure type.

Methods

getLogicalStructureType() Method

Returns the logical structure type name.

Declaration

public String getLogicalStructureType()

Returns

Type Description
String

The logical structure type name.

getNamespace() Method

Returns the PDF namespace associated with the structure type.

Declaration

public PdfNamespace getNamespace()

Returns

Type Description
PdfNamespace

The PDF namespace.