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 86D29D503 for ; Thu, 20 Dec 2012 13:22:21 +0000 (UTC) Received: (qmail 77294 invoked by uid 500); 20 Dec 2012 13:22:20 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 77176 invoked by uid 500); 20 Dec 2012 13:22:20 -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 77021 invoked by uid 99); 20 Dec 2012 13:22:19 -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:19 +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:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 91E532388B4E; 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 [14/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.91E532388B4E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTableRow.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTableRow.html?rev=1424453&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTableRow.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTableRow.html Thu Dec 20 13:20:57 2012 @@ -0,0 +1,255 @@ + + + + + + +DrawingTableRow (POI API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+java.lang.Object
+  extended by org.apache.poi.xslf.usermodel.DrawingTableRow
+
+
+
+
public class DrawingTableRow
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DrawingTableRow(org.openxmlformats.schemas.drawingml.x2006.main.CTTableRow row) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ DrawingTableCell[]getCells() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+DrawingTableRow

+
+public DrawingTableRow(org.openxmlformats.schemas.drawingml.x2006.main.CTTableRow row)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getCells

+
+public DrawingTableCell[] getCells()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + Copyright 2012 The Apache Software Foundation or + its licensors, as applicable. + + + Propchange: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTableRow.html ------------------------------------------------------------------------------ svn:executable = * Added: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTextBody.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTextBody.html?rev=1424453&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTextBody.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTextBody.html Thu Dec 20 13:20:57 2012 @@ -0,0 +1,258 @@ + + + + + + +DrawingTextBody (POI API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+java.lang.Object
+  extended by org.apache.poi.xslf.usermodel.DrawingTextBody
+
+
+
Direct Known Subclasses:
DrawingTextPlaceholder
+
+
+
+
public class DrawingTextBody
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
DrawingTextBody(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody textBody) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ DrawingParagraph[]getParagraphs() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+DrawingTextBody

+
+public DrawingTextBody(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody textBody)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getParagraphs

+
+public DrawingParagraph[] getParagraphs()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + Copyright 2012 The Apache Software Foundation or + its licensors, as applicable. + + + Propchange: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTextBody.html ------------------------------------------------------------------------------ svn:executable = * Added: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html?rev=1424453&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html Thu Dec 20 13:20:57 2012 @@ -0,0 +1,319 @@ + + + + + + +DrawingTextPlaceholder (POI API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+java.lang.Object
+  extended by org.apache.poi.xslf.usermodel.DrawingTextBody
+      extended by org.apache.poi.xslf.usermodel.DrawingTextPlaceholder
+
+
+
+
public class DrawingTextPlaceholder
extends DrawingTextBody
+ + +

+A DrawingTextBody which is a placeholder +

+ +

+

+
Author:
+
nick
+
+
+ +

+ + + + + + + + + + + +
+Constructor Summary
DrawingTextPlaceholder(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody textBody, + org.openxmlformats.schemas.presentationml.x2006.main.CTPlaceholder placeholder) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetPlaceholderType() + +
+          What kind of placeholder is this?
+ org.openxmlformats.schemas.presentationml.x2006.main.STPlaceholderType.EnumgetPlaceholderTypeEnum() + +
+          What kind of placeholder is this?
+ booleanisPlaceholderCustom() + +
+          Is the PlaceHolder text customised?
+ + + + + + + +
Methods inherited from class org.apache.poi.xslf.usermodel.DrawingTextBody
getParagraphs
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+DrawingTextPlaceholder

+
+public DrawingTextPlaceholder(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody textBody,
+                              org.openxmlformats.schemas.presentationml.x2006.main.CTPlaceholder placeholder)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getPlaceholderType

+
+public java.lang.String getPlaceholderType()
+
+
What kind of placeholder is this? +

+

+
+
+
+
+ +

+getPlaceholderTypeEnum

+
+public org.openxmlformats.schemas.presentationml.x2006.main.STPlaceholderType.Enum getPlaceholderTypeEnum()
+
+
What kind of placeholder is this? +

+

+
+
+
+
+ +

+isPlaceholderCustom

+
+public boolean isPlaceholderCustom()
+
+
Is the PlaceHolder text customised? +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + Copyright 2012 The Apache Software Foundation or + its licensors, as applicable. + + + Propchange: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/DrawingTextPlaceholder.html ------------------------------------------------------------------------------ svn:executable = * Added: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/LineCap.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/LineCap.html?rev=1424453&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/LineCap.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/LineCap.html Thu Dec 20 13:20:57 2012 @@ -0,0 +1,351 @@ + + + + + + +LineCap (POI API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.poi.xslf.usermodel +
+Enum LineCap

+
+java.lang.Object
+  extended by java.lang.Enum<LineCap>
+      extended by org.apache.poi.xslf.usermodel.LineCap
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LineCap>
+
+
+
+
public enum LineCap
extends java.lang.Enum<LineCap>
+ + +

+

+
Author:
+
Yegor Kozlov
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Enum Constant Summary
FLAT + +
+          Line ends at end point
ROUND + +
+          Rounded ends
SQUARE + +
+          Square protrudes by half line width
+  + + + + + + + + + + + + + + + +
+Method Summary
+static LineCapvalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static LineCap[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+ROUND

+
+public static final LineCap ROUND
+
+
Rounded ends +

+

+
+
+
+ +

+SQUARE

+
+public static final LineCap SQUARE
+
+
Square protrudes by half line width +

+

+
+
+
+ +

+FLAT

+
+public static final LineCap FLAT
+
+
Line ends at end point +

+

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

+values

+
+public static LineCap[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (LineCap c : LineCap.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static LineCap valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + Copyright 2012 The Apache Software Foundation or + its licensors, as applicable. + + + Propchange: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/LineCap.html ------------------------------------------------------------------------------ svn:executable = * Added: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/LineDash.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/LineDash.html?rev=1424453&view=auto ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/LineDash.html (added) +++ poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/LineDash.html Thu Dec 20 13:20:57 2012 @@ -0,0 +1,473 @@ + + + + + + +LineDash (POI API Documentation) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.poi.xslf.usermodel +
+Enum LineDash

+
+java.lang.Object
+  extended by java.lang.Enum<LineDash>
+      extended by org.apache.poi.xslf.usermodel.LineDash
+
+
+
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LineDash>
+
+
+
+
public enum LineDash
extends java.lang.Enum<LineDash>
+ + +

+

+
Author:
+
Yegor Kozlov
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Enum Constant Summary
DASH + +
+           
DASH_DOT + +
+           
DOT + +
+           
LG_DASH + +
+           
LG_DASH_DOT + +
+           
LG_DASH_DOT_DOT + +
+           
SOLID + +
+           
SYS_DASH + +
+           
SYS_DASH_DOT + +
+           
SYS_DASH_DOT_DOT + +
+           
SYS_DOT + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+static LineDashvalueOf(java.lang.String name) + +
+          Returns the enum constant of this type with the specified name.
+static LineDash[]values() + +
+          Returns an array containing the constants of this enum type, in +the order they are declared.
+ + + + + + + +
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+ + + + + + + +
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Enum Constant Detail
+ +

+SOLID

+
+public static final LineDash SOLID
+
+
+
+
+
+ +

+DOT

+
+public static final LineDash DOT
+
+
+
+
+
+ +

+DASH

+
+public static final LineDash DASH
+
+
+
+
+
+ +

+LG_DASH

+
+public static final LineDash LG_DASH
+
+
+
+
+
+ +

+DASH_DOT

+
+public static final LineDash DASH_DOT
+
+
+
+
+
+ +

+LG_DASH_DOT

+
+public static final LineDash LG_DASH_DOT
+
+
+
+
+
+ +

+LG_DASH_DOT_DOT

+
+public static final LineDash LG_DASH_DOT_DOT
+
+
+
+
+
+ +

+SYS_DASH

+
+public static final LineDash SYS_DASH
+
+
+
+
+
+ +

+SYS_DOT

+
+public static final LineDash SYS_DOT
+
+
+
+
+
+ +

+SYS_DASH_DOT

+
+public static final LineDash SYS_DASH_DOT
+
+
+
+
+
+ +

+SYS_DASH_DOT_DOT

+
+public static final LineDash SYS_DASH_DOT_DOT
+
+
+
+
+ + + + + + + + +
+Method Detail
+ +

+values

+
+public static LineDash[] values()
+
+
Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +
+for (LineDash c : LineDash.values())
+    System.out.println(c);
+
+

+

+ +
Returns:
an array containing the constants of this enum type, in +the order they are declared
+
+
+
+ +

+valueOf

+
+public static LineDash valueOf(java.lang.String name)
+
+
Returns the enum constant of this type with the specified name. +The string must match exactly an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.) +

+

+
Parameters:
name - the name of the enum constant to be returned. +
Returns:
the enum constant with the specified name +
Throws: +
java.lang.IllegalArgumentException - if this enum type has no constant +with the specified name +
java.lang.NullPointerException - if the argument is null
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + Copyright 2012 The Apache Software Foundation or + its licensors, as applicable. + + + Propchange: poi/site/publish/apidocs/org/apache/poi/xslf/usermodel/LineDash.html ------------------------------------------------------------------------------ svn:executable = * --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org