Skip to main content

Pdf20StructureType Enum

Lists PDF 2.0 structure types for tagged PDF elements.

Declaration

public enum Pdf20StructureType extends Enum<Pdf20StructureType> implements IIntEnum

Members

Name Description
ANNOT

Specifies the annotation structure type.

ARTIFACT

Specifies the artifact structure type.

ASIDE

Specifies the aside structure type.

CAPTION

Specifies the caption structure type.

CUSTOM

Specifies the custom structure type.

DIV

Specifies the division structure type.

DOCUMENT

Specifies the document structure type.

DOCUMENT_FRAGMENT

Specifies the document fragment structure type.

EM

Specifies the emphasized text structure type.

FE_NOTE

Specifies the FENote structure type.

FIGURE

Specifies the figure structure type.

FORM

Specifies the form structure type.

FORMULA

Specifies the formula structure type.

H

Specifies the heading structure type.

H1

Specifies the level 1 heading structure type.

H2

Specifies the level 2 heading structure type.

H3

Specifies the level 3 heading structure type.

H4

Specifies the level 4 heading structure type.

H5

Specifies the level 5 heading structure type.

H6

Specifies the level 6 heading structure type.

L

Specifies the list structure type.

LBL

Specifies the label structure type.

LI

Specifies the list item structure type.

Specifies the link structure type.

L_BODY

Specifies the list body structure type.

NON_STRUCT

Specifies the nonstructural element structure type.

P

Specifies the paragraph structure type.

PART

Specifies the part structure type.

RB

Specifies the ruby base text structure type.

REF

Specifies the reference structure type.

RP

Specifies the ruby punctuation structure type.

RT

Specifies the ruby annotation text structure type.

RUBY

Specifies the ruby structure type.

SECT

Specifies the section structure type.

SPAN

Specifies the span structure type.

STRONG

Specifies the strongly emphasized text structure type.

SUB

Specifies the subheading structure type.

TABLE

Specifies the table structure type.

TD

Specifies the table data cell structure type.

TH

Specifies the table header cell structure type.

TITLE

Specifies the title structure type.

TR

Specifies the table row structure type.

T_BODY

Specifies the table body row group structure type.

T_FOOT

Specifies the table footer row group structure type.

T_HEAD

Specifies the table header row group structure type.

WARICHU

Specifies the warichu structure type.

WP

Specifies the warichu punctuation structure type.

WT

Specifies the warichu text structure type.

fromValue(int value)

Returns the enum item with the specified integer value.

getName()

Returns the enum item name.

getValue()

Returns the enum item value.

toString()

Returns the string value.

valueOf(String name)

Returns the enum constant with the specified name.

values()

Returns available constants.

Implements

com.devexpress.java.enums.IIntEnum

Inherited Members

java.lang.Enum.<T>valueOf(java.lang.Class<T>,java.lang.String)
java.lang.Enum.clone()
java.lang.Enum.compareTo(E)
java.lang.Enum.describeConstable()
java.lang.Enum.equals(java.lang.Object)
java.lang.Enum.finalize()
java.lang.Enum.getDeclaringClass()
java.lang.Enum.hashCode()
java.lang.Enum.name()
java.lang.Enum.ordinal()
java.lang.Enum.toString()
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
java.lang.Enum
Pdf20StructureType