poi/src/ooxml/java/org/apache/poi/xwpf/usermodel
Nick Burch ab19d2e09c Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492804 13f79535-47bb-0310-9956-ffa450edef68
2013-06-13 18:34:54 +00:00
..
BodyElementType.java Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further XWPF support for tables, paragraphs, including enhanced support for adding new ones 2010-06-11 14:37:58 +00:00
BodyType.java Fix the javadoc, correct the indenting, and add the new test file from bug #54849 2013-06-13 18:18:19 +00:00
Borders.java Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods 2009-10-08 22:29:41 +00:00
BreakClear.java Autoboxing tweaks from bug #51175, and make the paragraph/table finding code generic 2011-05-13 12:22:24 +00:00
BreakType.java Autoboxing tweaks from bug #51175, and make the paragraph/table finding code generic 2011-05-13 12:22:24 +00:00
Document.java Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documents 2012-02-26 06:22:09 +00:00
IBody.java Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code 2013-06-13 18:29:08 +00:00
IBodyElement.java bug 51265: Enhanced Handling of Picture Parts in XWPF 2011-06-01 12:07:16 +00:00
LineSpacingRule.java Autoboxing tweaks from bug #51175, and make the paragraph/table finding code generic 2011-05-13 12:22:24 +00:00
ParagraphAlignment.java Autoboxing tweaks from bug #51175, and make the paragraph/table finding code generic 2011-05-13 12:22:24 +00:00
PositionInParagraph.java Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further XWPF support for tables, paragraphs, including enhanced support for adding new ones 2010-06-11 14:37:58 +00:00
TOC.java Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further XWPF support for tables, paragraphs, including enhanced support for adding new ones 2010-06-11 14:37:58 +00:00
TextAlignment.java Autoboxing tweaks from bug #51175, and make the paragraph/table finding code generic 2011-05-13 12:22:24 +00:00
TextSegement.java Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further XWPF support for tables, paragraphs, including enhanced support for adding new ones 2010-06-11 14:37:58 +00:00
UnderlinePatterns.java Autoboxing tweaks from bug #51175, and make the paragraph/table finding code generic 2011-05-13 12:22:24 +00:00
VerticalAlign.java Autoboxing tweaks from bug #51175, and make the paragraph/table finding code generic 2011-05-13 12:22:24 +00:00
XWPFAbstractNum.java Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further XWPF support for tables, paragraphs, including enhanced support for adding new ones 2010-06-11 14:37:58 +00:00
XWPFComment.java Ensure that XWPFParagraph.getDocument() is not null 2010-10-28 13:02:43 +00:00
XWPFDocument.java Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code 2013-06-13 18:29:08 +00:00
XWPFFactory.java Ensure that XWPFParagraph.getDocument() is not null 2010-10-28 13:02:43 +00:00
XWPFFooter.java bug 51265: Enhanced Handling of Picture Parts in XWPF 2011-06-01 12:07:16 +00:00
XWPFFootnote.java fixed javadoc warnings 2011-12-09 16:48:38 +00:00
XWPFFootnotes.java Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code 2013-06-13 18:34:54 +00:00
XWPFHeader.java bug 51265: Enhanced Handling of Picture Parts in XWPF 2011-06-01 12:07:16 +00:00
XWPFHeaderFooter.java Patch from bug #51486 from Mike McEuen (with a few whitespace tweaks) - XWPF support for adding footnotes 2011-07-08 13:25:00 +00:00
XWPFHyperlink.java Improved hyperlink and comment fetching for xwpf text extraction, based on the patch from bug #44821 2008-04-27 16:36:51 +00:00
XWPFHyperlinkRun.java XWPF paragraph improvements - Make XWPFParagraph make more use of XWPFRun, and less on internal StringBuffers. Also improve handling of Hyperlinks inside XWPFParagraph objects through XWPFHyperlinkRun 2010-09-14 13:46:22 +00:00
XWPFLatentStyles.java Fix deprecated warnings 2010-07-02 21:35:06 +00:00
XWPFNum.java Apply (with slight tweaks) patch from Phillip Epp from bug #48574 - further XWPF support for tables, paragraphs, including enhanced support for adding new ones 2010-06-11 14:37:58 +00:00
XWPFNumbering.java cleaned javadocs warnings 2011-06-06 08:45:06 +00:00
XWPFParagraph.java Patch from akhikhl from github pull #4 - Expose from XWPFParagraph the number level and format, if applied 2013-06-12 18:04:16 +00:00
XWPFPicture.java avoid exceptions when using POI in Tika, see BUgs 51771 and 51770 2011-09-12 10:19:50 +00:00
XWPFPictureData.java Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documents 2012-02-26 06:22:09 +00:00
XWPFRelation.java Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documents 2012-02-26 06:22:09 +00:00
XWPFRun.java Patch from akhikhl from github pull #3 - Extract references from XWPF footnotes 2013-06-12 17:54:39 +00:00
XWPFSettings.java Bugzilla 51564 - support for enforcing fields update in XWPF 2012-02-29 12:52:55 +00:00
XWPFStyle.java cleaned javadoc warnings 2010-10-06 08:55:30 +00:00
XWPFStyles.java Fix bug #52449 - Support writing XWPF documents with glossaries (plus fix some indenting) 2012-01-11 14:02:40 +00:00
XWPFTable.java Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code 2013-06-13 18:34:54 +00:00
XWPFTableCell.java Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code 2013-06-13 18:34:54 +00:00
XWPFTableRow.java Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code 2013-06-13 18:34:54 +00:00