Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C47C18A4C for ; Sat, 21 Nov 2015 21:22:41 +0000 (UTC) Received: (qmail 16199 invoked by uid 500); 21 Nov 2015 21:22:41 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 16164 invoked by uid 500); 21 Nov 2015 21:22:41 -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 16155 invoked by uid 99); 21 Nov 2015 21:22:41 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2015 21:22:41 +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 8C9E0C7E1B for ; Sat, 21 Nov 2015 21:22:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.214 X-Spam-Level: * X-Spam-Status: No, score=1.214 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.586] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id S3uX96NQXo0c for ; Sat, 21 Nov 2015 21:22:34 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 7E1C042AEE for ; Sat, 21 Nov 2015 21:22:34 +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 EE381E0FEB for ; Sat, 21 Nov 2015 21:22:32 +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 E36653A0046 for ; Sat, 21 Nov 2015 21:22:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1715579 [15/16] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/ apidocs/org/apache/poi/openxml4j/opc/class-use/ apidocs/org/apache/poi/sl/usermodel/class-use/ apidocs/org/apache/poi/ss/usermodel/charts/class-use/ apidocs/org/ap... Date: Sat, 21 Nov 2015 21:22:29 -0000 To: commits@poi.apache.org From: nick@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151121212232.E36653A0046@svn01-us-west.apache.org> Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableCell.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableCell.html?rev=1715579&r1=1715578&r2=1715579&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableCell.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableCell.html Sat Nov 21 21:22:26 2015 @@ -171,7 +171,7 @@ implements Constructor and Description -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
@@ -217,12 +217,12 @@ implements -org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc +CTTc getCTTc()  XWPFParagraph -getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) +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
@@ -255,7 +255,7 @@ implements XWPFTable -getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) +getTable(CTTbl ctTable)
get a table by its CTTbl-Object
@@ -267,7 +267,7 @@ implements XWPFTableCell -getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) +getTableCell(CTTc cell)
get the TableCell which belongs to the TableCell
@@ -416,13 +416,13 @@ implements +
  • XWPFTableCell

    -
    public XWPFTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell,
    +
    public 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
    @@ -443,7 +443,7 @@ implements

    getCTTc

    @Internal
    -public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc getCTTc()
    +public CTTc getCTTc()
@@ -516,19 +516,19 @@ public org.openxmlformats.schemas.w
Parameters:
pos -
-
+
  • getParagraph

    -
    public XWPFParagraph getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p)
    +
    public XWPFParagraph 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
    Specified by:
    -
    getParagraph in interface IBody
    +
    getParagraph in interface IBody
    Parameters:
    p - is instance of CTP and is searching for an XWPFParagraph
    Returns:
    null if there is no XWPFParagraph with an corresponding CTPparagraph in the paragraphList of this table XWPFParagraph with the correspondig CTP p
    @@ -663,18 +663,18 @@ public org.openxmlformats.schemas.w
    Returns:
    the PartType of the body
    See Also:
    IBody.getPartType()
- + @@ -752,17 +752,17 @@ public org.openxmlformats.schemas.w
extracts all text recursively through embedded tables and embedded SDTs
-
+
  • getTableCell

    -
    public XWPFTableCell getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
    +
    public XWPFTableCell getTableCell(CTTc cell)
    get the TableCell which belongs to the TableCell
    Specified by:
    -
    getTableCell in interface IBody
    +
    getTableCell in interface IBody
Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableRow.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableRow.html?rev=1715579&r1=1715578&r2=1715579&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableRow.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTableRow.html Sat Nov 21 21:22:26 2015 @@ -117,7 +117,7 @@ extends java.lang.Object Constructor and Description -XWPFTableRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row, +XWPFTableRow(CTRow row, XWPFTable table)  @@ -152,7 +152,7 @@ extends java.lang.Object getCell(int pos)  -org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow +CTRow getCtRow()  @@ -168,7 +168,7 @@ extends java.lang.Object XWPFTableCell -getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) +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
@@ -246,13 +246,13 @@ extends java.lang.Object

Constructor Detail

- +
  • XWPFTableRow

    -
    public XWPFTableRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row,
    +
    public XWPFTableRow(CTRow row,
                 XWPFTable table)
