mirror of https://github.com/apache/poi.git
Fix the javadoc, correct the indenting, and add the new test file from bug #54849
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492796 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9228ac464d
commit
19ade4ae64
|
@ -18,20 +18,12 @@
|
|||
package org.apache.poi.xwpf.usermodel;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 9 Jan 2010
|
||||
* </p>
|
||||
* <p>
|
||||
* // TODO insert Javadoc here!
|
||||
* </p>
|
||||
* @author epp
|
||||
*
|
||||
* The different kinds of {@link IBody} that exist
|
||||
*/
|
||||
public enum BodyType {
|
||||
DOCUMENT,
|
||||
HEADER,
|
||||
FOOTER,
|
||||
FOOTNOTE,
|
||||
TABLECELL
|
||||
|
||||
DOCUMENT,
|
||||
HEADER,
|
||||
FOOTER,
|
||||
FOOTNOTE,
|
||||
TABLECELL
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue