Modified: poi/site/publish/apidocs/overview-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1566464&r1=1566463&r2=1566464&view=diff ============================================================================== --- poi/site/publish/apidocs/overview-tree.html (original) +++ poi/site/publish/apidocs/overview-tree.html Sun Feb 9 23:05:10 2014 @@ -1227,7 +1227,7 @@ <li type="circle">org.apache.poi.hpsf.extractor.<a href="org/apache/poi/hpsf/extractor/HPSFPropertiesExtractor.html" title="class in org.apache.poi.hpsf.extractor"><span class="strong">HPSFPropertiesExtractor</span></a></li> <li type="circle">org.apache.poi.<a href="org/apache/poi/POIOLE2TextExtractor.html" title="class in org.apache.poi"><span class="strong">POIOLE2TextExtractor</span></a> <ul> -<li type="circle">org.apache.poi.hssf.extractor.<a href="org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html" title="class in org.apache.poi.hssf.extractor"><span class="strong">EventBasedExcelExtractor</span></a></li> +<li type="circle">org.apache.poi.hssf.extractor.<a href="org/apache/poi/hssf/extractor/EventBasedExcelExtractor.html" title="class in org.apache.poi.hssf.extractor"><span class="strong">EventBasedExcelExtractor</span></a> (implements org.apache.poi.ss.extractor.<a href="org/apache/poi/ss/extractor/ExcelExtractor.html" title="interface in org.apache.poi.ss.extractor">ExcelExtractor</a>)</li> <li type="circle">org.apache.poi.hssf.extractor.<a href="org/apache/poi/hssf/extractor/ExcelExtractor.html" title="class in org.apache.poi.hssf.extractor"><span class="strong">ExcelExtractor</span></a> (implements org.apache.poi.ss.extractor.<a href="org/apache/poi/ss/extractor/ExcelExtractor.html" title="interface in org.apache.poi.ss.extractor">ExcelExtractor</a>)</li> <li type="circle">org.apache.poi.hsmf.extractor.<a href="org/apache/poi/hsmf/extractor/OutlookTextExtactor.html" title="class in org.apache.poi.hsmf.extractor"><span class="strong">OutlookTextExtactor</span></a></li> <li type="circle">org.apache.poi.hslf.extractor.<a href="org/apache/poi/hslf/extractor/PowerPointExtractor.html" title="class in org.apache.poi.hslf.extractor"><span class="strong">PowerPointExtractor</span></a></li> @@ -1241,7 +1241,7 @@ <ul> <li type="circle">org.apache.poi.<a href="org/apache/poi/POIXMLPropertiesTextExtractor.html" title="class in org.apache.poi"><span class="strong">POIXMLPropertiesTextExtractor</span></a></li> <li type="circle">org.apache.poi.xslf.extractor.<a href="org/apache/poi/xslf/extractor/XSLFPowerPointExtractor.html" title="class in org.apache.poi.xslf.extractor"><span class="strong">XSLFPowerPointExtractor</span></a></li> -<li type="circle">org.apache.poi.xssf.extractor.<a href="org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html" title="class in org.apache.poi.xssf.extractor"><span class="strong">XSSFEventBasedExcelExtractor</span></a></li> +<li type="circle">org.apache.poi.xssf.extractor.<a href="org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.html" title="class in org.apache.poi.xssf.extractor"><span class="strong">XSSFEventBasedExcelExtractor</span></a> (implements org.apache.poi.ss.extractor.<a href="org/apache/poi/ss/extractor/ExcelExtractor.html" title="interface in org.apache.poi.ss.extractor">ExcelExtractor</a>)</li> <li type="circle">org.apache.poi.xssf.extractor.<a href="org/apache/poi/xssf/extractor/XSSFExcelExtractor.html" title="class in org.apache.poi.xssf.extractor"><span class="strong">XSSFExcelExtractor</span></a> (implements org.apache.poi.ss.extractor.<a href="org/apache/poi/ss/extractor/ExcelExtractor.html" title="interface in org.apache.poi.ss.extractor">ExcelExtractor</a>)</li> <li type="circle">org.apache.poi.xwpf.extractor.<a href="org/apache/poi/xwpf/extractor/XWPFWordExtractor.html" title="class in org.apache.poi.xwpf.extractor"><span class="strong">XWPFWordExtractor</span></a></li> </ul> @@ -2753,6 +2753,7 @@ <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/BreakType.html" title="enum in org.apache.poi.xwpf.usermodel"><span class="strong">BreakType</span></a></li> <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/ParagraphAlignment.html" title="enum in org.apache.poi.xwpf.usermodel"><span class="strong">ParagraphAlignment</span></a></li> <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel"><span class="strong">Borders</span></a></li> +<li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/XWPFRun.FontCharRange.html" title="enum in org.apache.poi.xwpf.usermodel"><span class="strong">XWPFRun.FontCharRange</span></a></li> <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel"><span class="strong">LineSpacingRule</span></a></li> <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/XWPFTable.XWPFBorderType.html" title="enum in org.apache.poi.xwpf.usermodel"><span class="strong">XWPFTable.XWPFBorderType</span></a></li> <li type="circle">org.apache.poi.xwpf.usermodel.<a href="org/apache/poi/xwpf/usermodel/UnderlinePatterns.html" title="enum in org.apache.poi.xwpf.usermodel"><span class="strong">UnderlinePatterns</span></a></li>
Modified: poi/site/publish/changes.html URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1566464&r1=1566463&r2=1566464&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Sun Feb 9 23:05:10 2014 @@ -255,6 +255,15 @@ if (VERSION > 3) { <ul> <li> +<img class="icon" alt="add" src="images/add.jpg">56022 - XSSF Event Text Extractor header/footer support(poi-developers)</li> + +<li> +<img class="icon" alt="fix" src="images/fix.jpg">53282 - Hyperlink with a non-breaking space throws java.lang.IllegalStateException(poi-developers)</li> + +<li> +<img class="icon" alt="fix" src="images/fix.jpg">55802 - Special Letters not exported correct(poi-developers)</li> + +<li> <img class="icon" alt="add" src="images/add.jpg">Expose the StyleIndex of HWPF CharacterRuns(poi-developers)</li> <li> Modified: poi/site/publish/changes.rss URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1566464&r1=1566463&r2=1566464&view=diff ============================================================================== --- poi/site/publish/changes.rss (original) +++ poi/site/publish/changes.rss Sun Feb 9 23:05:10 2014 @@ -4,6 +4,18 @@ by poi-developers : + 56022 - XSSF Event Text Extractor header/footer support</description></item><item><title> fix</title><link>http://poi.apache.org//changes.html</link><description> fix + by + poi-developers + : + 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalStateException</description></item><item><title> fix</title><link>http://poi.apache.org//changes.html</link><description> fix + by + poi-developers + : + 55802 - Special Letters not exported correct</description></item><item><title> add</title><link>http://poi.apache.org//changes.html</link><description> add + by + poi-developers + : Expose the StyleIndex of HWPF CharacterRuns</description></item><item><title> fix</title><link>http://poi.apache.org//changes.html</link><description> fix by poi-developers --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
