com.pdfjet
Class StructElem

java.lang.Object
  extended by com.pdfjet.StructElem

public class StructElem
extends java.lang.Object

Used to specify PDF structure element objects.


Field Summary
static java.lang.String LINK
           
static java.lang.String P
           
static java.lang.String SPAN
           
 
Constructor Summary
StructElem()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPAN

public static final java.lang.String SPAN
See Also:
Constant Field Values

P

public static final java.lang.String P
See Also:
Constant Field Values

LINK

public static final java.lang.String LINK
See Also:
Constant Field Values
Constructor Detail

StructElem

public StructElem()