Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7BE75200B25 for ; Wed, 8 Jun 2016 14:39:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7A4A7160A2E; Wed, 8 Jun 2016 12:39:35 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5C9F4160A29 for ; Wed, 8 Jun 2016 14:39:33 +0200 (CEST) Received: (qmail 42027 invoked by uid 500); 8 Jun 2016 12:39:32 -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 42018 invoked by uid 99); 8 Jun 2016 12:39:32 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2016 12:39:32 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0F1E31A05AB for ; Wed, 8 Jun 2016 12:39:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.374 X-Spam-Level: X-Spam-Status: No, score=0.374 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id RSby8qgnzZa8 for ; Wed, 8 Jun 2016 12:39:21 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 5ED9B5FAD8 for ; Wed, 8 Jun 2016 12:39:20 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2517EE0C20 for ; Wed, 8 Jun 2016 12:39:19 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 4A15B3A190A for ; Wed, 8 Jun 2016 12:39:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1747388 [4/4] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/ddf/ apidocs/org/apache/poi/ddf/class-use/ apidocs/org/apache/poi/hslf/record/ apidocs/org/apache/poi/ss/formula/class-use/ apidocs/org/apache... Date: Wed, 08 Jun 2016 12:39:16 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160608123918.4A15B3A190A@svn01-us-west.apache.org> archived-at: Wed, 08 Jun 2016 12:39:35 -0000 Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherSimpleProperty.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherSimpleProperty.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/EscherSimpleProperty.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherSimpleProperty.html Wed Jun 8 12:39:15 2016 @@ -108,8 +108,6 @@ extends A simple property is of fixed length and as a property number in addition to a 32-bit value. Properties that can't be stored in only 32-bits are stored as EscherComplexProperty objects. -
Author:
-
Glen Stampoultzis (glens at apache.org)
@@ -306,6 +304,7 @@ extends
serializeSimplePart in class EscherProperty +
Parameters:
data - the buffer to write to
offset - the starting position
Returns:
the number of bytes serialized.
@@ -322,7 +321,8 @@ extends serializeComplexPart in class EscherProperty - +
Parameters:
data - the buffer to write to
pos - the starting position
+
Returns:
the length of the part
Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpRecord.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpRecord.html Wed Jun 8 12:39:15 2016 @@ -103,8 +103,6 @@ extends EscherRecord
Together the the EscherOptRecord this record defines some of the basic properties of a shape.
-
Author:
-
Glen Stampoultzis (glens at apache.org)
@@ -611,6 +609,7 @@ extends Sets a number that identifies this shape. +
Parameters:
field_1_shapeId - the shape id
@@ -621,7 +620,7 @@ extends The flags that apply to this shape. -
See Also:
FLAG_GROUP, +
Returns:
the flags
See Also:
FLAG_GROUP, FLAG_CHILD, FLAG_PATRIARCH, FLAG_DELETED, @@ -643,7 +642,7 @@ extends The flags that apply to this shape. -
See Also:
FLAG_GROUP, +
Parameters:
field_2_flags - the flags
See Also:
FLAG_GROUP, FLAG_CHILD, FLAG_PATRIARCH, FLAG_DELETED, Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpgrRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpgrRecord.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpgrRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherSpgrRecord.html Wed Jun 8 12:39:15 2016 @@ -103,8 +103,6 @@ extends EscherRecord
The spgr record defines information about a shape group. Groups in escher are simply another form of shape that you can't physically see.
-
Author:
-
Glen Stampoultzis (glens at apache.org)
@@ -200,19 +198,19 @@ extends int getRectX2() -
The starting bottom-right coordinate of child records.
+
The bottom-right x coordinate of child records.
int getRectY1() -
The starting top-left coordinate of child records.
+
The top-left coordinate of child records.
int getRectY2() -
The starting bottom-right coordinate of child records.
+
The bottom-right y coordinate of child records.
@@ -226,25 +224,25 @@ extends void setRectX1(int x1) -
The starting top-left coordinate of child records.
+
The top-left coordinate of child records.
void setRectX2(int x2) -
The starting bottom-right coordinate of child records.
+
The bottom-right x coordinate of child records.
void setRectY1(int y1) -
The starting top-left coordinate of child records.
+
The top-left y coordinate of child records.
void setRectY2(int rectY2) -
The starting bottom-right coordinate of child records.
+
The bottom-right y coordinate of child records.
@@ -451,6 +449,7 @@ extends The starting top-left coordinate of child records. +
Returns:
the top-left x coordinate
@@ -460,7 +459,8 @@ extends

