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 0F6FF200D56 for ; Mon, 27 Nov 2017 20:44:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 0CAEF160C1F; Mon, 27 Nov 2017 19:44:51 +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 34C3C160C15 for ; Mon, 27 Nov 2017 20:44:49 +0100 (CET) Received: (qmail 14889 invoked by uid 500); 27 Nov 2017 19:44:48 -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 14879 invoked by uid 99); 27 Nov 2017 19:44:48 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2017 19:44:48 +0000 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 0D7423A0257 for ; Mon, 27 Nov 2017 19:44:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1816500 [4/23] - in /poi/site: publish/apidocs/ publish/apidocs/org/apache/poi/class-use/ publish/apidocs/org/apache/poi/common/usermodel/fonts/ publish/apidocs/org/apache/poi/common/usermodel/fonts/class-use/ publish/apidocs/org/apache/po... Date: Mon, 27 Nov 2017 19:44:40 -0000 To: commits@poi.apache.org From: abearez@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171127194445.0D7423A0257@svn01-us-west.apache.org> archived-at: Mon, 27 Nov 2017 19:44:51 -0000 Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/ObjRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/ObjRecord.html?rev=1816500&r1=1816499&r2=1816500&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/ObjRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/ObjRecord.html Mon Nov 27 19:44:35 2017 @@ -142,33 +142,33 @@ protected ObjRecord -HSSFObjectData.createObjRecord()  +HSSFTextbox.createObjRecord()  -protected abstract ObjRecord -HSSFShape.createObjRecord()  +protected ObjRecord +HSSFSimpleShape.createObjRecord()  protected ObjRecord -HSSFPolygon.createObjRecord() -
Creates the low level OBJ record for this shape.
- +HSSFShapeGroup.createObjRecord()  -protected ObjRecord -HSSFComment.createObjRecord()  +protected abstract ObjRecord +HSSFShape.createObjRecord()  protected ObjRecord -HSSFShapeGroup.createObjRecord()  +HSSFPolygon.createObjRecord() +
Creates the low level OBJ record for this shape.
+ protected ObjRecord -HSSFSimpleShape.createObjRecord()  +HSSFObjectData.createObjRecord()  protected ObjRecord -HSSFTextbox.createObjRecord()  +HSSFComment.createObjRecord()  protected ObjRecord Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/Record.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/Record.html?rev=1816500&r1=1816499&r2=1816500&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/Record.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/Record.html Mon Nov 27 19:44:35 2017 @@ -204,22 +204,7 @@ void -EventWorkbookBuilder.SheetRecordCollectingListener.processRecord(Record record) -
Process this record ourselves, and then - pass it on to our child listener
- - - -void -FormatTrackingHSSFListener.processRecord(Record record) -
Process this record ourselves, and then pass it on to our child listener
- - - -void -AbortableHSSFListener.processRecord(Record record) -
This method, inherited from HSSFListener is implemented as a stub.
- +MissingRecordAwareHSSFListener.processRecord(Record record)  protected short @@ -230,28 +215,43 @@ void -MissingRecordAwareHSSFListener.processRecord(Record record)  +HSSFListener.processRecord(Record record) +
process an HSSF Record.
+ void -HSSFListener.processRecord(Record record) -
process an HSSF Record.
+FormatTrackingHSSFListener.processRecord(Record record) +
Process this record ourselves, and then pass it on to our child listener
void -EventWorkbookBuilder.SheetRecordCollectingListener.processRecordInternally(Record record) -
Process the record ourselves, but do not - pass it on to the child Listener.
+EventWorkbookBuilder.SheetRecordCollectingListener.processRecord(Record record) +
Process this record ourselves, and then + pass it on to our child listener
void +AbortableHSSFListener.processRecord(Record record) +
This method, inherited from HSSFListener is implemented as a stub.
+ + + +void FormatTrackingHSSFListener.processRecordInternally(Record record)
Process the record ourselves, but do not pass it on to the child Listener.
+ +void +EventWorkbookBuilder.SheetRecordCollectingListener.processRecordInternally(Record record) +
Process the record ourselves, but do not + pass it on to the child Listener.
+ + @@ -339,11 +339,11 @@ java.util.List<Record> -InternalWorkbook.getRecords()  +WorkbookRecordList.getRecords()  java.util.List<Record> -WorkbookRecordList.getRecords()  +InternalWorkbook.getRecords()  java.lang.Class<? extends Record> Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/TextObjectRecord.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/TextObjectRecord.html?rev=1816500&r1=1816499&r2=1816500&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/TextObjectRecord.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/record/class-use/TextObjectRecord.html Mon Nov 27 19:44:35 2017 @@ -105,11 +105,11 @@ protected TextObjectRecord -HSSFPolygon.createTextObjRecord()  +HSSFSimpleShape.createTextObjRecord()  protected TextObjectRecord -HSSFSimpleShape.createTextObjRecord()  +HSSFPolygon.createTextObjRecord()  protected TextObjectRecord Modified: poi/site/publish/apidocs/org/apache/poi/hssf/record/cont/class-use/ContinuableRecordOutput.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/record/cont/class-use/ContinuableRecordOutput.html?rev=1816500&r1=1816499&r2=1816500&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/record/cont/class-use/ContinuableRecordOutput.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/record/cont/class-use/ContinuableRecordOutput.html Mon Nov 27 19:44:35 2017 @@ -113,11 +113,11 @@ protected void -StringRecord.serialize(ContinuableRecordOutput out)  +TextObjectRecord.serialize(ContinuableRecordOutput out)  protected void -TextObjectRecord.serialize(ContinuableRecordOutput out)  +StringRecord.serialize(ContinuableRecordOutput out)  protected void Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFConditionalFormattingThreshold.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFConditionalFormattingThreshold.html?rev=1816500&r1=1816499&r2=1816500&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFConditionalFormattingThreshold.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFConditionalFormattingThreshold.html Mon Nov 27 19:44:35 2017 @@ -105,15 +105,15 @@ HSSFConditionalFormattingThreshold -HSSFDataBarFormatting.createThreshold()  +HSSFIconMultiStateFormatting.createThreshold()  HSSFConditionalFormattingThreshold -HSSFColorScaleFormatting.createThreshold()  +HSSFDataBarFormatting.createThreshold()  HSSFConditionalFormattingThreshold -HSSFIconMultiStateFormatting.createThreshold()  +HSSFColorScaleFormatting.createThreshold()  HSSFConditionalFormattingThreshold @@ -125,11 +125,11 @@ HSSFConditionalFormattingThreshold[] -HSSFColorScaleFormatting.getThresholds()  +HSSFIconMultiStateFormatting.getThresholds()  HSSFConditionalFormattingThreshold[] -HSSFIconMultiStateFormatting.getThresholds()  +HSSFColorScaleFormatting.getThresholds()  Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFPatriarch.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFPatriarch.html?rev=1816500&r1=1816499&r2=1816500&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFPatriarch.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFPatriarch.html Mon Nov 27 19:44:35 2017 @@ -130,7 +130,15 @@ protected void -HSSFObjectData.afterRemove(HSSFPatriarch patriarch)  +HSSFTextbox.afterRemove(HSSFPatriarch patriarch)  + + +protected void +HSSFSimpleShape.afterRemove(HSSFPatriarch patriarch)  + + +protected void +HSSFShapeGroup.afterRemove(HSSFPatriarch patriarch)  protected abstract void @@ -145,20 +153,12 @@ HSSFPolygon.afterRemove(HSSFPatriarch patriarch)  -void -HSSFComment.afterRemove(HSSFPatriarch patriarch)  - - -protected void -HSSFShapeGroup.afterRemove(HSSFPatriarch patriarch)  - - protected void -HSSFSimpleShape.afterRemove(HSSFPatriarch patriarch)  +HSSFObjectData.afterRemove(HSSFPatriarch patriarch)  -protected void -HSSFTextbox.afterRemove(HSSFPatriarch patriarch)  +void +HSSFComment.afterRemove(HSSFPatriarch patriarch)  protected HSSFShape Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFShape.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFShape.html?rev=1816500&r1=1816499&r2=1816500&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFShape.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFShape.html Mon Nov 27 19:44:35 2017 @@ -158,31 +158,31 @@ protected HSSFShape -HSSFObjectData.cloneShape()  +HSSFTextbox.cloneShape()  -protected abstract HSSFShape -HSSFShape.cloneShape()  +protected HSSFShape +HSSFSimpleShape.cloneShape()  protected HSSFShape -HSSFPicture.cloneShape()  +HSSFShapeGroup.cloneShape()  -protected HSSFShape -HSSFComment.cloneShape()  +protected abstract HSSFShape +HSSFShape.cloneShape()  protected HSSFShape -HSSFShapeGroup.cloneShape()  +HSSFPicture.cloneShape()  protected HSSFShape -HSSFSimpleShape.cloneShape()  +HSSFObjectData.cloneShape()  protected HSSFShape -HSSFTextbox.cloneShape()  +HSSFComment.cloneShape()  protected HSSFShape @@ -203,8 +203,8 @@ java.util.List<HSSFShape> -HSSFPatriarch.getChildren() -
Returns a unmodifiable list of all shapes contained by the patriarch.
+HSSFShapeGroup.getChildren() +
Return all children contained by this shape.
@@ -213,17 +213,17 @@ java.util.List<HSSFShape> -HSSFShapeGroup.getChildren() -
Return all children contained by this shape.
+HSSFPatriarch.getChildren() +
Returns a unmodifiable list of all shapes contained by the patriarch.
java.util.Iterator<HSSFShape> -HSSFPatriarch.iterator()  +HSSFShapeGroup.iterator()  java.util.Iterator<HSSFShape> -HSSFShapeGroup.iterator()  +HSSFPatriarch.iterator()  @@ -236,9 +236,7 @@ void -HSSFPatriarch.addShape(HSSFShape shape) -
add a shape to this drawing
- +HSSFShapeGroup.addShape(HSSFShape shape)  void @@ -248,11 +246,13 @@ void -HSSFShapeGroup.addShape(HSSFShape shape)  +HSSFPatriarch.addShape(HSSFShape shape) +
add a shape to this drawing
+ boolean -HSSFPatriarch.removeShape(HSSFShape shape)  +HSSFShapeGroup.removeShape(HSSFShape shape)  boolean @@ -262,7 +262,7 @@ boolean -HSSFShapeGroup.removeShape(HSSFShape shape)  +HSSFPatriarch.removeShape(HSSFShape shape)  protected void Modified: poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFSheet.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFSheet.html?rev=1816500&r1=1816499&r2=1816500&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFSheet.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hssf/usermodel/class-use/HSSFSheet.html Mon Nov 27 19:44:35 2017 @@ -202,8 +202,8 @@ HSSF concepts. -static CFRule12Record -CFRule12Record.create(HSSFSheet sheet, +static CFRuleRecord +CFRuleRecord.create(HSSFSheet sheet, byte comparisonOperation, java.lang.String formulaText1, java.lang.String formulaText2) @@ -211,8 +211,8 @@ HSSF concepts. -static CFRuleRecord -CFRuleRecord.create(HSSFSheet sheet, +static CFRule12Record +CFRule12Record.create(HSSFSheet sheet, byte comparisonOperation, java.lang.String formulaText1, java.lang.String formulaText2) @@ -244,15 +244,15 @@ HSSF concepts. -static CFRule12Record -CFRule12Record.create(HSSFSheet sheet, +static CFRuleRecord +CFRuleRecord.create(HSSFSheet sheet, java.lang.String formulaText)
Creates a new comparison operation rule
-static CFRuleRecord -CFRuleRecord.create(HSSFSheet sheet, +static CFRule12Record +CFRule12Record.create(HSSFSheet sheet, java.lang.String formulaText)
Creates a new comparison operation rule
@@ -325,13 +325,13 @@ HSSF concepts. -protected HSSFSheet -HSSFPatriarch.getSheet()  - - HSSFSheet HSSFPicture.getSheet()  + +protected HSSFSheet +HSSFPatriarch.getSheet()  + HSSFSheet HSSFCell.getSheet() --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org