poi/src/ooxml/java/org/apache/poi/xslf/usermodel
Andreas Beeker f56b918b16 #54916 - POI does not always read all the slides in pptx files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1723966 13f79535-47bb-0310-9956-ffa450edef68
2016-01-10 20:44:17 +00:00
..
DrawingParagraph.java initial support for XSLF usermodel API 2011-08-11 08:38:19 +00:00
DrawingTable.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +00:00
DrawingTableCell.java Add missing license headers 2010-04-14 14:02:04 +00:00
DrawingTableRow.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +00:00
DrawingTextBody.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +00:00
DrawingTextPlaceholder.java XLSF text extraction improvements relating to TIKA-712 2011-09-26 14:37:50 +00:00
SlideLayout.java more progress with xlsf: support for gradient and texture fills, backgrounds, improved drawing of preset shapes and many more updates ... 2011-11-07 09:12:16 +00:00
XMLSlideShow.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFAutoShape.java Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setText() 2015-10-29 01:05:27 +00:00
XSLFBackground.java #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:17 +00:00
XSLFChart.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFColor.java #56519 - XSLFSlide.draw is not working with text embeded in PPTX 2015-08-09 22:44:13 +00:00
XSLFCommentAuthors.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFComments.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFCommonSlideData.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +00:00
XSLFConnectorShape.java #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:17 +00:00
XSLFDrawing.java In preparation for table rendering, added table row heights and column widths to common sl. 2015-11-21 15:54:01 +00:00
XSLFFactory.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFFontManager.java fixed javadoc warnings 2011-12-09 16:48:38 +00:00
XSLFFreeformShape.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +00:00
XSLFGraphicFrame.java In preparation for table rendering, added table row heights and column widths to common sl. 2015-11-21 15:54:01 +00:00
XSLFGroupShape.java XSLF: tables can now be removed from sheets/groups 2015-11-29 16:17:29 +00:00
XSLFHyperlink.java support for tables and hyperlinks in XSLF 2011-08-17 10:18:31 +00:00
XSLFImageRenderer.java Avoid NullPointerException if an image cannot be read 2015-04-20 18:10:43 +00:00
XSLFLineBreak.java improved support for line breaks in XSLF 2012-02-03 08:24:38 +00:00
XSLFMetroShape.java #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema packages 2015-11-21 19:37:26 +00:00
XSLFNotes.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFNotesMaster.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFPictureData.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFPictureShape.java #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:17 +00:00
XSLFRelation.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFRenderingHint.java fixed javadoc warnings 2011-12-09 16:48:38 +00:00
XSLFShadow.java In preparation for table rendering, added table row heights and column widths to common sl. 2015-11-21 15:54:01 +00:00
XSLFShape.java #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:17 +00:00
XSLFShapeContainer.java common sl: reworked and unified generics definitions 2015-08-24 23:15:14 +00:00
XSLFSheet.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFSimpleShape.java #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:17 +00:00
XSLFSlide.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFSlideLayout.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFSlideMaster.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFSlideShow.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +00:00
XSLFSlideShowFactory.java - #58216 - provide picture-shape resize that maintains the aspect ratio 2015-09-21 00:09:45 +00:00
XSLFTable.java #58733 - New AIOOBE in getCell while iterating through a table in PPT 2015-12-14 22:49:04 +00:00
XSLFTableCell.java Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setText() 2015-10-29 01:05:27 +00:00
XSLFTableRow.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +00:00
XSLFTableStyle.java initial support for table styles in XSLF 2011-09-10 10:50:05 +00:00
XSLFTableStyles.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00
XSLFTextBox.java Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setText() 2015-10-29 01:05:27 +00:00
XSLFTextParagraph.java remove unnecessary @SuppressWarnings("deprecation") warnings (because of old xml schemas) 2016-01-01 00:45:05 +00:00
XSLFTextRun.java Common sl unification - copy first paragraph / textrun properties on XSLFTextShape.setText() 2015-10-29 01:05:27 +00:00
XSLFTextShape.java #56570 - RecordType has repeat by code type 3009 2015-12-31 22:10:17 +00:00
XSLFTheme.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00