setRectX1

public void setRectX1(int x1)
-
The starting top-left coordinate of child records.
+
The top-left coordinate of child records.
+
Parameters:
x1 - the top-left x coordinate
@@ -470,7 +470,8 @@ extends

getRectY1

public int getRectY1()
-
The starting top-left coordinate of child records.
+
The top-left coordinate of child records.
+
Returns:
the top-left y coordinate
@@ -480,7 +481,8 @@ extends

setRectY1

public void setRectY1(int y1)
-
The starting top-left coordinate of child records.
+
The top-left y coordinate of child records.
+
Parameters:
y1 - the top-left y coordinate
@@ -490,7 +492,8 @@ extends

getRectX2

public int getRectX2()
-
The starting bottom-right coordinate of child records.
+
The bottom-right x coordinate of child records.
+
Returns:
the bottom-right x coordinate
@@ -500,7 +503,8 @@ extends

setRectX2

public void setRectX2(int x2)
-
The starting bottom-right coordinate of child records.
+
The bottom-right x coordinate of child records.
+
Parameters:
x2 - the bottom-right x coordinate
@@ -510,7 +514,8 @@ extends

getRectY2

public int getRectY2()
-
The starting bottom-right coordinate of child records.
+
The bottom-right y coordinate of child records.
+
Returns:
the bottom-right y coordinate
@@ -520,7 +525,8 @@ extends

setRectY2

public void setRectY2(int rectY2)
-
The starting bottom-right coordinate of child records.
+
The bottom-right y coordinate of child records.
+
Parameters:
rectY2 - the bottom-right y coordinate
Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherSplitMenuColorsRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherSplitMenuColorsRecord.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/EscherSplitMenuColorsRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherSplitMenuColorsRecord.html Wed Jun 8 12:39:15 2016 @@ -103,8 +103,6 @@ extends
EscherRecord
A list of the most recently used colours for the drawings contained in this document.
-
Author:
-
Glen Stampoultzis (glens at apache.org)
@@ -174,19 +172,27 @@ extends int -getColor1()  +getColor1() +
Gets the fill color
+ int -getColor2()  +getColor2() +
Gets the line color
+ int -getColor3()  +getColor3() +
Gets the shadow color
+ int -getColor4()  +getColor4() +
Gets the 3-D color
+ short @@ -217,19 +223,27 @@ extends void -setColor1(int field_1_color1)  +setColor1(int field_1_color1) +
Sets the fill color
+ void -setColor2(int field_2_color2)  +setColor2(int field_2_color2) +
Sets the line color
+ void -setColor3(int field_3_color3)  +setColor3(int field_3_color3) +
Sets the shadow color
+ void -setColor4(int field_4_color4)  +setColor4(int field_4_color4) +
Sets the 3-D color
+ java.lang.String @@ -434,6 +448,8 @@ extends

getColor1

public int getColor1()
+
Gets the fill color
+
Returns:
the fill color
@@ -443,6 +459,8 @@ extends

setColor1

public void setColor1(int field_1_color1)
+
Sets the fill color
+
Parameters:
field_1_color1 - the fill color
@@ -452,6 +470,8 @@ extends

getColor2

public int getColor2()
+
Gets the line color
+
Returns:
the line color
@@ -461,6 +481,8 @@ extends

setColor2

public void setColor2(int field_2_color2)
+
Sets the line color
+
Parameters:
field_2_color2 - the line color
@@ -470,6 +492,8 @@ extends

getColor3

public int getColor3()
+
Gets the shadow color
+
Returns:
the shadow color
@@ -479,6 +503,8 @@ extends

setColor3

