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 DDC1D200B96 for ; Thu, 22 Sep 2016 00:20:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DC4AC160AE5; Wed, 21 Sep 2016 22:20:21 +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 92063160ADE for ; Thu, 22 Sep 2016 00:20:19 +0200 (CEST) Received: (qmail 17041 invoked by uid 500); 21 Sep 2016 22:20:18 -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 17032 invoked by uid 99); 21 Sep 2016 22:20:18 -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, 21 Sep 2016 22:20:18 +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 3B14FC0660 for ; Wed, 21 Sep 2016 22:20:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.926 X-Spam-Level: X-Spam-Status: No, score=0.926 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RP_MATCHES_RCVD=-1.124] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id vqZUegaa11J9 for ; Wed, 21 Sep 2016 22:20:13 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 51E2A5FE64 for ; Wed, 21 Sep 2016 22:20:07 +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 2C59DE7BFA for ; Wed, 21 Sep 2016 22:20:04 +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 29D483A1A2D for ; Wed, 21 Sep 2016 22:20:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1761825 [35/36] - in /poi/site: publish/ publish/apidocs/ publish/apidocs/org/apache/poi/ publish/apidocs/org/apache/poi/class-use/ publish/apidocs/org/apache/poi/ddf/class-use/ publish/apidocs/org/apache/poi/hpsf/class-use/ publish/apidoc... Date: Wed, 21 Sep 2016 22:19:59 -0000 To: commits@poi.apache.org From: dnorth@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160921222004.29D483A1A2D@svn01-us-west.apache.org> archived-at: Wed, 21 Sep 2016 22:20:22 -0000 Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFParagraph.html Wed Sep 21 22:19:54 2016 @@ -135,7 +135,7 @@ XWPFFooter -XWPFHeaderFooterPolicy.createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type, +XWPFHeaderFooterPolicy.createFooter(java.lang.Enum type, XWPFParagraph[] pars)
Creates a new footer of the specified type, to which the supplied (and previously unattached!) paragraphs are @@ -144,7 +144,7 @@ XWPFHeader -XWPFHeaderFooterPolicy.createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type, +XWPFHeaderFooterPolicy.createHeader(java.lang.Enum type, XWPFParagraph[] pars)
Creates a new header of the specified type, to which the supplied (and previously unattached!) paragraphs are @@ -203,7 +203,7 @@ XWPFParagraph -XWPFFootnote.addNewParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP paragraph) +XWPFFootnote.addNewParagraph(CTP paragraph)
add a new paragraph to the end of the footnote
@@ -215,14 +215,14 @@ XWPFParagraph -XWPFHeaderFooter.createParagraph() -
Adds a new paragraph at the end of the header or footer
+XWPFDocument.createParagraph() +
Appends a new paragraph to this document
XWPFParagraph -XWPFDocument.createParagraph() -
Appends a new paragraph to this document
+XWPFHeaderFooter.createParagraph() +
Adds a new paragraph at the end of the header or footer
@@ -239,7 +239,7 @@ XWPFParagraph -XWPFTableCell.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) +XWPFTableCell.getParagraph(CTP p)
if there is a corresponding XWPFParagraph of the parameter ctTable in the paragraphList of this table the method will return this paragraph if there is no corresponding XWPFParagraph the method will return null
@@ -247,7 +247,7 @@ XWPFParagraph -XWPFFootnote.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) +IBody.getParagraph(CTP p)
if there is a corresponding XWPFParagraph of the parameter ctTable in the paragraphList of this header or footer the method will return this paragraph if there is no corresponding XWPFParagraph the method will return null
@@ -255,15 +255,13 @@ XWPFParagraph -IBody.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) -
if there is a corresponding XWPFParagraph of the parameter ctTable in the paragraphList of this header or footer - the method will return this paragraph - if there is no corresponding XWPFParagraph the method will return null
+XWPFDocument.getParagraph(CTP p) +
get the paragraph with the CTP class p
XWPFParagraph -XWPFHeaderFooter.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) +XWPFHeaderFooter.getParagraph(CTP p)
if there is a corresponding XWPFParagraph of the parameter ctTable in the paragraphList of this header or footer the method will return this paragraph if there is no corresponding XWPFParagraph the method will return null
@@ -271,8 +269,10 @@ XWPFParagraph -XWPFDocument.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) -
get the paragraph with the CTP class p
+XWPFFootnote.getParagraph(CTP p) +
if there is a corresponding XWPFParagraph of the parameter ctTable in the paragraphList of this header or footer + the method will return this paragraph + if there is no corresponding XWPFParagraph the method will return null
@@ -281,14 +281,13 @@ XWPFParagraph -XWPFFootnote.getParagraphArray(int pos) -
Returns the paragraph that holds - the text of the header or footer.
+IBody.getParagraphArray(int pos) +
Returns the paragraph that of position pos
XWPFParagraph -IBody.getParagraphArray(int pos) +XWPFDocument.getParagraphArray(int pos)
Returns the paragraph that of position pos
@@ -301,8 +300,9 @@ XWPFParagraph -XWPFDocument.getParagraphArray(int pos) -
Returns the paragraph that of position pos
+XWPFFootnote.getParagraphArray(int pos) +
Returns the paragraph that holds + the text of the header or footer.
@@ -313,14 +313,14 @@ XWPFParagraph -XWPFFootnote.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor) -
add a new paragraph at position of the cursor
+IBody.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor) +
inserts a new paragraph at position of the cursor
XWPFParagraph -IBody.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor) -
inserts a new paragraph at position of the cursor
+XWPFDocument.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor) +
Add a new paragraph at position of the cursor.
@@ -331,8 +331,8 @@ XWPFParagraph -XWPFDocument.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor) -
Add a new paragraph at position of the cursor.
+XWPFFootnote.insertNewParagraph(org.apache.xmlbeans.XmlCursor cursor) +
add a new paragraph at position of the cursor
@@ -358,15 +358,15 @@ java.util.List<XWPFParagraph> -XWPFFootnote.getParagraphs()  - - -java.util.List<XWPFParagraph> IBody.getParagraphs()
Returns the paragraph(s) that holds the text of the header or footer.
+ +java.util.List<XWPFParagraph> +XWPFDocument.getParagraphs()  + java.util.List<XWPFParagraph> XWPFHeaderFooter.getParagraphs() @@ -376,7 +376,7 @@ java.util.List<XWPFParagraph> -XWPFDocument.getParagraphs()  +XWPFFootnote.getParagraphs()  java.util.Iterator<XWPFParagraph> @@ -428,10 +428,10 @@ -XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r, +XWPFRun(CTR r, XWPFParagraph p) Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFPictureData.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFPictureData.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFPictureData.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFPictureData.html Wed Sep 21 22:19:54 2016 @@ -118,13 +118,13 @@ XWPFPictureData -XWPFHeaderFooter.getPictureDataByID(java.lang.String blipID) +XWPFDocument.getPictureDataByID(java.lang.String blipID)
returns the PictureData by blipID
XWPFPictureData -XWPFDocument.getPictureDataByID(java.lang.String blipID) +XWPFHeaderFooter.getPictureDataByID(java.lang.String blipID)
returns the PictureData by blipID
@@ -139,24 +139,24 @@ java.util.List<XWPFPictureData> -XWPFHeaderFooter.getAllPackagePictures() -
get all Pictures in this package
- +XWPFDocument.getAllPackagePictures()  java.util.List<XWPFPictureData> -XWPFDocument.getAllPackagePictures()  +XWPFHeaderFooter.getAllPackagePictures() +
get all Pictures in this package
+ java.util.List<XWPFPictureData> -XWPFHeaderFooter.getAllPictures()  - - -java.util.List<XWPFPictureData> XWPFDocument.getAllPictures()
Returns all Pictures, which are referenced from the document itself.
+ +java.util.List<XWPFPictureData> +XWPFHeaderFooter.getAllPictures()  + java.util.List<XWPFPictureData> XWPFFootnote.getPictures()  Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFRun.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFRun.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFRun.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFRun.html Wed Sep 21 22:19:54 2016 @@ -136,7 +136,7 @@ XWPFRun -XWPFParagraph.getRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r) +XWPFParagraph.getRun(CTR r)
return the XWPFRun-Element which owns the CTR run-Element
@@ -161,21 +161,6 @@ - - - - - - - - - - - - -
Methods in org.apache.poi.xwpf.usermodel with parameters of type XWPFRun 
Modifier and TypeMethod and Description
voidXWPFParagraph.addRun(XWPFRun r) -
adds a new Run to the Paragraph
-
@@ -183,7 +168,7 @@ - Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFStyles.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFStyles.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFStyles.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFStyles.html Wed Sep 21 22:19:54 2016 @@ -95,15 +95,15 @@ - + - + - +
Constructors in org.apache.poi.xwpf.usermodel with parameters of type XWPFRun 
XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture ctPic, +XWPFPicture(CTPicture ctPic, XWPFRun run) 
protected XWPFStylesXWPFLatentStyles.styles XWPFStyle.styles 
protected XWPFStylesXWPFStyle.styles XWPFDocument.styles 
protected XWPFStylesXWPFDocument.styles XWPFLatentStyles.styles 
@@ -141,11 +141,11 @@ -XWPFLatentStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLatentStyles latentStyles, +XWPFLatentStyles(CTLatentStyles latentStyles, XWPFStyles styles)  -XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style, +XWPFStyle(CTStyle style, XWPFStyles styles)
constructor
Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFTable.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFTable.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFTable.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFTable.html Wed Sep 21 22:19:54 2016 @@ -112,7 +112,7 @@ XWPFTable -XWPFFootnote.addNewTbl(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) +XWPFFootnote.addNewTbl(CTTbl table)
add a new table to the end of the footnote
@@ -135,13 +135,13 @@ XWPFTable -XWPFTableCell.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) +XWPFTableCell.getTable(CTTbl ctTable)
get a table by its CTTbl-Object
XWPFTable -XWPFFootnote.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) +IBody.getTable(CTTbl ctTable)
if there is a corresponding XWPFTable of the parameter ctTable in the tableList of this header the method will return this table if there is no corresponding XWPFTable the method will return null
@@ -149,15 +149,13 @@ XWPFTable -IBody.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) -
if there is a corresponding XWPFTable of the parameter ctTable in the tableList of this header - the method will return this table - if there is no corresponding XWPFTable the method will return null
+XWPFDocument.getTable(CTTbl ctTbl) +
get a table by its CTTbl-Object
XWPFTable -XWPFHeaderFooter.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) +XWPFHeaderFooter.getTable(CTTbl ctTable)
if there is a corresponding XWPFTable of the parameter ctTable in the tableList of this header the method will return this table if there is no corresponding XWPFTable the method will return null
@@ -165,8 +163,10 @@ XWPFTable -XWPFDocument.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTbl) -
get a table by its CTTbl-Object
+XWPFFootnote.getTable(CTTbl ctTable) +
if there is a corresponding XWPFTable of the parameter ctTable in the tableList of this header + the method will return this table + if there is no corresponding XWPFTable the method will return null
@@ -175,14 +175,14 @@ XWPFTable -XWPFFootnote.getTableArray(int pos)  - - -XWPFTable IBody.getTableArray(int pos)
Returns the table at position pos
+ +XWPFTable +XWPFDocument.getTableArray(int pos)  + XWPFTable XWPFHeaderFooter.getTableArray(int pos) @@ -191,7 +191,7 @@ XWPFTable -XWPFDocument.getTableArray(int pos)  +XWPFFootnote.getTableArray(int pos)  XWPFTable @@ -199,21 +199,21 @@ XWPFTable -XWPFFootnote.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)  - - -XWPFTable IBody.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)
inserts a new Table at the cursor position.
+ +XWPFTable +XWPFDocument.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)  + XWPFTable XWPFHeaderFooter.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)  XWPFTable -XWPFDocument.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)  +XWPFFootnote.insertNewTbl(org.apache.xmlbeans.XmlCursor cursor)  @@ -230,16 +230,16 @@ java.util.List<XWPFTable> -XWPFFootnote.getTables()  - - -java.util.List<XWPFTable> IBody.getTables()
Return the table(s) that holds the text of the IBodyPart, for complex cases where a paragraph isn't used.
+ +java.util.List<XWPFTable> +XWPFDocument.getTables()  + java.util.List<XWPFTable> XWPFHeaderFooter.getTables() @@ -250,7 +250,7 @@ java.util.List<XWPFTable> -XWPFDocument.getTables()  +XWPFFootnote.getTables()  java.util.Iterator<XWPFTable> @@ -285,16 +285,16 @@ void -XWPFFootnote.insertTable(int pos, +IBody.insertTable(int pos, XWPFTable table) -
inserts an existing XWPFTable to the arrays bodyElements and tables
+
inserts a new Table at position pos
void -IBody.insertTable(int pos, +XWPFDocument.insertTable(int pos, XWPFTable table) -
inserts a new Table at position pos
+
inserts an existing XWPFTable to the arrays bodyElements and tables
@@ -306,7 +306,7 @@ void -XWPFDocument.insertTable(int pos, +XWPFFootnote.insertTable(int pos, XWPFTable table)
inserts an existing XWPFTable to the arrays bodyElements and tables
@@ -327,7 +327,7 @@ -XWPFTableRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row, +XWPFTableRow(CTRow row, XWPFTable table)  Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFTableCell.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFTableCell.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFTableCell.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFTableCell.html Wed Sep 21 22:19:54 2016 @@ -111,38 +111,38 @@ XWPFTableCell -XWPFTableCell.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) +XWPFTableCell.getTableCell(CTTc cell)
get the TableCell which belongs to the TableCell
XWPFTableCell -XWPFFootnote.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) -
get the TableCell which belongs to the TableCell
+IBody.getTableCell(CTTc cell) +
returns the TableCell to which the Table belongs
XWPFTableCell -IBody.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) -
returns the TableCell to which the Table belongs
+XWPFTableRow.getTableCell(CTTc cell) +
returns the XWPFTableCell which belongs to the CTTC cell + if there is no XWPFTableCell which belongs to the parameter CTTc cell null will be returned
XWPFTableCell -XWPFTableRow.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) -
returns the XWPFTableCell which belongs to the CTTC cell - if there is no XWPFTableCell which belongs to the parameter CTTc cell null will be returned
+XWPFDocument.getTableCell(CTTc cell) +
get the TableCell which belongs to the TableCell
XWPFTableCell -XWPFHeaderFooter.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) +XWPFHeaderFooter.getTableCell(CTTc cell)
get the TableCell which belongs to the TableCell
XWPFTableCell -XWPFDocument.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) +XWPFFootnote.getTableCell(CTTc cell)
get the TableCell which belongs to the TableCell
Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFTableRow.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFTableRow.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFTableRow.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFTableRow.html Wed Sep 21 22:19:54 2016 @@ -114,7 +114,7 @@ XWPFTableRow -XWPFTable.getRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row) +XWPFTable.getRow(CTRow row)
returns the XWPFRow which belongs to the CTRow row if this row is not existing in the table null will be returned
@@ -178,17 +178,17 @@ -XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell sdtCell, +XWPFSDTCell(CTSdtCell sdtCell, XWPFTableRow xwpfTableRow, IBody part)  -XWPFSDTContentCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell sdtContentCell, +XWPFSDTContentCell(CTSdtContentCell sdtContentCell, XWPFTableRow xwpfTableRow, IBody part)  -XWPFTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell, +XWPFTableCell(CTTc cell, XWPFTableRow tableRow, IBody part)
If a table cell does not include at least one block-level element, then this document shall be considered corrupt
Modified: poi/site/publish/download.html URL: http://svn.apache.org/viewvc/poi/site/publish/download.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/download.html (original) +++ poi/site/publish/download.html Wed Sep 21 22:19:54 2016 @@ -271,11 +271,7 @@ if (VERSION > 3) {
Modified: poi/site/publish/hpsf/thumbnails.html URL: http://svn.apache.org/viewvc/poi/site/publish/hpsf/thumbnails.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/hpsf/thumbnails.html (original) +++ poi/site/publish/hpsf/thumbnails.html Wed Sep 21 22:19:54 2016 @@ -76,35 +76,27 @@ if (VERSION > 3) {
Modified: poi/site/publish/index.html URL: http://svn.apache.org/viewvc/poi/site/publish/index.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/index.html (original) +++ poi/site/publish/index.html Wed Sep 21 22:19:54 2016 @@ -262,12 +262,12 @@ if (VERSION > 3) { - +
-

