Kaynağa Gözat

try to fix javadoc issues

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856994 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_1_0
PJ Fanning 5 yıl önce
ebeveyn
işleme
b523186038

+ 6
- 3
src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextParagraph.java Dosyayı Görüntüle

@@ -237,7 +237,8 @@ public class XDDFTextParagraph {
* <dt>Minimum inclusive =</dt>
* <dd>-4032</dd>
* <dt>Maximum inclusive =</dt>
* <dd>4032</dd></dt>
* <dd>4032</dd>
* </dl>
*/
public void setIndentation(Double points) {
if (points != null || _p.isSetPPr()) {
@@ -267,7 +268,8 @@ public class XDDFTextParagraph {
* <dt>Minimum inclusive =</dt>
* <dd>0</dd>
* <dt>Maximum inclusive =</dt>
* <dd>4032</dd></dt>
* <dd>4032</dd>
* </dl>
*/
public void setMarginLeft(Double points) {
if (points != null || _p.isSetPPr()) {
@@ -297,7 +299,8 @@ public class XDDFTextParagraph {
* <dt>Minimum inclusive =</dt>
* <dd>0</dd>
* <dt>Maximum inclusive =</dt>
* <dd>4032</dd></dt>
* <dd>4032</dd>
* </dl>
*/
public void setMarginRight(Double points) {
if (points != null || _p.isSetPPr()) {

Loading…
İptal
Kaydet