public class Page extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static Page |
A4_EXTEND |
static Page |
A4_MEDIUM |
static Page |
A4_NARROW |
static Page |
A4_NORMAL |
| 限定符和类型 | 方法和说明 |
|---|---|
BigInteger |
contentWidth() |
int |
getPageHeight() |
com.deepoove.poi.xwpf.Page.PageMargin |
getPageMar() |
int |
getPageWidth() |
void |
setPageHeight(int pageHeight) |
void |
setPageWidth(int pageWidth) |
public static final Page A4_NORMAL
public static final Page A4_NARROW
public static final Page A4_MEDIUM
public static final Page A4_EXTEND
public BigInteger contentWidth()
public int getPageWidth()
public void setPageWidth(int pageWidth)
public int getPageHeight()
public void setPageHeight(int pageHeight)
public com.deepoove.poi.xwpf.Page.PageMargin getPageMar()
Copyright © 2021. All rights reserved.