Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3407BD560 for ; Thu, 20 Dec 2012 13:22:47 +0000 (UTC) Received: (qmail 79193 invoked by uid 500); 20 Dec 2012 13:22:47 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 79030 invoked by uid 500); 20 Dec 2012 13:22:46 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 78959 invoked by uid 99); 20 Dec 2012 13:22:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2012 13:22:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2012 13:22:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9E6B72388BA2; Thu, 20 Dec 2012 13:21:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1424453 [19/41] - in /poi/site/publish/apidocs/org/apache/poi/xslf: ./ class-use/ extractor/ extractor/class-use/ model/ model/class-use/ model/geom/ model/geom/class-use/ usermodel/ usermodel/class-use/ util/ util/class-use/ Date: Thu, 20 Dec 2012 13:21:02 -0000 To: commits@poi.apache.org From: yegor@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121220132114.9E6B72388BA2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFChart.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFChart.html?rev=1424453&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFChart.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFChart.html Thu Dec 20 13:20:57 2012 @@ -0,0 +1,372 @@ + + + + + + +XSLFChart (POI API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.poi.xslf.usermodel +
+Class XSLFChart

+
+java.lang.Object
+  extended by org.apache.poi.POIXMLDocumentPart
+      extended by org.apache.poi.xslf.usermodel.XSLFChart
+
+
+
+
@Beta
+public final class XSLFChart
extends POIXMLDocumentPart
+ + +

+Represents a Chart in a .pptx presentation +

+ +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.poi.POIXMLDocumentPart
DEFAULT_XML_OPTIONS
+  + + + + + + + + + + + +
+Constructor Summary
+protected XSLFChart(PackagePart part, + PackageRelationship rel) + +
+          Construct a chart from a package part.
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+protected  voidcommit() + +
+          Save the content in the underlying package part.
+ org.openxmlformats.schemas.drawingml.x2006.chart.CTChartgetCTChart() + +
+          Return the underlying CTChart bean, within the Chart Space
+ org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpacegetCTChartSpace() + +
+          Return the underlying CTChartSpace bean, the root element of the Chart part.
+ + + + + + + +
Methods inherited from class org.apache.poi.POIXMLDocumentPart
addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, < A HREF="../../../../../org/apache/poi/POIXMLDocumentPart.html#getRelationById(java.lang.String)">getRelationById, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, read, rebase, removeRelation, removeRelation, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+XSLFChart

+
+protected XSLFChart(PackagePart part,
+                    PackageRelationship rel)
+             throws java.io.IOException,
+                    org.apache.xmlbeans.XmlException
+
+
Construct a chart from a package part. +

+

+
Parameters:
part - the package part holding the chart data, + the content type must be application/vnd.openxmlformats-officedocument.drawingml.chart+xml
rel - the package relationship holding this chart, + the relationship type must be http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart +
Throws: +
java.io.IOException +
org.apache.xmlbeans.XmlException
+
+ + + + + + + + +
+Method Detail
+ +

+getCTChartSpace

+
+@Internal
+public org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace getCTChartSpace()
+
+
Return the underlying CTChartSpace bean, the root element of the Chart part. +

+

+ +
Returns:
the underlying CTChartSpace bean
+
+
+
+ +

+getCTChart

+
+@Internal
+public org.openxmlformats.schemas.drawingml.x2006.chart.CTChart getCTChart()
+
+
Return the underlying CTChart bean, within the Chart Space +

+

+ +
Returns:
the underlying CTChart bean
+
+
+
+ +

+commit

+
+protected void commit()
+               throws java.io.IOException
+
+
Description copied from class: POIXMLDocumentPart
+
Save the content in the underlying package part. + Default implementation is empty meaning that the package part is left unmodified. + + Sub-classes should override and add logic to marshal the "model" into Ooxml4J. + + For example, the code saving a generic XML entry may look as follows: +

+ protected void commit() throws IOException {
+   PackagePart part = getPackagePart();
+   OutputStream out = part.getOutputStream();
+   XmlObject bean = getXmlBean(); //the "model" which holds changes in memory
+   bean.save(out, DEFAULT_XML_OPTIONS);
+   out.close();
+ }
+  
+

+

+
Overrides:
commit in class POIXMLDocumentPart
+
+
+ +
Throws: +
java.io.IOException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + Copyright 2012 The Apache Software Foundation or + its licensors, as applicable. + + + Propchange: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFChart.html ------------------------------------------------------------------------------ svn:executable = * Added: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFColor.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFColor.html?rev=1424453&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFColor.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFColor.html Thu Dec 20 13:20:57 2012 @@ -0,0 +1,291 @@ + + + + + + +XSLFColor (POI API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.poi.xslf.usermodel +
+Class XSLFColor

+
+java.lang.Object
+  extended by org.apache.poi.xslf.usermodel.XSLFColor
+
+
+
+
@Beta
+@Internal
+public class XSLFColor
extends java.lang.Object
+ + +

+Encapsulates logic to read color definitions from DrawingML and convert them to java.awt.Color +

+ +

+

+
Author:
+
Yegor Kozlov
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
XSLFColor(org.apache.xmlbeans.XmlObject obj, + XSLFTheme theme, + org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.awt.ColorgetColor() + +
+           
+ org.apache.xmlbeans.XmlObjectgetXmlObject() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+XSLFColor

+
+public XSLFColor(org.apache.xmlbeans.XmlObject obj,
+                 XSLFTheme theme,
+                 org.openxmlformats.schemas.drawingml.x2006.main.CTSchemeColor phClr)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getXmlObject

+
+@Internal
+public org.apache.xmlbeans.XmlObject getXmlObject()
+
+
+
+
+
+
+ +

+getColor

+
+public java.awt.Color getColor()
+
+
+ +
Returns:
the displayed color as a Java Color. + If not color information was found in the supplied xml object then a null is returned.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + Copyright 2012 The Apache Software Foundation or + its licensors, as applicable. + + + Propchange: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFColor.html ------------------------------------------------------------------------------ svn:executable = * Added: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFCommentAuthors.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFCommentAuthors.html?rev=1424453&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFCommentAuthors.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFCommentAuthors.html Thu Dec 20 13:20:57 2012 @@ -0,0 +1,270 @@ + + + + + + +XSLFCommentAuthors (POI API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.poi.xslf.usermodel +
+Class XSLFCommentAuthors

+
+java.lang.Object
+  extended by org.apache.poi.POIXMLDocumentPart
+      extended by org.apache.poi.xslf.usermodel.XSLFCommentAuthors
+
+
+
+
@Beta
+public class XSLFCommentAuthors
extends POIXMLDocumentPart
+ + +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.poi.POIXMLDocumentPart
DEFAULT_XML_OPTIONS
+  + + + + + + + + + + + + + + + +
+Method Summary
+ org.openxmlformats.schemas.presentationml.x2006.main.CTCommentAuthorgetAuthorById(long id) + +
+           
+ org.openxmlformats.schemas.presentationml.x2006.main.CTCommentAuthorListgetCTCommentAuthorsList() + +
+           
+ + + + + + + +
Methods inherited from class org.apache.poi.POIXMLDocumentPart
addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, < A HREF="../../../../../org/apache/poi/POIXMLDocumentPart.html#read(org.apache.poi.POIXMLFactory, java.util.Map)">read, rebase, removeRelation, removeRelation, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+getCTCommentAuthorsList

+
+public org.openxmlformats.schemas.presentationml.x2006.main.CTCommentAuthorList getCTCommentAuthorsList()
+
+
+
+
+
+
+ +

+getAuthorById

+
+public org.openxmlformats.schemas.presentationml.x2006.main.CTCommentAuthor getAuthorById(long id)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + Copyright 2012 The Apache Software Foundation or + its licensors, as applicable. + + + Propchange: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFCommentAuthors.html ------------------------------------------------------------------------------ svn:executable = * Added: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFComments.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFComments.html?rev=1424453&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFComments.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFComments.html Thu Dec 20 13:20:57 2012 @@ -0,0 +1,289 @@ + + + + + + +XSLFComments (POI API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.poi.xslf.usermodel +
+Class XSLFComments

+
+java.lang.Object
+  extended by org.apache.poi.POIXMLDocumentPart
+      extended by org.apache.poi.xslf.usermodel.XSLFComments
+
+
+
+
@Beta
+public class XSLFComments
extends POIXMLDocumentPart
+ + +

+


+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.poi.POIXMLDocumentPart
DEFAULT_XML_OPTIONS
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ org.openxmlformats.schemas.presentationml.x2006.main.CTCommentgetCommentAt(int pos) + +
+           
+ org.openxmlformats.schemas.presentationml.x2006.main.CTCommentListgetCTCommentsList() + +
+           
+ intgetNumberOfComments() + +
+           
+ + + + + + + +
Methods inherited from class org.apache.poi.POIXMLDocumentPart
addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, < A HREF="../../../../../org/apache/poi/POIXMLDocumentPart.html#read(org.apache.poi.POIXMLFactory, java.util.Map)">read, rebase, removeRelation, removeRelation, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Method Detail
+ +

+getCTCommentsList

+
+public org.openxmlformats.schemas.presentationml.x2006.main.CTCommentList getCTCommentsList()
+
+
+
+
+
+
+ +

+getNumberOfComments

+
+public int getNumberOfComments()
+
+
+
+
+
+
+ +

+getCommentAt

+
+public org.openxmlformats.schemas.presentationml.x2006.main.CTComment getCommentAt(int pos)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + Copyright 2012 The Apache Software Foundation or + its licensors, as applicable. + + + Propchange: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFComments.html ------------------------------------------------------------------------------ svn:executable = * Added: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFCommonSlideData.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFCommonSlideData.html?rev=1424453&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFCommonSlideData.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFCommonSlideData.html Thu Dec 20 13:20:57 2012 @@ -0,0 +1,275 @@ + + + + + + +XSLFCommonSlideData (POI API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.poi.xslf.usermodel +
+Class XSLFCommonSlideData

+
+java.lang.Object
+  extended by org.apache.poi.xslf.usermodel.XSLFCommonSlideData
+
+
+
+
@Beta
+public class XSLFCommonSlideData
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
XSLFCommonSlideData(org.openxmlformats.schemas.presentationml.x2006.main.CTCommonSlideData data) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<DrawingTextBody>getDrawingText() + +
+           
+ java.util.List<DrawingParagraph>getText() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+XSLFCommonSlideData

+
+public XSLFCommonSlideData(org.openxmlformats.schemas.presentationml.x2006.main.CTCommonSlideData data)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getDrawingText

+
+public java.util.List<DrawingTextBody> getDrawingText()
+
+
+
+
+
+
+ +

+getText

+
+public java.util.List<DrawingParagraph> getText()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + Copyright 2012 The Apache Software Foundation or + its licensors, as applicable. + + + Propchange: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/XSLFCommonSlideData.html ------------------------------------------------------------------------------ svn:executable = * --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org