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 6684E200B80 for ; Wed, 14 Sep 2016 11:10:36 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6503C160AD5; Wed, 14 Sep 2016 09:10:36 +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 E8B7E160ABA for ; Wed, 14 Sep 2016 11:10:33 +0200 (CEST) Received: (qmail 95181 invoked by uid 500); 14 Sep 2016 09:10:33 -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 95172 invoked by uid 99); 14 Sep 2016 09:10:33 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2016 09:10:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9B0AAC044A for ; Wed, 14 Sep 2016 09:10:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.676 X-Spam-Level: X-Spam-Status: No, score=0.676 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.124] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id CKt7NxiWtdnC for ; Wed, 14 Sep 2016 09:10:27 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id DD9505FCAF for ; Wed, 14 Sep 2016 09:10:26 +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 01677E5870 for ; Wed, 14 Sep 2016 09:10:26 +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 D89993A0EEB for ; Wed, 14 Sep 2016 09:10:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1760663 [4/23] - in /poi/site/publish/apidocs: ./ org/apache/poi/class-use/ org/apache/poi/common/usermodel/ org/apache/poi/ddf/class-use/ org/apache/poi/hpsf/class-use/ org/apache/poi/hpsf/wellknown/class-use/ org/apache/poi/hslf/model/te... Date: Wed, 14 Sep 2016 09:10:23 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160914091025.D89993A0EEB@svn01-us-west.apache.org> archived-at: Wed, 14 Sep 2016 09:10:36 -0000 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=1760663&r1=1760662&r2=1760663&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 Sep 14 09:10:21 2016 @@ -152,14 +152,14 @@ protected EscherContainerRecord -MovieShape.createSpContainer(int idx, +ActiveXShape.createSpContainer(int idx, boolean isChild)
Create a new Placeholder and initialize internal structures
protected EscherContainerRecord -ActiveXShape.createSpContainer(int idx, +MovieShape.createSpContainer(int idx, boolean isChild)
Create a new Placeholder and initialize internal structures
@@ -284,31 +284,29 @@ protected EscherContainerRecord -HSLFGroupShape.createSpContainer(boolean isChild) -
Create a new ShapeGroup and create an instance of EscherSpgrContainer which represents a group of shapes
+HSLFSimpleShape.createSpContainer(boolean isChild) +
Create a new Shape
-protected abstract EscherContainerRecord -HSLFShape.createSpContainer(boolean isChild) -
Creates the lowerlevel escher records for this shape.
+protected EscherContainerRecord +HSLFGroupShape.createSpContainer(boolean isChild) +
Create a new ShapeGroup and create an instance of EscherSpgrContainer which represents a group of shapes
protected EscherContainerRecord -HSLFBackground.createSpContainer(boolean isChild)  +HSLFPlaceholder.createSpContainer(boolean isChild) +
Create a new Placeholder and initialize internal structures
+ protected EscherContainerRecord -HSLFTextBox.createSpContainer(boolean isChild) -
Create a new TextBox and initialize its internal structures
- +HSLFLine.createSpContainer(boolean isChild)  protected EscherContainerRecord -HSLFPlaceholder.createSpContainer(boolean isChild) -
Create a new Placeholder and initialize internal structures
- +HSLFBackground.createSpContainer(boolean isChild)  protected EscherContainerRecord @@ -316,12 +314,14 @@ protected EscherContainerRecord -HSLFLine.createSpContainer(boolean isChild)  +HSLFTextBox.createSpContainer(boolean isChild) +
Create a new TextBox and initialize its internal structures
+ -protected EscherContainerRecord -HSLFSimpleShape.createSpContainer(boolean isChild) -
Create a new Shape
+protected abstract EscherContainerRecord +HSLFShape.createSpContainer(boolean isChild) +
Creates the lowerlevel escher records for this shape.
@@ -505,33 +505,31 @@ protected EscherContainerRecord -HSSFObjectData.createSpContainer()  +HSSFPicture.createSpContainer()  -protected abstract EscherContainerRecord -HSSFShape.createSpContainer()  +protected EscherContainerRecord +HSSFObjectData.createSpContainer()  protected EscherContainerRecord -HSSFPolygon.createSpContainer() -
Generates the shape records for this shape.
- +HSSFCombobox.createSpContainer()  protected EscherContainerRecord -HSSFPicture.createSpContainer()  +HSSFSimpleShape.createSpContainer()  -protected EscherContainerRecord -HSSFComment.createSpContainer()  +protected abstract EscherContainerRecord +HSSFShape.createSpContainer()  protected EscherContainerRecord -HSSFShapeGroup.createSpContainer()  +HSSFComment.createSpContainer()  protected EscherContainerRecord -HSSFSimpleShape.createSpContainer()  +HSSFShapeGroup.createSpContainer()  protected EscherContainerRecord @@ -539,7 +537,9 @@ protected EscherContainerRecord -HSSFCombobox.createSpContainer()  +HSSFPolygon.createSpContainer() +
Generates the shape records for this shape.
+ protected EscherContainerRecord 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=1760663&r1=1760662&r2=1760663&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 Sep 14 09:10:21 2016 @@ -674,11 +674,11 @@ protected EscherRecord -HSSFChildAnchor.getEscherAnchor()  +HSSFClientAnchor.getEscherAnchor()  protected EscherRecord -HSSFClientAnchor.getEscherAnchor()  +HSSFChildAnchor.getEscherAnchor()  Modified: poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecordFactory.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecordFactory.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecordFactory.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherRecordFactory.html Wed Sep 14 09:10:21 2016 @@ -125,13 +125,13 @@ int -EscherBlipRecord.fillFields(byte[] data, +EscherDggRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  int -AbstractEscherOptRecord.fillFields(byte[] data, +UnknownEscherRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  @@ -143,59 +143,53 @@ int -EscherMetafileBlip.fillFields(byte[] data, +EscherTextboxRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  int -EscherClientDataRecord.fillFields(byte[] data, +EscherSpgrRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  int -EscherSplitMenuColorsRecord.fillFields(byte[] data, +EscherDgRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  int -EscherDggRecord.fillFields(byte[] data, +AbstractEscherOptRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  int -EscherClientAnchorRecord.fillFields(byte[] data, +EscherBlipRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  int -EscherDgRecord.fillFields(byte[] data, +EscherClientDataRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  int -EscherChildAnchorRecord.fillFields(byte[] data, +EscherBitmapBlip.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  int -EscherTextboxRecord.fillFields(byte[] data, +EscherSpRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  -int -UnknownEscherRecord.fillFields(byte[] data, - int offset, - EscherRecordFactory recordFactory)  - - abstract int EscherRecord.fillFields(byte[] data, int offset, @@ -204,33 +198,39 @@ it's children. + +int +EscherSplitMenuColorsRecord.fillFields(byte[] data, + int offset, + EscherRecordFactory recordFactory)  + int -EscherContainerRecord.fillFields(byte[] data, - int pOffset, +EscherChildAnchorRecord.fillFields(byte[] data, + int offset, EscherRecordFactory recordFactory)  int -EscherBitmapBlip.fillFields(byte[] data, +EscherClientAnchorRecord.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  int -EscherSpgrRecord.fillFields(byte[] data, - int offset, +EscherContainerRecord.fillFields(byte[] data, + int pOffset, EscherRecordFactory recordFactory)  int -EscherPictBlip.fillFields(byte[] data, +EscherMetafileBlip.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  int -EscherSpRecord.fillFields(byte[] data, +EscherPictBlip.fillFields(byte[] data, int offset, EscherRecordFactory recordFactory)  Modified: poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherSerializationListener.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherSerializationListener.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherSerializationListener.html (original) +++ poi/site/publish/apidocs/org/apache/poi/ddf/class-use/EscherSerializationListener.html Wed Sep 14 09:10:21 2016 @@ -118,13 +118,13 @@ int -EscherBlipRecord.serialize(int offset, +EscherDggRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)  int -AbstractEscherOptRecord.serialize(int offset, +UnknownEscherRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)  @@ -136,59 +136,55 @@ int -EscherMetafileBlip.serialize(int offset, +EscherTextboxRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)  int -EscherClientDataRecord.serialize(int offset, +EscherSpgrRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)  int -EscherSplitMenuColorsRecord.serialize(int offset, +EscherDgRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)  int -EscherDggRecord.serialize(int offset, +AbstractEscherOptRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)  int -EscherClientAnchorRecord.serialize(int offset, +EscherBlipRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)  int -EscherDgRecord.serialize(int offset, +EscherClientDataRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)  int -EscherChildAnchorRecord.serialize(int offset, +EscherBitmapBlip.serialize(int offset, byte[] data, EscherSerializationListener listener)  int -EscherTextboxRecord.serialize(int offset, +EscherSpRecord.serialize(int offset, byte[] data, - EscherSerializationListener listener)  + EscherSerializationListener listener) +
This method serializes this escher record into a byte array.
+ -int -UnknownEscherRecord.serialize(int offset, - byte[] data, - EscherSerializationListener listener)  - - abstract int EscherRecord.serialize(int offset, byte[] data, @@ -196,37 +192,41 @@
Serializes the record to an existing byte array.
+ +int +EscherSplitMenuColorsRecord.serialize(int offset, + byte[] data, + EscherSerializationListener listener)  + int -EscherContainerRecord.serialize(int offset, +EscherChildAnchorRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)  int -EscherBitmapBlip.serialize(int offset, +EscherClientAnchorRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)  int -EscherSpgrRecord.serialize(int offset, +EscherContainerRecord.serialize(int offset, byte[] data, EscherSerializationListener listener)  int -EscherPictBlip.serialize(int offset, +EscherMetafileBlip.serialize(int offset, byte[] data, EscherSerializationListener listener)  int -EscherSpRecord.serialize(int offset, +EscherPictBlip.serialize(int offset, byte[] data, - EscherSerializationListener listener) -
This method serializes this escher record into a byte array.
- + EscherSerializationListener listener)
  Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/ClassID.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/ClassID.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/ClassID.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/ClassID.html Wed Sep 14 09:10:21 2016 @@ -210,15 +210,15 @@ void -SpecialPropertySet.setClassID(ClassID classID)  - - -void MutablePropertySet.setClassID(ClassID classID)
Sets the property set stream's low-level "class ID" field.
+ +void +SpecialPropertySet.setClassID(ClassID classID)  + void MutableSection.setFormatID(ClassID formatID) @@ -284,20 +284,20 @@ ClassID -FilteringDirectoryNode.getStorageClsid()  - - -ClassID DirectoryNode.getStorageClsid()
Gets the storage clsid of the directory entry
- + ClassID DirectoryEntry.getStorageClsid()
Gets the storage clsid of the directory entry
+ +ClassID +FilteringDirectoryNode.getStorageClsid()  + @@ -309,20 +309,20 @@ - - - - - + + + + +
voidFilteringDirectoryNode.setStorageClsid(ClassID clsidStorage) 
void DirectoryNode.setStorageClsid(ClassID clsidStorage)
Sets the storage clsid for the directory entry
void DirectoryEntry.setStorageClsid(ClassID clsidStorage)
Sets the storage clsid for the directory entry
voidFilteringDirectoryNode.setStorageClsid(ClassID clsidStorage) 
Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/Property.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/Property.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/Property.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/Property.html Wed Sep 14 09:10:21 2016 @@ -132,7 +132,9 @@ Property[] -SpecialPropertySet.getProperties()  +Section.getProperties() +
Returns this section's properties.
+ Property[] @@ -142,9 +144,7 @@ Property[] -Section.getProperties() -
Returns this section's properties.
- +SpecialPropertySet.getProperties()  Property[] Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/Section.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/Section.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/Section.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/Section.html Wed Sep 14 09:10:21 2016 @@ -172,14 +172,14 @@ void -SpecialPropertySet.addSection(Section section)  - - -void MutablePropertySet.addSection(Section section)
Adds a section to this property set.
+ +void +SpecialPropertySet.addSection(Section section)  + Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/SummaryInformation.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/SummaryInformation.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/SummaryInformation.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/SummaryInformation.html Wed Sep 14 09:10:21 2016 @@ -202,7 +202,7 @@ - + @@ -210,7 +210,7 @@ - + Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/WritingNotSupportedException.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/WritingNotSupportedException.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/WritingNotSupportedException.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hpsf/class-use/WritingNotSupportedException.html Wed Sep 14 09:10:21 2016 @@ -103,29 +103,31 @@ - - - - - - - - + + + + + + + + - + @@ -135,9 +137,7 @@ - + Modified: poi/site/publish/apidocs/org/apache/poi/hpsf/wellknown/class-use/PropertyIDMap.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hpsf/wellknown/class-use/PropertyIDMap.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hpsf/wellknown/class-use/PropertyIDMap.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hpsf/wellknown/class-use/PropertyIDMap.html Wed Sep 14 09:10:21 2016 @@ -103,18 +103,18 @@ + + + + - - - - - +
protected voidWordToTextConverter.processDocumentInformation(SummaryInformation summaryInformation) WordToHtmlConverter.processDocumentInformation(SummaryInformation summaryInformation) 
protected abstract void
protected voidWordToHtmlConverter.processDocumentInformation(SummaryInformation summaryInformation) WordToTextConverter.processDocumentInformation(SummaryInformation summaryInformation) 
protected void
java.io.InputStreamSpecialPropertySet.toInputStream() 
java.io.InputStream MutablePropertySet.toInputStream()
Returns the contents of this property set stream as an input stream.
voidSpecialPropertySet.write(DirectoryEntry dir, - java.lang.String name) 
java.io.InputStreamSpecialPropertySet.toInputStream() 
void MutablePropertySet.write(DirectoryEntry dir, java.lang.String name)
Writes a property set to a document in a POI filesystem directory.
voidSpecialPropertySet.write(DirectoryEntry dir, + java.lang.String name) 
voidSpecialPropertySet.write(java.io.OutputStream out) MutablePropertySet.write(java.io.OutputStream out) +
Writes the property set to an output stream.
+
int
voidMutablePropertySet.write(java.io.OutputStream out) -
Writes the property set to an output stream.
-
SpecialPropertySet.write(java.io.OutputStream out) 
int
PropertyIDMapSummaryInformation.getPropertySetIDMap() 
abstract PropertyIDMap SpecialPropertySet.getPropertySetIDMap()
The id to name mapping of the properties in this set.
PropertyIDMapDocumentSummaryInformation.getPropertySetIDMap() 
PropertyIDMapSummaryInformation.getPropertySetIDMap() DocumentSummaryInformation.getPropertySetIDMap() 
Modified: poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/class-use/TextPropCollection.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/class-use/TextPropCollection.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/class-use/TextPropCollection.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/model/textproperties/class-use/TextPropCollection.html Wed Sep 14 09:10:21 2016 @@ -166,24 +166,24 @@ java.util.List<TextPropCollection> +StyleTextPropAtom.getCharacterStyles()  + + +java.util.List<TextPropCollection> TxMasterStyleAtom.getCharacterStyles()
Returns array of character styles defined in this record.
- + java.util.List<TextPropCollection> -StyleTextPropAtom.getCharacterStyles()  +StyleTextPropAtom.getParagraphStyles()  - + java.util.List<TextPropCollection> TxMasterStyleAtom.getParagraphStyles()
Returns array of paragraph styles defined in this record.
- -java.util.List<TextPropCollection> -StyleTextPropAtom.getParagraphStyles()  - Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/ColorSchemeAtom.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/ColorSchemeAtom.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/ColorSchemeAtom.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/ColorSchemeAtom.html Wed Sep 14 09:10:21 2016 @@ -98,8 +98,8 @@ - - + + @@ -110,8 +110,8 @@ - - + + Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/DocumentEncryptionAtom.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/DocumentEncryptionAtom.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/DocumentEncryptionAtom.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/DocumentEncryptionAtom.html Wed Sep 14 09:10:21 2016 @@ -95,11 +95,11 @@ - + - +
ColorSchemeAtomSlide.getColorScheme() abstract ColorSchemeAtomSheetContainer.getColorScheme() 
ColorSchemeAtomNotes.getColorScheme() 
abstract ColorSchemeAtomSheetContainer.getColorScheme() ColorSchemeAtomSlide.getColorScheme() 
ColorSchemeAtom[]
DocumentEncryptionAtomHSLFSlideShowImpl.getDocumentEncryptionAtom() HSLFSlideShowEncrypted.getDocumentEncryptionAtom() 
DocumentEncryptionAtomHSLFSlideShowEncrypted.getDocumentEncryptionAtom() HSLFSlideShowImpl.getDocumentEncryptionAtom() 
Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/PPDrawing.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/PPDrawing.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/PPDrawing.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/PPDrawing.html Wed Sep 14 09:10:21 2016 @@ -98,9 +98,9 @@ -PPDrawing -Slide.getPPDrawing() -
Returns the PPDrawing of this Slide, which has all the +abstract PPDrawing +SheetContainer.getPPDrawing() +
Returns the PPDrawing of this sheet, which has all the interesting data in it
@@ -119,9 +119,9 @@ -abstract PPDrawing -SheetContainer.getPPDrawing() -
Returns the PPDrawing of this sheet, which has all the +PPDrawing +Slide.getPPDrawing() +
Returns the PPDrawing of this Slide, which has all the interesting data in it
Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/Record.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/Record.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/Record.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/Record.html Wed Sep 14 09:10:21 2016 @@ -685,12 +685,6 @@ -Record[] -RecordContainer.getChildRecords() -
Return any children
- - - abstract Record[] Record.getChildRecords()
Fetch all the child records of this record @@ -699,21 +693,27 @@ an empty array
+ +Record[] +RecordAtom.getChildRecords() +
We're an atom, returns null
+ + Record[] -PPDrawingGroup.getChildRecords() -
We're pretending to be an atom, so return null
+RecordContainer.getChildRecords() +
Return any children
Record[] -RecordAtom.getChildRecords() -
We're an atom, returns null
+PPDrawing.getChildRecords() +
We're pretending to be an atom, so return null
Record[] -PPDrawing.getChildRecords() +PPDrawingGroup.getChildRecords()
We're pretending to be an atom, so return null
Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/RecordContainer.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/RecordContainer.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/RecordContainer.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/RecordContainer.html Wed Sep 14 09:10:21 2016 @@ -276,11 +276,11 @@ RecordContainer -ParentAwareRecord.getParentRecord()  +TextHeaderAtom.getParentRecord()  RecordContainer -TextHeaderAtom.getParentRecord()  +ParentAwareRecord.getParentRecord()  @@ -299,11 +299,11 @@ void -ParentAwareRecord.setParentRecord(RecordContainer parentRecord)  +TextHeaderAtom.setParentRecord(RecordContainer record)  void -TextHeaderAtom.setParentRecord(RecordContainer record)  +ParentAwareRecord.setParentRecord(RecordContainer parentRecord)  Modified: poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/SlideAtom.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/SlideAtom.html?rev=1760663&r1=1760662&r2=1760663&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/SlideAtom.html (original) +++ poi/site/publish/apidocs/org/apache/poi/hslf/record/class-use/SlideAtom.html Wed Sep 14 09:10:21 2016 @@ -95,13 +95,13 @@ SlideAtom -Slide.getSlideAtom() +MainMaster.getSlideAtom()
Returns the SlideAtom of this Slide
SlideAtom -MainMaster.getSlideAtom() +Slide.getSlideAtom()
Returns the SlideAtom of this Slide
--------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org