Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFParagraph.html Wed Sep 21 22:19:54 2016 @@ -157,7 +157,7 @@ implements <a href="../../../../../org/a <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#XWPFParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFParagraph</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP prgrph, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#XWPFParagraph(CTP,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFParagraph</a></strong>(CTP prgrph, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part)</code> </td> </tr> </table> @@ -177,105 +177,99 @@ implements <a href="../../../../../org/a </tr> <tr class="altColor"> <td class="colFirst"><code>protected void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#addRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR)">addRun</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#addRun(CTR)">addRun</a></strong>(CTR run)</code> <div class="block">add a new run at the end of the position of the content of parameter run</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#addRun(org.apache.poi.xwpf.usermodel.XWPFRun)">addRun</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a> r)</code> -<div class="block">adds a new Run to the Paragraph</div> -</td> -</tr> -<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#createRun()">createRun</a></strong>()</code> <div class="block">Appends a new run to this paragraph</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/ParagraphAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">ParagraphAlignment</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getAlignment()">getAlignment</a></strong>()</code> <div class="block">Returns the paragraph alignment which shall be applied to text in this paragraph.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getBody()">getBody</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getBorderBetween()">getBorderBetween</a></strong>()</code> <div class="block">Specifies the border which shall be displayed between each paragraph in a set of paragraphs which have the same set of paragraph border settings.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getBorderBottom()">getBorderBottom</a></strong>()</code> <div class="block">Specifies the border which shall be displayed below a set of paragraphs which have the same set of paragraph border settings.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getBorderLeft()">getBorderLeft</a></strong>()</code> <div class="block">Specifies the border which shall be displayed on the left side of the page around the specified paragraph.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getBorderRight()">getBorderRight</a></strong>()</code> <div class="block">Specifies the border which shall be displayed on the right side of the page around the specified paragraph.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getBorderTop()">getBorderTop</a></strong>()</code> <div class="block">Specifies the border which shall be displayed above a set of paragraphs which have the same set of paragraph border settings.</div> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP</code></td> +<tr class="rowColor"> +<td class="colFirst"><code>CTP</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getCTP()">getCTP</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFDocument.html" title="class in org.apache.poi.xwpf.usermodel">XWPFDocument</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getDocument()">getDocument</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/BodyElementType.html" title="enum in org.apache.poi.xwpf.usermodel">BodyElementType</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getElementType()">getElementType</a></strong>()</code> <div class="block">returns the type of the BodyElement Paragraph</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getFirstLineIndent()">getFirstLineIndent</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getFontAlignment()">getFontAlignment</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getFootnoteText()">getFootnoteText</a></strong>()</code> <div class="block">Returns the footnote text of the paragraph</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIndentationFirstLine()">getIndentationFirstLine</a></strong>()</code> <div class="block">Specifies the additional indentation which shall be applied to the first line of the parent paragraph.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIndentationHanging()">getIndentationHanging</a></strong>()</code> <div class="block">Specifies the indentation which shall be removed from the first line of @@ -283,7 +277,7 @@ implements <a href="../../../../../org/a towards the beginning of the direction of text flow.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIndentationLeft()">getIndentationLeft</a></strong>()</code> <div class="block">Specifies the indentation which shall be placed between the left text @@ -294,7 +288,7 @@ implements <a href="../../../../../org/a If this attribute is omitted, its value shall be assumed to be zero.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIndentationRight()">getIndentationRight</a></strong>()</code> <div class="block">Specifies the indentation which shall be placed between the right text @@ -305,164 +299,164 @@ implements <a href="../../../../../org/a If this attribute is omitted, its value shall be assumed to be zero.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIndentFromLeft()">getIndentFromLeft</a></strong>()</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIndentFromRight()">getIndentFromRight</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/poi/xwpf/usermodel/IRunElement.html" title="interface in org.apache.poi.xwpf.usermodel">IRunElement</a>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getIRuns()">getIRuns</a></strong>()</code> <div class="block">Return literal runs and sdt/content control objects.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getNumFmt()">getNumFmt</a></strong>()</code> <div class="block">Returns numbering format for this paragraph, eg bullet or lowerLetter.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>java.math.BigInteger</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getNumID()">getNumID</a></strong>()</code> <div class="block">If style exist for this paragraph NumId of the paragraph will be returned.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.math.BigInteger</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getNumIlvl()">getNumIlvl</a></strong>()</code> <div class="block">Returns Ilvl of the numeric style for this paragraph.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getNumLevelText()">getNumLevelText</a></strong>()</code> <div class="block">Returns the text that should be used around the paragraph level numbers.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.math.BigInteger</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getNumStartOverride()">getNumStartOverride</a></strong>()</code> <div class="block">Gets the numstartOverride for the paragraph numbering for this paragraph.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getParagraphText()">getParagraphText</a></strong>()</code> <div class="block">Returns the text of the paragraph, but not of any objects in the paragraph</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/POIXMLDocumentPart.html" title="class in org.apache.poi">POIXMLDocumentPart</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getPart()">getPart</a></strong>()</code> <div class="block">returns the part of the bodyElement</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/BodyType.html" title="enum in org.apache.poi.xwpf.usermodel">BodyType</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getPartType()">getPartType</a></strong>()</code> <div class="block">returns the partType of the bodyPart which owns the bodyElement</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getPictureText()">getPictureText</a></strong>()</code> <div class="block">Returns any text from any suitable pictures in the paragraph</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR)">getRun</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getRun(CTR)">getRun</a></strong>(CTR r)</code> <div class="block">return the XWPFRun-Element which owns the CTR run-Element</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.util.List<<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a>></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getRuns()">getRuns</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingAfter()">getSpacingAfter</a></strong>()</code> <div class="block">Specifies the spacing that should be added after the last line in this paragraph in the document in absolute units.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingAfterLines()">getSpacingAfterLines</a></strong>()</code> <div class="block">Specifies the spacing that should be added after the last line in this paragraph in the document in absolute units.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingBefore()">getSpacingBefore</a></strong>()</code> <div class="block">Specifies the spacing that should be added above the first line in this paragraph in the document in absolute units.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingBeforeLines()">getSpacingBeforeLines</a></strong>()</code> <div class="block">Specifies the spacing that should be added before the first line in this paragraph in the document in line units.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel">LineSpacingRule</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getSpacingLineRule()">getSpacingLineRule</a></strong>()</code> <div class="block">Specifies how the spacing between lines is calculated as stored in the line attribute.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getStyle()">getStyle</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getStyleID()">getStyleID</a></strong>()</code> <div class="block">Return styleID of the paragraph if style exist for this paragraph if not, null will be returned</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getText()">getText</a></strong>()</code> <div class="block">Return the textual content of the paragraph, including text from pictures and sdt elements in it.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getText(org.apache.poi.xwpf.usermodel.TextSegement)">getText</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/TextSegement.html" title="class in org.apache.poi.xwpf.usermodel">TextSegement</a> segment)</code> <div class="block">get a Text</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/TextAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">TextAlignment</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#getVerticalAlignment()">getVerticalAlignment</a></strong>()</code> <div class="block">Returns the text vertical alignment which shall be applied to text in this paragraph.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#insertNewRun(int)">insertNewRun</a></strong>(int pos)</code> <div class="block">insert a new Run in RunArray</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#isEmpty()">isEmpty</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#isPageBreak()">isPageBreak</a></strong>()</code> <div class="block">Specifies that when rendering this document in a paginated @@ -470,11 +464,11 @@ implements <a href="../../../../../org/a page in the document.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#isWordWrap()">isWordWrap</a></strong>()</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#isWordWrapped()">isWordWrapped</a></strong>()</code> <div class="block">This element specifies whether a consumer shall break Latin text which @@ -483,77 +477,77 @@ implements <a href="../../../../../org/a line (breaking on the word level).</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#removeRun(int)">removeRun</a></strong>(int pos)</code> <div class="block">removes a Run at the position pos in the paragraph</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/TextSegement.html" title="class in org.apache.poi.xwpf.usermodel">TextSegement</a></code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#searchText(java.lang.String,%20org.apache.poi.xwpf.usermodel.PositionInParagraph)">searchText</a></strong>(java.lang.String searched, <a href="../../../../../org/apache/poi/xwpf/usermodel/PositionInParagraph.html" title="class in org.apache.poi.xwpf.usermodel">PositionInParagraph</a> startPos)</code> <div class="block">this methods parse the paragraph and search for the string searched.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setAlignment(org.apache.poi.xwpf.usermodel.ParagraphAlignment)">setAlignment</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/ParagraphAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">ParagraphAlignment</a> align)</code> <div class="block">Specifies the paragraph alignment which shall be applied to text in this paragraph.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderBetween(org.apache.poi.xwpf.usermodel.Borders)">setBorderBetween</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a> border)</code> <div class="block">Specifies the border which shall be displayed between each paragraph in a set of paragraphs which have the same set of paragraph border settings.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderBottom(org.apache.poi.xwpf.usermodel.Borders)">setBorderBottom</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a> border)</code> <div class="block">Specifies the border which shall be displayed below a set of paragraphs which have the same set of paragraph border settings.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderLeft(org.apache.poi.xwpf.usermodel.Borders)">setBorderLeft</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a> border)</code> <div class="block">Specifies the border which shall be displayed on the left side of the page around the specified paragraph.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderRight(org.apache.poi.xwpf.usermodel.Borders)">setBorderRight</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a> border)</code> <div class="block">Specifies the border which shall be displayed on the right side of the page around the specified paragraph.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setBorderTop(org.apache.poi.xwpf.usermodel.Borders)">setBorderTop</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/Borders.html" title="enum in org.apache.poi.xwpf.usermodel">Borders</a> border)</code> <div class="block">Specifies the border which shall be displayed above a set of paragraphs which have the same set of paragraph border settings.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setFirstLineIndent(int)">setFirstLineIndent</a></strong>(int first)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setFontAlignment(int)">setFontAlignment</a></strong>(int align)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentationFirstLine(int)">setIndentationFirstLine</a></strong>(int indentation)</code> <div class="block">Specifies the additional indentation which shall be applied to the first line of the parent paragraph.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentationHanging(int)">setIndentationHanging</a></strong>(int indentation)</code> <div class="block">Specifies the indentation which shall be removed from the first line of @@ -561,7 +555,7 @@ implements <a href="../../../../../org/a towards the beginning of the direction of text flow.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentationLeft(int)">setIndentationLeft</a></strong>(int indentation)</code> <div class="block">Specifies the indentation which shall be placed between the left text @@ -572,7 +566,7 @@ implements <a href="../../../../../org/a If this attribute is omitted, its value shall be assumed to be zero.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentationRight(int)">setIndentationRight</a></strong>(int indentation)</code> <div class="block">Specifies the indentation which shall be placed between the right text @@ -583,21 +577,21 @@ implements <a href="../../../../../org/a If this attribute is omitted, its value shall be assumed to be zero.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentFromLeft(int)">setIndentFromLeft</a></strong>(int dxaLeft)</code> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setIndentFromRight(int)">setIndentFromRight</a></strong>(int dxaRight)</code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setNumID(java.math.BigInteger)">setNumID</a></strong>(java.math.BigInteger numPos)</code> <div class="block">setNumID of Paragraph</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setPageBreak(boolean)">setPageBreak</a></strong>(boolean pageBreak)</code> <div class="block">Specifies that when rendering this document in a paginated @@ -605,62 +599,62 @@ implements <a href="../../../../../org/a page in the document.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingAfter(int)">setSpacingAfter</a></strong>(int spaces)</code> <div class="block">Specifies the spacing that should be added after the last line in this paragraph in the document in absolute units.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingAfterLines(int)">setSpacingAfterLines</a></strong>(int spaces)</code> <div class="block">Specifies the spacing that should be added after the last line in this paragraph in the document in line units.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingBefore(int)">setSpacingBefore</a></strong>(int spaces)</code> <div class="block">Specifies the spacing that should be added above the first line in this paragraph in the document in absolute units.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingBeforeLines(int)">setSpacingBeforeLines</a></strong>(int spaces)</code> <div class="block">Specifies the spacing that should be added before the first line in this paragraph in the document in line units.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setSpacingLineRule(org.apache.poi.xwpf.usermodel.LineSpacingRule)">setSpacingLineRule</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/LineSpacingRule.html" title="enum in org.apache.poi.xwpf.usermodel">LineSpacingRule</a> rule)</code> <div class="block">Specifies how the spacing between lines is calculated as stored in the line attribute.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setStyle(java.lang.String)">setStyle</a></strong>(java.lang.String newStyle)</code> <div class="block">This method provides a style to the paragraph This is useful when, e.g.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setVerticalAlignment(org.apache.poi.xwpf.usermodel.TextAlignment)">setVerticalAlignment</a></strong>(<a href="../../../../../org/apache/poi/xwpf/usermodel/TextAlignment.html" title="enum in org.apache.poi.xwpf.usermodel">TextAlignment</a> valign)</code> <div class="block">Specifies the text vertical alignment which shall be applied to text in this paragraph.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setWordWrap(boolean)">setWordWrap</a></strong>(boolean wrap)</code> <div class="block"><strong>Deprecated.</strong> </div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html#setWordWrapped(boolean)">setWordWrapped</a></strong>(boolean wrap)</code> <div class="block">This element specifies whether a consumer shall break Latin text which @@ -736,13 +730,13 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XWPFParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP, org.apache.poi.xwpf.usermodel.IBody)"> +<a name="XWPFParagraph(CTP, org.apache.poi.xwpf.usermodel.IBody)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XWPFParagraph</h4> -<pre>public XWPFParagraph(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP prgrph, +<pre>public XWPFParagraph(CTP prgrph, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part)</pre> </li> </ul> @@ -761,7 +755,7 @@ implements <a href="../../../../../org/a <li class="blockList"> <h4>getCTP</h4> <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a> -public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP getCTP()</pre> +public CTP getCTP()</pre> </li> </ul> <a name="getRuns()"> @@ -1763,13 +1757,13 @@ public void setWordWrap(boolea <dl><dt><span class="strong">Parameters:</span></dt><dd><code>newStyle</code> - </dd></dl> </li> </ul> -<a name="addRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR)"> +<a name="addRun(CTR)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>addRun</h4> -<pre>protected void addRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR run)</pre> +<pre>protected void addRun(CTR run)</pre> <div class="block">add a new run at the end of the position of the content of parameter run</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>run</code> - </dd></dl> @@ -1892,24 +1886,13 @@ public void setWordWrap(boolea <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getPartType()"><code>IBody.getPartType()</code></a></dd></dl> </li> </ul> -<a name="addRun(org.apache.poi.xwpf.usermodel.XWPFRun)"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>addRun</h4> -<pre>public void addRun(<a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a> r)</pre> -<div class="block">adds a new Run to the Paragraph</div> -<dl><dt><span class="strong">Parameters:</span></dt><dd><code>r</code> - </dd></dl> -</li> -</ul> -<a name="getRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR)"> +<a name="getRun(CTR)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getRun</h4> -<pre>public <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a> getRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r)</pre> +<pre>public <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a> getRun(CTR r)</pre> <div class="block">return the XWPFRun-Element which owns the CTR run-Element</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>r</code> - </dd></dl> </li>
Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFPicture.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFPicture.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFPicture.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFPicture.html Wed Sep 21 22:19:54 2016 @@ -116,7 +116,7 @@ extends java.lang.Object</pre> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFPicture.html#XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture,%20org.apache.poi.xwpf.usermodel.XWPFRun)">XWPFPicture</a></strong>(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture ctPic, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFPicture.html#XWPFPicture(CTPicture,%20org.apache.poi.xwpf.usermodel.XWPFRun)">XWPFPicture</a></strong>(CTPicture ctPic, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a> run)</code> </td> </tr> </table> @@ -135,7 +135,7 @@ extends java.lang.Object</pre> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> -<td class="colFirst"><code>org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture</code></td> +<td class="colFirst"><code>CTPicture</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFPicture.html#getCTPicture()">getCTPicture</a></strong>()</code> <div class="block">Return the underlying CTPicture bean that holds all properties for this picture</div> </td> @@ -178,13 +178,13 @@ extends java.lang.Object</pre> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture, org.apache.poi.xwpf.usermodel.XWPFRun)"> +<a name="XWPFPicture(CTPicture, org.apache.poi.xwpf.usermodel.XWPFRun)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XWPFPicture</h4> -<pre>public XWPFPicture(org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture ctPic, +<pre>public XWPFPicture(CTPicture ctPic, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a> run)</pre> </li> </ul> @@ -213,7 +213,7 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>getCTPicture</h4> -<pre>public org.openxmlformats.schemas.drawingml.x2006.picture.CTPicture getCTPicture()</pre> +<pre>public CTPicture getCTPicture()</pre> <div class="block">Return the underlying CTPicture bean that holds all properties for this picture</div> <dl><dt><span class="strong">Returns:</span></dt><dd>the underlying CTPicture bean</dd></dl> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRun.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRun.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRun.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFRun.html Wed Sep 21 22:19:54 2016 @@ -143,14 +143,14 @@ implements <a href="../../../../../org/a <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFRun</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFRun</a></strong>(CTR r, <a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a> p)</code> </td> </tr> <tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR,%20org.apache.poi.xwpf.usermodel.XWPFParagraph)">XWPFRun</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(CTR,%20org.apache.poi.xwpf.usermodel.XWPFParagraph)">XWPFRun</a></strong>(CTR r, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a> p)</code> <div class="block"><strong>Deprecated.</strong> -<div class="block"><i>Use <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)"><code>XWPFRun(CTR, IRunBody)</code></a></i></div> +<div class="block"><i>Use <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)"><code>XWPFRun(CTR, IRunBody)</code></a></i></div> </div> </td> </tr> @@ -225,7 +225,7 @@ implements <a href="../../../../../org/a </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR</code></td> +<td class="colFirst"><code>CTR</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#getCTR()">getCTR</a></strong>()</code> <div class="block">Get the currently used CTR object</div> </td> @@ -557,26 +557,26 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR, org.apache.poi.xwpf.usermodel.IRunBody)"> +<a name="XWPFRun(CTR, org.apache.poi.xwpf.usermodel.IRunBody)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XWPFRun</h4> -<pre>public XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r, +<pre>public XWPFRun(CTR r, <a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a> p)</pre> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>r</code> - the CTR bean which holds the run attributes</dd><dd><code>p</code> - the parent paragraph</dd></dl> </li> </ul> -<a name="XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR, org.apache.poi.xwpf.usermodel.XWPFParagraph)"> +<a name="XWPFRun(CTR, org.apache.poi.xwpf.usermodel.XWPFParagraph)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XWPFRun</h4> -<pre>public XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR r, +<pre>public XWPFRun(CTR r, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFParagraph.html" title="class in org.apache.poi.xwpf.usermodel">XWPFParagraph</a> p)</pre> -<div class="block"><span class="strong">Deprecated.</span> <i>Use <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)"><code>XWPFRun(CTR, IRunBody)</code></a></i></div> +<div class="block"><span class="strong">Deprecated.</span> <i>Use <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFRun.html#XWPFRun(CTR,%20org.apache.poi.xwpf.usermodel.IRunBody)"><code>XWPFRun(CTR, IRunBody)</code></a></i></div> </li> </ul> </li> @@ -594,7 +594,7 @@ implements <a href="../../../../../org/a <li class="blockList"> <h4>getCTR</h4> <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a> -public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR getCTR()</pre> +public CTR getCTR()</pre> <div class="block">Get the currently used CTR object</div> <dl><dt><span class="strong">Returns:</span></dt><dd>ctr object</dd></dl> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDT.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDT.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDT.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDT.html Wed Sep 21 22:19:54 2016 @@ -128,11 +128,11 @@ implements <a href="../../../../../org/a <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html#XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDT</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock block, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html#XWPFSDT(CTSdtBlock,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDT</a></strong>(CTSdtBlock block, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part)</code> </td> </tr> <tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html#XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDT</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun sdtRun, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDT.html#XWPFSDT(CTSdtRun,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDT</a></strong>(CTSdtRun sdtRun, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part)</code> </td> </tr> </table> @@ -197,23 +197,23 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun, org.apache.poi.xwpf.usermodel.IBody)"> +<a name="XWPFSDT(CTSdtRun, org.apache.poi.xwpf.usermodel.IBody)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XWPFSDT</h4> -<pre>public XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtRun sdtRun, +<pre>public XWPFSDT(CTSdtRun sdtRun, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part)</pre> </li> </ul> -<a name="XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock, org.apache.poi.xwpf.usermodel.IBody)"> +<a name="XWPFSDT(CTSdtBlock, org.apache.poi.xwpf.usermodel.IBody)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XWPFSDT</h4> -<pre>public XWPFSDT(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock block, +<pre>public XWPFSDT(CTSdtBlock block, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part)</pre> </li> </ul> Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTCell.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTCell.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTCell.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTCell.html Wed Sep 21 22:19:54 2016 @@ -131,7 +131,7 @@ implements <a href="../../../../../org/a <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTCell.html#XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDTCell</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell sdtCell, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTCell.html#XWPFSDTCell(CTSdtCell,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDTCell</a></strong>(CTSdtCell sdtCell, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a> xwpfTableRow, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part)</code> </td> </tr> @@ -183,13 +183,13 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell, org.apache.poi.xwpf.usermodel.XWPFTableRow, org.apache.poi.xwpf.usermodel.IBody)"> +<a name="XWPFSDTCell(CTSdtCell, org.apache.poi.xwpf.usermodel.XWPFTableRow, org.apache.poi.xwpf.usermodel.IBody)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XWPFSDTCell</h4> -<pre>public XWPFSDTCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtCell sdtCell, +<pre>public XWPFSDTCell(CTSdtCell sdtCell, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a> xwpfTableRow, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part)</pre> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTContent.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTContent.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTContent.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTContent.html Wed Sep 21 22:19:54 2016 @@ -125,12 +125,12 @@ implements <a href="../../../../../org/a <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContent.html#XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock block, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContent.html#XWPFSDTContent(CTSdtContentBlock,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(CTSdtContentBlock block, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part, <a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a> parent)</code> </td> </tr> <tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContent.html#XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun sdtRun, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContent.html#XWPFSDTContent(CTSdtContentRun,%20org.apache.poi.xwpf.usermodel.IBody,%20org.apache.poi.xwpf.usermodel.IRunBody)">XWPFSDTContent</a></strong>(CTSdtContentRun sdtRun, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part, <a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a> parent)</code> </td> </tr> @@ -179,24 +179,24 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun, org.apache.poi.xwpf.usermodel.IBody, org.apache.poi.xwpf.usermodel.IRunBody)"> +<a name="XWPFSDTContent(CTSdtContentRun, org.apache.poi.xwpf.usermodel.IBody, org.apache.poi.xwpf.usermodel.IRunBody)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XWPFSDTContent</h4> -<pre>public XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentRun sdtRun, +<pre>public XWPFSDTContent(CTSdtContentRun sdtRun, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part, <a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a> parent)</pre> </li> </ul> -<a name="XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock, org.apache.poi.xwpf.usermodel.IBody, org.apache.poi.xwpf.usermodel.IRunBody)"> +<a name="XWPFSDTContent(CTSdtContentBlock, org.apache.poi.xwpf.usermodel.IBody, org.apache.poi.xwpf.usermodel.IRunBody)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XWPFSDTContent</h4> -<pre>public XWPFSDTContent(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentBlock block, +<pre>public XWPFSDTContent(CTSdtContentBlock block, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part, <a href="../../../../../org/apache/poi/xwpf/usermodel/IRunBody.html" title="interface in org.apache.poi.xwpf.usermodel">IRunBody</a> parent)</pre> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTContentCell.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTContentCell.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTContentCell.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTContentCell.html Wed Sep 21 22:19:54 2016 @@ -123,7 +123,7 @@ implements <a href="../../../../../org/a <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContentCell.html#XWPFSDTContentCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDTContentCell</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell sdtContentCell, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSDTContentCell.html#XWPFSDTContentCell(CTSdtContentCell,%20org.apache.poi.xwpf.usermodel.XWPFTableRow,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFSDTContentCell</a></strong>(CTSdtContentCell sdtContentCell, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a> xwpfTableRow, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part)</code> </td> </tr> @@ -172,13 +172,13 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XWPFSDTContentCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell, org.apache.poi.xwpf.usermodel.XWPFTableRow, org.apache.poi.xwpf.usermodel.IBody)"> +<a name="XWPFSDTContentCell(CTSdtContentCell, org.apache.poi.xwpf.usermodel.XWPFTableRow, org.apache.poi.xwpf.usermodel.IBody)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XWPFSDTContentCell</h4> -<pre>public XWPFSDTContentCell(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtContentCell sdtContentCell, +<pre>public XWPFSDTContentCell(CTSdtContentCell sdtContentCell, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a> xwpfTableRow, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part)</pre> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSettings.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSettings.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSettings.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFSettings.html Wed Sep 21 22:19:54 2016 @@ -190,7 +190,7 @@ extends <a href="../../../../../org/apac </tr> <tr class="rowColor"> <td class="colFirst"><code>boolean</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSettings.html#isEnforcedWith(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum)">isEnforcedWith</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum editValue)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFSettings.html#isEnforcedWith(STDocProtect.Enum)">isEnforcedWith</a></strong>(STDocProtect.Enum editValue)</code> <div class="block">Verifies the documentProtection tag inside settings.xml file <br/> if the protection is enforced (w:enforcement="1") <br/> and if the kind of protection equals to passed (STDocProtect.Enum editValue) <br/> @@ -414,13 +414,13 @@ public XWPFSettings(<a href="../../ <dl><dt><span class="strong">Returns:</span></dt><dd>true if documentProtection is enforced with option any</dd></dl> </li> </ul> -<a name="isEnforcedWith(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum)"> +<a name="isEnforcedWith(STDocProtect.Enum)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isEnforcedWith</h4> -<pre>public boolean isEnforcedWith(org.openxmlformats.schemas.wordprocessingml.x2006.main.STDocProtect.Enum editValue)</pre> +<pre>public boolean isEnforcedWith(STDocProtect.Enum editValue)</pre> <div class="block">Verifies the documentProtection tag inside settings.xml file <br/> if the protection is enforced (w:enforcement="1") <br/> and if the kind of protection equals to passed (STDocProtect.Enum editValue) <br/> Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyle.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyle.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyle.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyle.html Wed Sep 21 22:19:54 2016 @@ -135,12 +135,12 @@ extends java.lang.Object</pre> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle)">XWPFStyle</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style)</code> +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#XWPFStyle(CTStyle)">XWPFStyle</a></strong>(CTStyle style)</code> <div class="block">constructor</div> </td> </tr> <tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle,%20org.apache.poi.xwpf.usermodel.XWPFStyles)">XWPFStyle</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#XWPFStyle(CTStyle,%20org.apache.poi.xwpf.usermodel.XWPFStyles)">XWPFStyle</a></strong>(CTStyle style, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html" title="class in org.apache.poi.xwpf.usermodel">XWPFStyles</a> styles)</code> <div class="block">constructor</div> </td> @@ -165,7 +165,7 @@ extends java.lang.Object</pre> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#getBasisStyleID()">getBasisStyleID</a></strong>()</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle</code></td> +<td class="colFirst"><code>CTStyle</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#getCTStyle()">getCTStyle</a></strong>()</code> <div class="block">get ctStyle</div> </td> @@ -199,7 +199,7 @@ extends java.lang.Object</pre> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum</code></td> +<td class="colFirst"><code>STStyleType.Enum</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#getType()">getType</a></strong>()</code> <div class="block">get Type of the Style</div> </td> @@ -212,7 +212,7 @@ extends java.lang.Object</pre> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#setStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle)">setStyle</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#setStyle(CTStyle)">setStyle</a></strong>(CTStyle style)</code> <div class="block">set style</div> </td> </tr> @@ -224,7 +224,7 @@ extends java.lang.Object</pre> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#setType(org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum)">setType</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum type)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyle.html#setType(STStyleType.Enum)">setType</a></strong>(STStyleType.Enum type)</code> <div class="block">set styleType</div> </td> </tr> @@ -267,24 +267,24 @@ extends java.lang.Object</pre> <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle)"> +<a name="XWPFStyle(CTStyle)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XWPFStyle</h4> -<pre>public XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style)</pre> +<pre>public XWPFStyle(CTStyle style)</pre> <div class="block">constructor</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>style</code> - </dd></dl> </li> </ul> -<a name="XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle, org.apache.poi.xwpf.usermodel.XWPFStyles)"> +<a name="XWPFStyle(CTStyle, org.apache.poi.xwpf.usermodel.XWPFStyles)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XWPFStyle</h4> -<pre>public XWPFStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style, +<pre>public XWPFStyle(CTStyle style, <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html" title="class in org.apache.poi.xwpf.usermodel">XWPFStyles</a> styles)</pre> <div class="block">constructor</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>style</code> - </dd><dd><code>styles</code> - </dd></dl> @@ -326,29 +326,29 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>getType</h4> -<pre>public org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum getType()</pre> +<pre>public STStyleType.Enum getType()</pre> <div class="block">get Type of the Style</div> <dl><dt><span class="strong">Returns:</span></dt><dd>ctType</dd></dl> </li> </ul> -<a name="setType(org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum)"> +<a name="setType(STStyleType.Enum)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setType</h4> -<pre>public void setType(org.openxmlformats.schemas.wordprocessingml.x2006.main.STStyleType.Enum type)</pre> +<pre>public void setType(STStyleType.Enum type)</pre> <div class="block">set styleType</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - </dd></dl> </li> </ul> -<a name="setStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle)"> +<a name="setStyle(CTStyle)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setStyle</h4> -<pre>public void setStyle(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle style)</pre> +<pre>public void setStyle(CTStyle style)</pre> <div class="block">set style</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>style</code> - </dd></dl> </li> @@ -359,7 +359,7 @@ extends java.lang.Object</pre> <ul class="blockList"> <li class="blockList"> <h4>getCTStyle</h4> -<pre>public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyle getCTStyle()</pre> +<pre>public CTStyle getCTStyle()</pre> <div class="block">get ctStyle</div> <dl><dt><span class="strong">Returns:</span></dt><dd>ctStyle</dd></dl> </li> Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyles.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyles.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyles.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFStyles.html Wed Sep 21 22:19:54 2016 @@ -187,7 +187,7 @@ extends <a href="../../../../../org/apac <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html#ensureDocDefaults()">ensureDocDefaults</a></strong>()</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLanguage</code></td> +<td class="colFirst"><code>protected CTLanguage</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html#getCTLanguage()">getCTLanguage</a></strong>()</code> </td> </tr> <tr class="altColor"> @@ -240,7 +240,7 @@ extends <a href="../../../../../org/apac </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html#setDefaultFonts(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts)">setDefaultFonts</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html#setDefaultFonts(CTFonts)">setDefaultFonts</a></strong>(CTFonts fonts)</code> <div class="block">Sets the default font on ctStyles DocDefaults parameter TODO Replace this with specific setters for each type, possibly on XWPFDefaultRunStyle</div> @@ -260,7 +260,7 @@ extends <a href="../../../../../org/apac </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html#setStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles)">setStyles</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles styles)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFStyles.html#setStyles(CTStyles)">setStyles</a></strong>(CTStyles styles)</code> <div class="block">Sets the ctStyles</div> </td> </tr> @@ -407,13 +407,13 @@ public XWPFStyles(<a href="../../.. <pre>protected void ensureDocDefaults()</pre> </li> </ul> -<a name="setStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles)"> +<a name="setStyles(CTStyles)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setStyles</h4> -<pre>public void setStyles(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles styles)</pre> +<pre>public void setStyles(CTStyles styles)</pre> <div class="block">Sets the ctStyles</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>styles</code> - </dd></dl> </li> @@ -483,7 +483,7 @@ public XWPFStyles(<a href="../../.. <ul class="blockList"> <li class="blockList"> <h4>getCTLanguage</h4> -<pre>protected org.openxmlformats.schemas.wordprocessingml.x2006.main.CTLanguage getCTLanguage()</pre> +<pre>protected CTLanguage getCTLanguage()</pre> </li> </ul> <a name="setSpellingLanguage(java.lang.String)"> @@ -508,13 +508,13 @@ public XWPFStyles(<a href="../../.. <dl><dt><span class="strong">Parameters:</span></dt><dd><code>strEastAsia</code> - </dd></dl> </li> </ul> -<a name="setDefaultFonts(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts)"> +<a name="setDefaultFonts(CTFonts)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setDefaultFonts</h4> -<pre>public void setDefaultFonts(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFonts fonts)</pre> +<pre>public void setDefaultFonts(CTFonts fonts)</pre> <div class="block">Sets the default font on ctStyles DocDefaults parameter TODO Replace this with specific setters for each type, possibly on XWPFDefaultRunStyle</div> Modified: poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTable.html URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTable.html?rev=1761825&r1=1761824&r2=1761825&view=diff ============================================================================== --- poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTable.html (original) +++ poi/site/publish/apidocs/org/apache/poi/xwpf/usermodel/XWPFTable.html Wed Sep 21 22:19:54 2016 @@ -168,11 +168,11 @@ implements <a href="../../../../../org/a <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFTable</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#XWPFTable(CTTbl,%20org.apache.poi.xwpf.usermodel.IBody)">XWPFTable</a></strong>(CTTbl table, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part)</code> </td> </tr> <tr class="rowColor"> -<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl,%20org.apache.poi.xwpf.usermodel.IBody,%20int,%20int)">XWPFTable</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table, +<td class="colOne"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#XWPFTable(CTTbl,%20org.apache.poi.xwpf.usermodel.IBody,%20int,%20int)">XWPFTable</a></strong>(CTTbl table, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part, int row, int col)</code> </td> @@ -248,7 +248,7 @@ implements <a href="../../../../../org/a <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#getColBandSize()">getColBandSize</a></strong>()</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl</code></td> +<td class="colFirst"><code>CTTbl</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#getCTTbl()">getCTTbl</a></strong>()</code> </td> </tr> <tr class="altColor"> @@ -307,7 +307,7 @@ implements <a href="../../../../../org/a </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a></code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#getRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow)">getRow</a></strong>(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row)</code> +<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTable.html#getRow(CTRow)">getRow</a></strong>(CTRow row)</code> <div class="block">returns the XWPFRow which belongs to the CTRow row if this row is not existing in the table null will be returned</div> </td> @@ -448,25 +448,25 @@ implements <a href="../../../../../org/a <!-- --> </a> <h3>Constructor Detail</h3> -<a name="XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl, org.apache.poi.xwpf.usermodel.IBody, int, int)"> +<a name="XWPFTable(CTTbl, org.apache.poi.xwpf.usermodel.IBody, int, int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>XWPFTable</h4> -<pre>public XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table, +<pre>public XWPFTable(CTTbl table, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part, int row, int col)</pre> </li> </ul> -<a name="XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl, org.apache.poi.xwpf.usermodel.IBody)"> +<a name="XWPFTable(CTTbl, org.apache.poi.xwpf.usermodel.IBody)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XWPFTable</h4> -<pre>public XWPFTable(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl table, +<pre>public XWPFTable(CTTbl table, <a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html" title="interface in org.apache.poi.xwpf.usermodel">IBody</a> part)</pre> </li> </ul> @@ -485,7 +485,7 @@ implements <a href="../../../../../org/a <li class="blockList"> <h4>getCTTbl</h4> <pre><a href="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</a> -public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl getCTTbl()</pre> +public CTTbl getCTTbl()</pre> <dl><dt><span class="strong">Returns:</span></dt><dd>ctTbl object</dd></dl> </li> </ul> @@ -894,13 +894,13 @@ public org.openxmlformats.schemas.w <dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/poi/xwpf/usermodel/IBody.html#getPartType()"><code>IBody.getPartType()</code></a></dd></dl> </li> </ul> -<a name="getRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow)"> +<a name="getRow(CTRow)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getRow</h4> -<pre>public <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a> getRow(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow row)</pre> +<pre>public <a href="../../../../../org/apache/poi/xwpf/usermodel/XWPFTableRow.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableRow</a> getRow(CTRow row)</pre> <div class="block">returns the XWPFRow which belongs to the CTRow row if this row is not existing in the table null will be returned</div> </li> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
