You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andreas Beeker b00e544e9b Fixed TextRun handling and various junit tests 9 years ago
..
dev Add a developer-tool to pretty-print the XMLs in an OOXML file. This makes it easier to compare OOXML files produced by different applications with differeing XML formatting. 9 years ago
extractor Have ExtractorFactory open OPCPackages from files in read-only mode by default, since writing should never be needed when extracting text 9 years ago
openxml4j Fix Eclipse warnings, provide better error message and adjust javadoc slightly 9 years ago
poifs/crypt - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLF 9 years ago
ss/usermodel Add missing close() of resources in both production code and tests 9 years ago
util Swap Exception for Throwable, to skip a wider range of problems (eg GAE) when attempting to set an xml security manager as best we can 9 years ago
xslf Fixed TextRun handling and various junit tests 9 years ago
xssf Bug 57459: Add method in SXSSFSheet to directly set row OutLineLevel 9 years ago
xwpf XWPF implementation of some common Paragraph methods 9 years ago
POIXMLDocument.java Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the risk of getting one in an error state (due to XMLBEANS-512). Should be a minimal extra overhead pending a proper fix. Allows us to finish enabling the unit tests for #54764 10 years ago
POIXMLDocumentPart.java To avoid problems on strange platforms, tell xmlbeans to use UTF-8 for strings by default, for bug #56683 10 years ago
POIXMLException.java Patch for Bug/Enhancement 55818 - add encryption support 10 years ago
POIXMLFactory.java Ensure that XWPFParagraph.getDocument() is not null 13 years ago
POIXMLProperties.java Add getters for the common xml extended properties 9 years ago
POIXMLPropertiesTextExtractor.java Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 9 years ago
POIXMLRelation.java Bug 55164 - Support for adding slide notes 9 years ago
POIXMLTextExtractor.java Add missing close() of resources in both production code and tests 9 years ago