public class XWPFPageMargin extends Object
| 构造器和说明 |
|---|
XWPFPageMargin(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageMar pgMar) |
| 限定符和类型 | 方法和说明 |
|---|---|
BigInteger |
getBottom() |
BigInteger |
getGutter() |
BigInteger |
getLeft() |
BigInteger |
getRight() |
BigInteger |
getTop() |
public XWPFPageMargin(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTPageMar pgMar)
public BigInteger getTop()
public BigInteger getBottom()
public BigInteger getRight()
public BigInteger getLeft()
public BigInteger getGutter()
Copyright © 2021. All rights reserved.