poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel
Javen O'Neal 9eb965304c use Collections.singletonList and Collections.emptyList where appropriate
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1777056 13f79535-47bb-0310-9956-ffa450edef68
2017-01-03 03:52:58 +00:00
..
Bookmark.java add bookmarks support for Word-to-HTML and Word-to-FO converters 2011-07-20 16:01:19 +00:00
Bookmarks.java HWPF Bookmarks tables are correctly updated on text updates. Add HWPF API to update range text and delete bookmarks. 2011-09-14 05:41:21 +00:00
BookmarksImpl.java HWPF Bookmarks tables are correctly updated on text updates. Add HWPF API to update range text and delete bookmarks. 2011-09-14 05:41:21 +00:00
BorderCode.java findbugs fixes 2016-07-04 02:14:02 +00:00
CharacterProperties.java Eclipse warnings, Generics, unused members in some exapmles and scratchpad classes. 2015-03-22 21:45:03 +00:00
CharacterRun.java bug 59170: remove deprecated o.a.p.hwpf.usermodel.CharacterRun#cloneProperties 2016-06-17 01:09:05 +00:00
DateAndTime.java Bug 58326 - Forbidden APIs patches - first set of changes for locale and timezone settings 2015-09-07 20:19:50 +00:00
DropCapSpecifier.java add public clone() 2011-07-09 11:36:42 +00:00
Field.java fixed missing ASF licence headers 2011-08-11 08:47:58 +00:00
FieldImpl.java Add Word-to-Text converter and use it as replacement for WordExtractor 2011-08-09 12:38:52 +00:00
Fields.java move Field interface to usermodel and create Fields interface as user-friendly replace for FieldsTables 2011-07-22 19:38:14 +00:00
FieldsImpl.java findbugs fixes - SE_COMPARATOR_SHOULD_BE_SERIALIZABLE 2016-03-21 23:42:56 +00:00
HWPFList.java bug 60526: Make loggers final and make throttled log actually work 2016-12-30 13:09:28 +00:00
HeaderStories.java bug 59170: remove deprecated WordExtractor constructor; add version when deprecated to HWPF HeaderStories 2016-06-17 01:19:36 +00:00
LineSpacingDescriptor.java FindBugs fix 2014-02-16 19:35:16 +00:00
ListEntry.java bug 59170: remove deprecated o.a.p.hwpf.usermodel.ListEntry constructor and method 2016-06-17 01:24:38 +00:00
Notes.java add autonumbered endnotes and footnotes support in Word-to-HTML and Word-to-FO converters 2011-07-20 23:24:16 +00:00
NotesImpl.java add autonumbered endnotes and footnotes support in Word-to-HTML and Word-to-FO converters 2011-07-20 23:24:16 +00:00
ObjectPoolImpl.java move poi.util.POIUtils to poi.poifs.filesystem.EntryUtils 2011-08-23 16:44:06 +00:00
ObjectsPool.java fixed missing ASF licence headers 2011-08-11 08:47:58 +00:00
OfficeDrawing.java Code cleanup via IntelliJ: Remove unnecessary semicolon 2016-04-06 19:49:47 +00:00
OfficeDrawings.java add simpliest "escher" pictures support in Word-to-HTML and Word-to-FO converters 2011-07-28 15:08:06 +00:00
OfficeDrawingsImpl.java add getOfficeArtSpContainer() method to OfficeDrawing 2011-08-23 15:34:42 +00:00
Paragraph.java bug 60526: Make loggers final and make throttled log actually work 2016-12-30 13:09:28 +00:00
ParagraphProperties.java Eclipse warnings, Generics, unused members in some exapmles and scratchpad classes. 2015-03-22 21:45:03 +00:00
Picture.java use Collections.singletonList and Collections.emptyList where appropriate 2017-01-03 03:52:58 +00:00
PictureType.java sonar fixes 2016-07-01 21:10:40 +00:00
Range.java Fix some IDE warnings, JavaDoc, ... 2016-10-21 16:31:37 +00:00
Section.java Bug 58802: HWPF: Allow reading of footnote and endnote properties 2016-07-17 09:27:17 +00:00
SectionProperties.java HWPF SectionProperties implements Cloneable 2016-07-17 10:07:06 +00:00
ShadingDescriptor.java add tabs handling and additional SPRMs; update ShadingDescription definition (in fact, replace) 2011-09-20 14:12:44 +00:00
ShadingDescriptor80.java add tabs handling and additional SPRMs; update ShadingDescription definition (in fact, replace) 2011-09-20 14:12:44 +00:00
Table.java make Table elements constructors accepts char positions (as other constructors); fix SprmBuffer usage for PAPX 2011-07-11 21:59:33 +00:00
TableAutoformatLookSpecifier.java fixed missing ASF licence headers 2011-08-11 08:47:58 +00:00
TableCell.java make Table elements constructors accepts char positions (as other constructors); fix SprmBuffer usage for PAPX 2011-07-11 21:59:33 +00:00
TableCellDescriptor.java Eclipse warnings, Generics, unused members in some exapmles and scratchpad classes. 2015-03-22 21:45:03 +00:00
TableIterator.java make Table elements constructors accepts char positions (as other constructors); fix SprmBuffer usage for PAPX 2011-07-11 21:59:33 +00:00
TableProperties.java Eclipse warnings, Generics, unused members in some exapmles and scratchpad classes. 2015-03-22 21:45:03 +00:00
TableRow.java Bug 53914 - TableRow#getTopBorder() return bottom's border 2012-11-05 11:49:03 +00:00