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
0ecaa1ae58
commit
8bb5601ff8
@ -18,20 +18,12 @@
|
|||||||
package org.apache.poi.xwpf.usermodel;
|
package org.apache.poi.xwpf.usermodel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* The different kinds of {@link IBody} that exist
|
||||||
* 9 Jan 2010
|
|
||||||
* </p>
|
|
||||||
* <p>
|
|
||||||
* // TODO insert Javadoc here!
|
|
||||||
* </p>
|
|
||||||
* @author epp
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public enum BodyType {
|
public enum BodyType {
|
||||||
DOCUMENT,
|
DOCUMENT,
|
||||||
HEADER,
|
HEADER,
|
||||||
FOOTER,
|
FOOTER,
|
||||||
FOOTNOTE,
|
FOOTNOTE,
|
||||||
TABLECELL
|
TABLECELL
|
||||||
|
|
||||||
}
|
}
|
||||||
|
BIN
test-data/document/Bug54849.docx
Normal file
BIN
test-data/document/Bug54849.docx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user