public void setColor3(int field_3_color3)
+
Sets the shadow color
+
Parameters:
field_3_color3 - the shadow color
@@ -488,6 +514,8 @@ extends

getColor4

public int getColor4()
+
Gets the 3-D color
+
Returns:
the 3-D color
@@ -497,6 +525,8 @@ extends

setColor4

public void setColor4(int field_4_color4)
+
Sets the 3-D color
+
Parameters:
field_4_color4 - the 3-D color
Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherTertiaryOptRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherTertiaryOptRecord.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/EscherTertiaryOptRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherTertiaryOptRecord.html Wed Jun 8 12:39:15 2016 @@ -108,8 +108,6 @@ extends
AbstractEscherOptRecord
"The OfficeArtTertiaryFOPT record specifies a table of OfficeArtRGFOPTE properties, as defined in section 2.3.1." -- [MS-ODRAW] -- v20110608; Office Drawing Binary File Format
-
Author:
-
Sergey Vladimirov (vlsergey {at} gmail {dot} com)
Modified: poi/site/publish/apidocs/org/apache/poi/ddf/EscherTextboxRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/EscherTextboxRecord.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/EscherTextboxRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/EscherTextboxRecord.html Wed Jun 8 12:39:15 2016 @@ -212,7 +212,10 @@ implements java.lang.Cloneable void -setData(byte[] b)  +setData(byte[] b) +
Sets the extra data (in the parent application's format) to be + contained by the record.
+ void @@ -357,6 +360,7 @@ implements java.lang.Cloneable does not seem to put anything here, but with PowerPoint this will contain the bytes that make up a TextHeaderAtom followed by a TextBytesAtom/TextCharsAtom +
Returns:
the extra data
@@ -371,6 +375,7 @@ implements java.lang.Cloneable
Sets the extra data (in the parent application's format) to be contained by the record. Used when the parent application changes the contents.
+
Parameters:
b - the buffer which contains the data
start - the start position in the buffer
length - the length of the block
@@ -380,6 +385,10 @@ implements java.lang.Cloneable
  • setData

    public void setData(byte[] b)
    +
    Sets the extra data (in the parent application's format) to be + contained by the record. Used when the parent application changes + the contents.
    +
    Parameters:
    b - the data
  • Modified: poi/site/publish/apidocs/org/apache/poi/ddf/NullEscherSerializationListener.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/NullEscherSerializationListener.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/NullEscherSerializationListener.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/NullEscherSerializationListener.html Wed Jun 8 12:39:15 2016 @@ -102,8 +102,6 @@ extends java.lang.Object implements EscherSerializationListener
    Ignores all serialization events.
    -
    Author:
    -
    Glen Stampoultzis (glens at apache.org)
    Modified: poi/site/publish/apidocs/org/apache/poi/ddf/UnknownEscherRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/UnknownEscherRecord.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/UnknownEscherRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/UnknownEscherRecord.html Wed Jun 8 12:39:15 2016 @@ -108,8 +108,6 @@ extends This record is used whenever a escher record is encountered that we do not explicitly support. -
    Author:
    -
    Glen Stampoultzis (glens at apache.org), Zhang Zhang (zhangzzh at gmail.com)
    @@ -301,6 +299,7 @@ implements java.lang.Cloneable
  • getData

    public byte[] getData()
    +
    Returns:
    the data which makes up this record
  • Modified: poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherContainerRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherContainerRecord.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherContainerRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherContainerRecord.html Wed Jun 8 12:39:15 2016 @@ -139,8 +139,7 @@ java.util.List<EscherContainerRecord> EscherContainerRecord.getChildContainers()
    Returns all of our children which are also - EscherContainers (may be 0, 1, or vary rarely - 2 or 3)
    + EscherContainers (may be 0, 1, or vary rarely 2 or 3) Modified: poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherDggRecord.FileIdCluster.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherDggRecord.FileIdCluster.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherDggRecord.FileIdCluster.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherDggRecord.FileIdCluster.html Wed Jun 8 12:39:15 2016 @@ -112,7 +112,9 @@ void -EscherDggRecord.setFileIdClusters(EscherDggRecord.FileIdCluster[] fileIdClusters)  +EscherDggRecord.setFileIdClusters(EscherDggRecord.FileIdCluster[] fileIdClusters) +
    Sets the file id clusters
    + Modified: poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecord.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecord.html Wed Jun 8 12:39:15 2016 @@ -347,7 +347,9 @@ void EscherContainerRecord.addChildBefore(EscherRecord record, - int insertBeforeRecordId)  + int insertBeforeRecordId) +
    Add a child record before the record with given recordId
    + void @@ -355,7 +357,9 @@ void -EscherContainerRecord.addChildRecord(EscherRecord record)  +EscherContainerRecord.addChildRecord(EscherRecord record) +
    Append a child record
    + void @@ -389,7 +393,9 @@ boolean -EscherContainerRecord.removeChildRecord(EscherRecord toBeRemoved)  +EscherContainerRecord.removeChildRecord(EscherRecord toBeRemoved) +
    Removes the given escher record from the child list
    + Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/HSLFEscherClientDataRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/HSLFEscherClientDataRecord.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/record/HSLFEscherClientDataRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/record/HSLFEscherClientDataRecord.html Wed Jun 8 12:39:15 2016 @@ -364,7 +364,7 @@ extends getRemainingData in class EscherClientDataRecord
    -
    +
    Returns:
    the remaining bytes
    @@ -379,7 +379,7 @@ extends setRemainingData in class EscherClientDataRecord
    -
    +
    Parameters:
    remainingData - the remaining bytes
    Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/IStabilityClassifier.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/IStabilityClassifier.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/IStabilityClassifier.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/formula/class-use/IStabilityClassifier.html Wed Jun 8 12:39:15 2016 @@ -181,15 +181,6 @@ static ForkedEvaluator -ForkedEvaluator.create(Workbook wb, - IStabilityClassifier stabilityClassifier) -
    Deprecated.  - -
    - - - -static ForkedEvaluator ForkedEvaluator.create(Workbook wb, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)  Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/forked/ForkedEvaluator.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/forked/ForkedEvaluator.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/forked/ForkedEvaluator.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/forked/ForkedEvaluator.html Wed Jun 8 12:39:15 2016 @@ -102,8 +102,6 @@ extends java.lang.Object This class enables a 'master workbook' to be loaded just once and shared between many evaluation clients. Each evaluation client creates its own ForkedEvaluator and can set cell values that will be used for local evaluations (and don't disturb evaluations on other evaluators). -
    Author:
    -
    Josh Micich
    @@ -132,20 +130,11 @@ extends java.lang.Object static ForkedEvaluator -create(Workbook wb, - IStabilityClassifier stabilityClassifier) -
    Deprecated.  -
    (Sep 2009) (reduce overloading) use create(Workbook, IStabilityClassifier, UDFFinder)
    -
    - - - -static ForkedEvaluator create(Workbook wb, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)  - + ValueEval evaluate(java.lang.String sheetName, int rowIndex, @@ -155,7 +144,7 @@ extends java.lang.Object the cell and also its cell type. - + static void setupEnvironment(java.lang.String[] workbookNames, ForkedEvaluator[] evaluators) @@ -163,7 +152,7 @@ extends java.lang.Object references can be evaluated. - + void updateCell(java.lang.String sheetName, int rowIndex, @@ -194,17 +183,6 @@ extends java.lang.Object

    Method Detail

    - - - - Modified: poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/forked/class-use/ForkedEvaluator.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/forked/class-use/ForkedEvaluator.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/forked/class-use/ForkedEvaluator.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/formula/eval/forked/class-use/ForkedEvaluator.html Wed Jun 8 12:39:15 2016 @@ -95,15 +95,6 @@ static ForkedEvaluator -ForkedEvaluator.create(Workbook wb, - IStabilityClassifier stabilityClassifier) -
    Deprecated.  -
    (Sep 2009) (reduce overloading) use create(Workbook, IStabilityClassifier, UDFFinder)
    -
    - - - -static ForkedEvaluator ForkedEvaluator.create(Workbook wb, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)  Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/BuiltinFormats.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/BuiltinFormats.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/BuiltinFormats.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/BuiltinFormats.html Wed Jun 8 12:39:15 2016 @@ -139,11 +139,6 @@ extends java.lang.Object 0x31, "@" - This is text format.
    0x31 "text" - Alias for "@"

    -

    Author:
    -
    Yegor Kozlov - - Modified 6/17/09 by Stanislav Shor - positive formats don't need starting '(' - Modified 10/31/13 by Eric Peters - * is a repeating/padding character directive, examples needed a space after the asterix (e.i. Accounting format)
    @@ -213,19 +208,10 @@ extends java.lang.Object static int getBuiltinFormat(java.lang.String pFmt) -
    Get the format index that matches the given format string -

    +

    Get the format index that matches the given format string.
    Automatically converts "text" to excel's format string to represent text.
    - -static java.util.Map<java.lang.Integer,java.lang.String> -getBuiltinFormats() -
    Deprecated.  -
    (May 2009) use getAll()
    -
    - -
    • @@ -284,16 +270,6 @@ extends java.lang.Object

      Method Detail

      - - - -
        -
      • -

        getBuiltinFormats

        -
        public static java.util.Map<java.lang.Integer,java.lang.String> getBuiltinFormats()
        -
        Deprecated. (May 2009) use getAll()
        -
      • -
      @@ -323,10 +299,8 @@ extends java.lang.Object
    • getBuiltinFormat

      public static int getBuiltinFormat(java.lang.String pFmt)
      -
      Get the format index that matches the given format string -

      - Automatically converts "text" to excel's format string to represent text. -

      +
      Get the format index that matches the given format string.
      + Automatically converts "text" to excel's format string to represent text.
      Parameters:
      pFmt - string matching a built-in format
      Returns:
      index of format or -1 if undefined.
    • Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/DataFormatter.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/DataFormatter.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/DataFormatter.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/DataFormatter.html Wed Jun 8 12:39:15 2016 @@ -153,7 +153,7 @@ implements java.util.Observer The trailing underscore and space ("_ ") in the format adds a space to the end and Excel formats this cell as "12.34 ", but DataFormatter trims the formatted value and returns "12.34".

      - You can enable spaces by passing the emulateCsv=true flag in the DateFormatter cosntructor. + You can enable spaces by passing the emulateCSV=true flag in the DateFormatter cosntructor. If set to true, then the output tries to conform to what you get when you take an xls or xlsx in Excel and Save As CSV file:
      • returned values are not trimmed
      • @@ -193,7 +193,7 @@ implements java.util.Observer -DataFormatter(boolean emulateCsv) +DataFormatter(boolean emulateCSV)
        Creates a formatter using the default locale.
        @@ -204,7 +204,7 @@ implements java.util.Observer DataFormatter(java.util.Locale locale, - boolean emulateCsv) + boolean emulateCSV)
        Creates a formatter using the given locale.
        @@ -353,31 +353,31 @@ implements java.util.Observer
        • DataFormatter

          -
          public DataFormatter(boolean emulateCsv)
          +
          public DataFormatter(boolean emulateCSV)
          Creates a formatter using the default locale.
          -
          Parameters:
          emulateCsv - whether to emulate CSV output.
          +
          Parameters:
          emulateCSV - whether to emulate CSV output.
        - +
        • DataFormatter

          -
          public DataFormatter(java.util.Locale locale,
          -             boolean emulateCsv)
          +
          public DataFormatter(java.util.Locale locale)
          Creates a formatter using the given locale.
          -
          Parameters:
          emulateCsv - whether to emulate CSV output.
        - +
        • DataFormatter

          -
          public DataFormatter(java.util.Locale locale)
          +
          public DataFormatter(java.util.Locale locale,
          +             boolean emulateCSV)
          Creates a formatter using the given locale.
          +
          Parameters:
          emulateCSV - whether to emulate CSV output.
        Modified: poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Workbook.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Workbook.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Workbook.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ss/usermodel/class-use/Workbook.html Wed Jun 8 12:39:15 2016 @@ -207,15 +207,6 @@ static ForkedEvaluator -ForkedEvaluator.create(Workbook wb, - IStabilityClassifier stabilityClassifier) -
        Deprecated.  - -
        - - - -static ForkedEvaluator ForkedEvaluator.create(Workbook wb, IStabilityClassifier stabilityClassifier, UDFFinder udfFinder)  Modified: poi/site/publish/changes.html URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Wed Jun 8 12:39:15 2016 @@ -265,6 +265,12 @@ if (VERSION > 3) {
        • +add 59170 - Remove deprecated classes (POI 3.15) - remove BuiltinFormats.getBuiltinFormats()
        • + +
        • +add 59638 - SS Common: allow DataFormatter to use Locale-aware number grouping separator
        • + +
        • add 57766 - XSLF: Table isn't exported on convert slides of a .pptx slide show to a PNG/SVG image
        • Modified: poi/site/publish/changes.rss URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1747388&r1=1747387&r2=1747388&view=diff ============================================================================== --- poi/site/publish/changes.rss (original) +++ poi/site/publish/changes.rss Wed Jun 8 12:39:15 2016 @@ -1,3 +1,3 @@ -Apache POI Changeshttp://poi.apache.org/changes.htmlApache POI Changesen-us add(bug 57766)http://poi.apache.org/changes.html add by POI Developers (bug 57766) - XSLF: Table isn't exported on convert slides of a .pptx slide show to a PNG/SVG image add(bug 58217)http://poi.apache.org/changes.html add by POI Developers (bug 58217) - XSLF: support alpha channel on solid colors (fill, line, text) fixhttp://poi.apache.org/changes.html fix by POI Developers - XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph() fix(bug 59355)http://poi.apache.org/changes.html fix by POI Developers (bug 59355) - XSSFPivotTable::add ColumnLabel sets the cell type of a cell outside of the source data area fix(bug 54570)http://poi.apache.org/changes.html fix by POI Developers (bug 54570) - InvalidFormatException because of Absolute URI forbidden fix(bug 59170)http://poi.apache.org/changes.html fix by POI Developers (bug 59170) - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorConstants add(bug 58144)http://poi.apache.org/changes.html add by POI Developers (bug 58144) - Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007 add(bug 59443)http://poi.apache.org/changes.html add by POI Developers (bug 59443) - SS Common: get and set Comment addresses fix(bug 59434)http://poi.apache.org/changes.html fix by POI Developers (bug 59434) - Cannot add a picture on a slide that already have an image with an hyperlink on it fix(bug 59383)http://poi.apache.org/changes.html fix by POI Developers (bug 59383) - SS Common performance regression: DataFormatter no longer caches formats fix(bug 59327)http://poi.apache.org/changes.html fix by POI Developers (bug 59327) - HSLF/XSLF: Setting text direction on a table cell has no effect add(bug 58648)http://poi.apache.org/changes.html add by POI Developers (bug 58648) - Regression: Fix handling of whitespaces in formulas after it was slightly broken by the changes to support the intersection operator add(bug 59342)http://poi.apache.org/changes.html add by POI Developers (bug 59342) - XSSF: Get and set sheet tab color add(bug 59340)http://poi.apache.org/changes.html add by POI Developers (bug 59340) - SS Common: Lookup IndexedColors by index add(bug 59336)http://poi.apache.org/changes.html add by POI Developers (bug 59336) - SS Common: Deprecate CellUtil methods that do not need a workbook parameter. add(bug 59338)http://poi.apache.org/changes.html add by POI Developers (bug 59338) - HSSF: Mark HSSFCellUtil for removal, replaced with Common SS CellUtil. add(bug 52949)http://poi.apache.org/changes.html add by POI Developers (bug 52949) - VBA Macro reader and extractor fix( bug 55982)http://poi.apache.org/changes.html fix by POI Developers (bug 55982) - Don't fail to open the spreadsheet if no TabIdRecord is found fixhttp://poi.apache.org/changes.html fix by POI Developers - Fix some cases where file-handles were not closed properly, mostly when the documents could not be opened correctly add(bug 56911)http://poi.apache.org/changes.html add by POI Developers (bug 56911) - Fix IndexOutOfBoundsException in PlfLfo.add() add(bug 59264)http://poi.apache.org/changes.html add by POI Developers (bug 59264) - SS Common: unify setting cell border line style with BorderStyle \ No newline at end of file +Apache POI Changeshttp://poi.apache.org/changes.htmlApache POI Changesen-us add(bug 59170)http://poi.apache.org/changes.html add by POI Developers (bug 59170) - Remove deprecated classes (POI 3.15) - remove BuiltinFormats.getBuiltinFormats() add(bug 59638)http://poi.apache.org/changes.html add by POI Developers (bug 59638) - SS Common: allow DataFormatter to use Locale-aware number grouping separator add(bug 57766)http://poi.apache.org/changes.html add by POI Developers (bug 57766) - XSLF: Table isn't exported on convert slides of a .pptx slide show to a PNG/SVG image add(bug 58217)http://poi.apache.org/changes.html add by POI Develo pers (bug 58217) - XSLF: support alpha channel on solid colors (fill, line, text) fixhttp://poi.apache.org/changes.html fix by POI Developers - XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph() fix(bug 59355)http://poi.apache.org/changes.html fix by POI Developers (bug 59355) - XSSFPivotTable::addColumnLabel sets the cell type of a cell outside of the source data area fix(bug 54570)http://poi.apache.org/changes.html fix by POI Developers (bug 54570) - InvalidFormatException because of Absolute URI forbidden fix(bug 59170)http://poi.apache.org/changes.html fix by POI Developers (bug 59170) - Remove deprecated classes (POI 3.15) - use FormulaError instead of ErrorConstants add(bug 58144)http://poi.apache.org/changes.html add by POI Developers (bug 58144) - Behaviour for headers and footers of slides is inconsistent between slideshows created in 2003 and 2007 add(bug 59443)http://poi.apache.org/changes.html add by POI Developers (bug 59443) - SS Common: get and set Comment addresses fix(bug 59434)http://poi.apache.org/changes.html fix by POI Developers (bug 59434) - Cannot add a picture on a slide that already have an image with an hyperlink on it fix(bug 59383)http://poi.apache.org/changes.html fix by POI Developers (bug 59383) - SS Common performance regression: DataFormatter no longer caches formats fix(bug 59327)http://poi.apache.org/changes.html fix by POI Developers (bug 59327) - HSLF/XSLF: Setting text direction on a table cell has no effect add(bug 58648)http://poi.apache.org/changes.html add by POI Developers (bug 58648) - Regression: Fix handling of whitespaces in formulas after it was slightly broken by the changes to support the intersection operator add(bug 59342)http://poi.apache.org/changes.html add by POI Developers (bug 59342) - XSSF: Get and set sheet tab color add(bug 59340)http://poi.apache.org/changes.html add by POI Developers (bug 59340) - SS Common: Lookup IndexedColors by index add(bug 59336)http://poi.apache.org/changes.html add by POI Developers (bug 59336) - SS Common: Deprecate CellUtil methods that do not need a wo rkbook parameter. add(bug 59338)http://poi.apache.org/changes.html add by POI Developers (bug 59338) - HSSF: Mark HSSFCellUtil for removal, replaced with Common SS CellUtil. add(bug 52949)http://poi.apache.org/changes.html add by POI Developers (bug 52949) - VBA Macro reader and extractor fix(bug 55982)http://poi.apache.org/changes.html fix by POI Developers (bug 55982) - Don't fail to open the spreadsheet if no TabIdRecord is found fixhttp://poi.apache.org/changes.html fix by POI Developers - Fix some cases where file-handles were not closed properly, mostly when the documents could not be opened correctly add(bug 56911)http://poi.apache.org/changes.html add by POI Developers (bug 56911) - Fix IndexOutOfBoundsException in PlfLfo.add() add(bug 59264)http://poi.apache.org/changes.html add by POI Developers (bug 59264) - SS Common: unify setting cell border line style with BorderStyle \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org