Skip to main content

StructureElementType Class

A PDF structure element type.

Declaration

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

StructureElementType(String value)

Initializes a new structure element type with the specified string value.

Declaration

public StructureElementType(String value)

Parameters

Name Type Description
value String

The structure element type string value.

Methods

getAnnot() Method

Returns the annotation structure element type.

Declaration

public static StructureElementType getAnnot()

Returns

Type Description
StructureElementType

The annotation structure element type.

getArt() Method

Returns the article structure element type.

Declaration

public static StructureElementType getArt()

Returns

Type Description
StructureElementType

The article structure element type.

getBibEntry() Method

Returns the bibliography entry structure element type.

Declaration

public static StructureElementType getBibEntry()

Returns

Type Description
StructureElementType

The bibliography entry structure element type.

getBlockQuote() Method

Returns the block quote structure element type.

Declaration

public static StructureElementType getBlockQuote()

Returns

Type Description
StructureElementType

The block quote structure element type.

getCaption() Method

Returns the caption structure element type.

Declaration

public static StructureElementType getCaption()

Returns

Type Description
StructureElementType

The caption structure element type.

getCode() Method

Returns the code structure element type.

Declaration

public static StructureElementType getCode()

Returns

Type Description
StructureElementType

The code structure element type.

getDiv() Method

Returns the division structure element type.

Declaration

public static StructureElementType getDiv()

Returns

Type Description
StructureElementType

The division structure element type.

getDocument() Method

Returns the document structure element type.

Declaration

public static StructureElementType getDocument()

Returns

Type Description
StructureElementType

The document structure element type.

getFigure() Method

Returns the figure structure element type.

Declaration

public static StructureElementType getFigure()

Returns

Type Description
StructureElementType

The figure structure element type.

getForm() Method

Returns the form structure element type.

Declaration

public static StructureElementType getForm()

Returns

Type Description
StructureElementType

The form structure element type.

getFormula() Method

Returns the formula structure element type.

Declaration

public static StructureElementType getFormula()

Returns

Type Description
StructureElementType

The formula structure element type.

getH() Method

Returns the heading structure element type.

Declaration

public static StructureElementType getH()

Returns

Type Description
StructureElementType

The heading structure element type.

getH1() Method

Returns the level 1 heading structure element type.

Declaration

public static StructureElementType getH1()

Returns

Type Description
StructureElementType

The level 1 heading structure element type.

getH2() Method

Returns the level 2 heading structure element type.

Declaration

public static StructureElementType getH2()

Returns

Type Description
StructureElementType

The level 2 heading structure element type.

getH3() Method

Returns the level 3 heading structure element type.

Declaration

public static StructureElementType getH3()

Returns

Type Description
StructureElementType

The level 3 heading structure element type.

getH4() Method

Returns the level 4 heading structure element type.

Declaration

public static StructureElementType getH4()

Returns

Type Description
StructureElementType

The level 4 heading structure element type.

getH5() Method

Returns the level 5 heading structure element type.

Declaration

public static StructureElementType getH5()

Returns

Type Description
StructureElementType

The level 5 heading structure element type.

getH6() Method

Returns the level 6 heading structure element type.

Declaration

public static StructureElementType getH6()

Returns

Type Description
StructureElementType

The level 6 heading structure element type.

getIndex() Method

Returns the index structure element type.

Declaration

public static StructureElementType getIndex()

Returns

Type Description
StructureElementType

The index structure element type.

getL() Method

Returns the list structure element type.

Declaration

public static StructureElementType getL()

Returns

Type Description
StructureElementType

The list structure element type.

getLbl() Method

Returns the label structure element type.

Declaration

public static StructureElementType getLbl()

Returns

Type Description
StructureElementType

The label structure element type.

getLBody() Method

Returns the list body structure element type.

Declaration

public static StructureElementType getLBody()

Returns

Type Description
StructureElementType

The list body structure element type.

getLI() Method

Returns the list item structure element type.

Declaration

public static StructureElementType getLI()

Returns

Type Description
StructureElementType

The list item structure element type.

Returns the link structure element type.

public static StructureElementType getLink()
Type Description
StructureElementType

The link structure element type.

getNonStruct() Method

Returns the non-structural structure element type.

Declaration

