org.apache.poi.xwpf.usermodel
Class BodyElementType

java.lang.Object
  extended by org.apache.poi.xwpf.usermodel.BodyElementType

public class BodyElementType
extends java.lang.Object

9 Jan 2010

// TODO insert Javadoc here!

Author:
epp

Field Summary
static BodyElementType PARAGRAPH
           
static BodyElementType TABLE
           
 
Constructor Summary
BodyElementType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAGRAPH

public static final BodyElementType PARAGRAPH

TABLE

public static final BodyElementType TABLE
Constructor Detail

BodyElementType

public BodyElementType()