02 July 2016 - POI 3.15-beta2 available

+

21 September 2016 - POI 3.15 available

-

The Apache POI team is pleased to announce the release of 3.15-beta2. +

The Apache POI team is pleased to announce the release of 3.15. Featured are a handful of new areas of functionality and numerous bug fixes.

A summary of changes is available in the Modified: poi/site/publish/poifs/how-to.html URL: http://svn.apache.org/viewvc/poi/site/publish/poifs/how-to.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/poifs/how-to.html (original) +++ poi/site/publish/poifs/how-to.html Wed Sep 21 22:19:54 2016 @@ -76,27 +76,35 @@ if (VERSION > 3) {

Modified: poi/site/publish/poifs/usecases.html URL: http://svn.apache.org/viewvc/poi/site/publish/poifs/usecases.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/poifs/usecases.html (original) +++ poi/site/publish/poifs/usecases.html Wed Sep 21 22:19:54 2016 @@ -76,27 +76,35 @@ if (VERSION > 3) { Modified: poi/site/publish/slideshow/xslf-cookbook.html URL: http://svn.apache.org/viewvc/poi/site/publish/slideshow/xslf-cookbook.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/slideshow/xslf-cookbook.html (original) +++ poi/site/publish/slideshow/xslf-cookbook.html Wed Sep 21 22:19:54 2016 @@ -76,35 +76,27 @@ if (VERSION > 3) { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org