public static StructureElementType getNonStruct()

Returns

Type Description
StructureElementType

The non-structural structure element type.

getNote() Method

Returns the note structure element type.

Declaration

public static StructureElementType getNote()

Returns

Type Description
StructureElementType

The note structure element type.

getP() Method

Returns the paragraph structure element type.

Declaration

public static StructureElementType getP()

Returns

Type Description
StructureElementType

The paragraph structure element type.

getPart() Method

Returns the part structure element type.

Declaration

public static StructureElementType getPart()

Returns

Type Description
StructureElementType

The part structure element type.

getPrivate() Method

Returns the private structure element type.

Declaration

public static StructureElementType getPrivate()

Returns

Type Description
StructureElementType

The private structure element type.

getQuote() Method

Returns the quote structure element type.

Declaration

public static StructureElementType getQuote()

Returns

Type Description
StructureElementType

The quote structure element type.

getRB() Method

Returns the ruby base text structure element type.

Declaration

public static StructureElementType getRB()

Returns

Type Description
StructureElementType

The ruby base text structure element type.

getReference() Method

Returns the reference structure element type.

Declaration

public static StructureElementType getReference()

Returns

Type Description
StructureElementType

The reference structure element type.

getRP() Method

Returns the ruby punctuation structure element type.

Declaration

public static StructureElementType getRP()

Returns

Type Description
StructureElementType

The ruby punctuation structure element type.

getRT() Method

Returns the ruby annotation text structure element type.

Declaration

public static StructureElementType getRT()

Returns

Type Description
StructureElementType

The ruby annotation text structure element type.

getRuby() Method

Returns the ruby structure element type.

Declaration

public static StructureElementType getRuby()

Returns

Type Description
StructureElementType

The ruby structure element type.

getSect() Method

Returns the section structure element type.

Declaration

public static StructureElementType getSect()

Returns

Type Description
StructureElementType

The section structure element type.

getSpan() Method

Returns the span structure element type.

Declaration

public static StructureElementType getSpan()

Returns

Type Description
StructureElementType

The span structure element type.

getTable() Method

Returns the table structure element type.

Declaration

public static StructureElementType getTable()

Returns

Type Description
StructureElementType

The table structure element type.

getTBody() Method

Returns the table body row group structure element type.

Declaration

public static StructureElementType getTBody()

Returns

Type Description
StructureElementType

The table body row group structure element type.

getTD() Method

Returns the table data cell structure element type.

Declaration

public static StructureElementType getTD()

Returns

Type Description
StructureElementType

The table data cell structure element type.

getTFoot() Method

Returns the table footer row group structure element type.

Declaration

public static StructureElementType getTFoot()

Returns

Type Description
StructureElementType

The table footer row group structure element type.

getTH() Method

Returns the table header cell structure element type.

Declaration

public static StructureElementType getTH()

Returns

Type Description
StructureElementType

The table header cell structure element type.

getTHead() Method

Returns the table header row group structure element type.

Declaration

public static StructureElementType getTHead()

Returns

Type Description
StructureElementType

The table header row group structure element type.

getTOC() Method

Returns the table of contents structure element type.

Declaration

public static StructureElementType getTOC()

Returns

Type Description
StructureElementType

The table of contents structure element type.

getTOCI() Method

Returns the table of contents item structure element type.

Declaration

public static StructureElementType getTOCI()

Returns

Type Description
StructureElementType

The table of contents item structure element type.

getTR() Method

Returns the table row structure element type.

Declaration

public static StructureElementType getTR()

Returns

Type Description
StructureElementType

The table row structure element type.

getValue() Method

Returns the structure element type string value.

Declaration

public String getValue()

Returns

Type Description
String

The structure element type string value.

getWarichu() Method

Returns the Warichu structure element type.

Declaration

public static StructureElementType getWarichu()

Returns

Type Description
StructureElementType

The Warichu structure element type.

getWP() Method

Returns the Warichu punctuation structure element type.

Declaration

public static StructureElementType getWP()

Returns

Type Description
StructureElementType

The Warichu punctuation structure element type.

getWT() Method

Returns the Warichu text structure element type.

Declaration

public static StructureElementType getWT()

Returns

Type Description
StructureElementType

The Warichu text structure element type.