@@ -271,7 +271,7 @@ extends java.lang.Object
  • getCtRow

    @Internal
    -public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow getCtRow()
    +public CTRow getCtRow()
  • @@ -378,13 +378,13 @@ public org.openxmlformats.schemas.w
    Returns:
    a list of XWPFTableCell
    - +
    • getTableCell

      -
      public XWPFTableCell getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell)
      +
      public XWPFTableCell 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
    • Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBody.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBody.html?rev=1715579&r1=1715578&r2=1715579&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBody.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IBody.html Sat Nov 21 21:22:26 2015 @@ -182,53 +182,53 @@ -AbstractXWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtPr pr, +AbstractXWPFSDT(CTSdtPr pr, IBody part)  -XWPFParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP prgrph, +XWPFParagraph(CTP prgrph, IBody part)  -XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock block, +XWPFSDT(CTSdtBlock block, IBody part)  -XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun sdtRun, +XWPFSDT(CTSdtRun sdtRun, IBody part)  -XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell sdtCell, +XWPFSDTCell(CTSdtCell sdtCell, XWPFTableRow xwpfTableRow, IBody part)  -XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock block, +XWPFSDTContent(CTSdtContentBlock block, IBody part, IRunBody parent)  -XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun sdtRun, +XWPFSDTContent(CTSdtContentRun sdtRun, IBody part, IRunBody parent)  -XWPFSDTContentCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell sdtContentCell, +XWPFSDTContentCell(CTSdtContentCell sdtContentCell, XWPFTableRow xwpfTableRow, IBody part)  -XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table, +XWPFTable(CTTbl table, IBody part)  -XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table, +XWPFTable(CTTbl table, IBody part, int row, int col)  -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/apidocs/org/apache/poi/xwpf/usermodel/class-use/IRunBody.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IRunBody.html?rev=1715579&r1=1715578&r2=1715579&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IRunBody.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/IRunBody.html Sat Nov 21 21:22:26 2015 @@ -132,26 +132,26 @@ -XWPFFieldRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSimpleField field, - org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, +XWPFFieldRun(CTSimpleField field, + CTR run, IRunBody p)  -XWPFHyperlinkRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHyperlink hyperlink, - org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run, +XWPFHyperlinkRun(CTHyperlink hyperlink, + CTR run, IRunBody p)  -XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r, +XWPFRun(CTR r, IRunBody p)  -XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock block, +XWPFSDTContent(CTSdtContentBlock block, IBody part, IRunBody parent)  -XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun sdtRun, +XWPFSDTContent(CTSdtContentRun sdtRun, IBody part, IRunBody parent)  Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFDocument.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFDocument.html?rev=1715579&r1=1715578&r2=1715579&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFDocument.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFDocument.html Sat Nov 21 21:22:26 2015 @@ -124,8 +124,8 @@ -XWPFHeaderFooterPolicy(XWPFDocument doc, - org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr) +XWPFHeaderFooterPolicy(XWPFDocument doc, + CTSectPr sectPr)
      Figures out the policy for the given document, and creates any header and footer objects as required.
      @@ -239,20 +239,20 @@ -XWPFComment(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTComment comment, +XWPFComment(CTComment comment, XWPFDocument document)  -XWPFFooter(XWPFDocument doc, - org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr hdrFtr)  +XWPFFooter(XWPFDocument doc, + CTHdrFtr hdrFtr)  -XWPFFootnote(XWPFDocument document, - org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn body)  +XWPFFootnote(XWPFDocument document, + CTFtnEdn body)  -XWPFHeader(XWPFDocument doc, - org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr hdrFtr)  +XWPFHeader(XWPFDocument doc, + CTHdrFtr hdrFtr)  Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html?rev=1715579&r1=1715578&r2=1715579&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFooter.html Sat Nov 21 21:22:26 2015 @@ -99,14 +99,14 @@ XWPFFooter -XWPFHeaderFooterPolicy.createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type) +XWPFHeaderFooterPolicy.createFooter(java.lang.Enum type)
      Creates an empty footer of the specified type, containing a single empty paragraph, to which you can then set text, add more paragraphs etc.
      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 Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnote.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnote.html?rev=1715579&r1=1715578&r2=1715579&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnote.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnote.html Sat Nov 21 21:22:26 2015 @@ -108,15 +108,15 @@ XWPFFootnote -XWPFDocument.addEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)  +XWPFDocument.addEndnote(CTFtnEdn note)  XWPFFootnote -XWPFDocument.addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)  +XWPFDocument.addFootnote(CTFtnEdn note)  XWPFFootnote -XWPFFootnotes.addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note) +XWPFFootnotes.addFootnote(CTFtnEdn note)
      add a footnote to the document
      Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnotes.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnotes.html?rev=1715579&r1=1715578&r2=1715579&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnotes.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFFootnotes.html Sat Nov 21 21:22:26 2015 @@ -121,7 +121,7 @@ -XWPFFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note, +XWPFFootnote(CTFtnEdn note, XWPFFootnotes xFootnotes)  Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html?rev=1715579&r1=1715578&r2=1715579&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFHeader.html Sat Nov 21 21:22:26 2015 @@ -99,14 +99,14 @@ XWPFHeader -XWPFHeaderFooterPolicy.createHeader(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type) +XWPFHeaderFooterPolicy.createHeader(java.lang.Enum type)
      Creates an empty header of the specified type, containing a single empty paragraph, to which you can then set text, add more paragraphs etc.
      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 Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFNumbering.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFNumbering.html?rev=1715579&r1=1715578&r2=1715579&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFNumbering.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFNumbering.html Sat Nov 21 21:22:26 2015 @@ -160,16 +160,13 @@ -XWPFAbstractNum(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTAbstractNum ctAbstractNum, +XWPFAbstractNum(CTAbstractNum ctAbstractNum, XWPFNumbering numbering)  -XWPFNum(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTNum ctNum, +XWPFNum(CTNum ctNum, XWPFNumbering numbering)  - -XWPFNum(XWPFNumbering numbering)  - 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=1715579&r1=1715578&r2=1715579&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 Sat Nov 21 21:22:26 2015 @@ -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 @@ -210,7 +210,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
      @@ -246,7 +246,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
      @@ -254,7 +254,7 @@ XWPFParagraph -XWPFFootnote.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP 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
      @@ -262,7 +262,7 @@ XWPFParagraph -IBody.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
      @@ -270,13 +270,13 @@ XWPFParagraph -XWPFDocument.getParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP p) +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
      @@ -435,10 +435,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/XWPFRun.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFRun.html?rev=1715579&r1=1715578&r2=1715579&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 Sat Nov 21 21:22:26 2015 @@ -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=1715579&r1=1715578&r2=1715579&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 Sat Nov 21 21:22:26 2015 @@ -141,11 +141,11 @@ - - 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=1715579&r1=1715578&r2=1715579&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 Sat Nov 21 21:22:26 2015 @@ -112,7 +112,7 @@ - @@ -135,13 +135,13 @@ - - - - - - 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=1715579&r1=1715578&r2=1715579&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 Sat Nov 21 21:22:26 2015 @@ -111,38 +111,38 @@ - - - - - - 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=1715579&r1=1715578&r2=1715579&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 Sat Nov 21 21:22:26 2015 @@ -114,7 +114,7 @@ - @@ -178,17 +178,17 @@ - - -
      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) 
      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
      XWPFTableXWPFFootnote.addNewTbl(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table) +XWPFFootnote.addNewTbl(CTTbl table)
      add a new table to the end of the footnote
      XWPFTableXWPFTableCell.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) +XWPFTableCell.getTable(CTTbl ctTable)
      get a table by its CTTbl-Object
      XWPFTableXWPFFootnote.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTable) +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
      @@ -149,7 +149,7 @@
      XWPFTableIBody.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
      @@ -157,13 +157,13 @@
      XWPFTableXWPFDocument.getTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl ctTbl) +XWPFDocument.getTable(CTTbl ctTbl)
      get a table by its CTTbl-Object
      XWPFTableXWPFHeaderFooter.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
      @@ -327,7 +327,7 @@
      XWPFTableRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row, +XWPFTableRow(CTRow row, XWPFTable table) 
      XWPFTableCellXWPFTableRow.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) +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
      XWPFTableCellXWPFTableCell.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) +XWPFTableCell.getTableCell(CTTc cell)
      get the TableCell which belongs to the TableCell
      XWPFTableCellXWPFFootnote.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) +XWPFFootnote.getTableCell(CTTc cell)
      get the TableCell which belongs to the TableCell
      XWPFTableCellIBody.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) +IBody.getTableCell(CTTc cell)
      returns the TableCell to which the Table belongs
      XWPFTableCellXWPFDocument.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) +XWPFDocument.getTableCell(CTTc cell)
      get the TableCell which belongs to the TableCell
      XWPFTableCellXWPFHeaderFooter.getTableCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc cell) +XWPFHeaderFooter.getTableCell(CTTc cell)
      get the TableCell which belongs to the TableCell
      XWPFTableRowXWPFTable.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
      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/apidocs/overview-tree.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/overview-tree.html?rev=1715579&r1=1715578&r2=1715579&view=diff ============================================================================== --- poi/site/publish/apidocs/overview-tree.html (original) +++ poi/site/publish/apidocs/overview-tree.html Sat Nov 21 21:22:26 2015 @@ -1634,6 +1634,7 @@
    • org.apache.poi.xwpf.usermodel.XWPFRelation
    • +
    • org.apache.poi.POIXMLTypeLoader
    • org.apache.poi.xdgf.usermodel.section.geometry.PolyLineTo (implements org.apache.poi.xdgf.usermodel.section.geometry.GeometryRow)
    • org.apache.poi.xwpf.usermodel.PositionInParagraph
    • org.apache.poi.hslf.dev.PPDrawingTextListing
    • Modified: poi/site/publish/changes.html URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1715579&r1=1715578&r2=1715579&view=diff ============================================================================== --- poi/site/publish/changes.html (original) +++ poi/site/publish/changes.html Sat Nov 21 21:22:26 2015 @@ -261,6 +261,9 @@ if (VERSION > 3) {
      • +add 58617 - Add custom safe XmlBeans type loader / rename vendor specific schema packages
      • + +
      • fix 58630 - Signing failed after deletion of first sheet
      • --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org