poi/src/ooxml/java/org/apache/poi/xslf/usermodel
Andreas Beeker 680683cf77 merge down trunk
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1755463 13f79535-47bb-0310-9956-ffa450edef68
2016-08-08 01:14:36 +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 bug 58190: push down XMLSlideShow tests to BaseTestSlideShow, add coverage for HSLFSlideShow 2016-07-17 13:25:02 +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 #59702 - Setting background color in slide master 2016-06-18 23:48:00 +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 sonar fix 2016-06-06 23:54:29 +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 #59702 - Setting background color in slide master 2016-06-18 23:48:00 +00:00
XSLFGraphicFrame.java #56004 - Support for WMF rendering 2016-01-16 00:11:01 +00:00
XSLFGroupShape.java merge down trunk 2016-08-08 01:14:36 +00:00
XSLFHyperlink.java bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enum 2016-07-17 09:20:21 +00:00
XSLFImageRenderer.java Avoid NullPointerException if an image cannot be read 2015-04-20 18:10:43 +00:00
XSLFLineBreak.java Regression fix for XSLF 2016-06-05 01:04:58 +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 XSLFPictureData support for TIFF images - patch and tests from bug #59742 from Jens Popp 2016-06-22 16:18:36 +00:00
XSLFPictureShape.java XSLF: do not display Master Slide objects by default 2016-03-28 22:52:01 +00:00
XSLFPropertiesDelegate.java #59702 - Setting background color in slide master 2016-06-18 23:48:00 +00:00
XSLFRelation.java findbugs fixes 2016-06-12 00:12:22 +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 #59702 - Setting background color in slide master 2016-06-18 23:48:00 +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 whitespace; +svn:eol-style=native 2016-07-07 02:27:13 +00:00
XSLFSlide.java add @NotImplemented annotation to methods that are not implemented 2016-04-10 21:28:41 +00:00
XSLFSlideLayout.java XSLF: do not display Master Slide objects by default 2016-03-28 22:52:01 +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 ignore external relations 2016-05-17 07:23:34 +00:00
XSLFSlideShowFactory.java - #58216 - provide picture-shape resize that maintains the aspect ratio 2015-09-21 00:09:45 +00:00
XSLFTable.java #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to a PNG/SVG image 2016-06-04 22:53:00 +00:00
XSLFTableCell.java Add a test to check for a NullPointerException in XSLFTableCell 2016-07-15 18:24:11 +00:00
XSLFTableRow.java #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to a PNG/SVG image 2016-06-04 22:53:00 +00:00
XSLFTableStyle.java #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to a PNG/SVG image 2016-06-04 22:53:00 +00:00
XSLFTableStyles.java #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to a PNG/SVG image 2016-06-04 22:53:00 +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 common-crawl-regression-fix: fallback to higher template level for default font, in case the style reference can't be determined 2016-06-24 00:12:25 +00:00
XSLFTextRun.java #59702 - Setting background color in slide master 2016-06-18 23:48:00 +00:00
XSLFTextShape.java Regression fix for XSLF 2016-06-05 01:04:58 +00:00
XSLFTheme.java #54916 - POI does not always read all the slides in pptx files 2016-01-10 20:44:17 +00:00