public class PageLayout extends Object
| 构造器和说明 |
|---|
PageLayout(Double width,
Double height) |
PageLayout(org.ofdrw.core.basicType.ST_Box box) |
| 限定符和类型 | 方法和说明 |
|---|---|
static PageLayout |
A0() |
static PageLayout |
A1() |
static PageLayout |
A10() |
static PageLayout |
A2() |
static PageLayout |
A3() |
static PageLayout |
A4() |
static PageLayout |
A5() |
static PageLayout |
A6() |
static PageLayout |
A7() |
static PageLayout |
A8() |
static PageLayout |
A9() |
PageLayout |
clone() |
double |
contentHeight() |
double |
contentWidth() |
boolean |
equals(Object obj) |
Double |
getHeight() |
Double[] |
getMargin() |
double |
getMarginBottom() |
double |
getMarginLeft() |
double |
getMarginRight() |
double |
getMarginTop() |
org.ofdrw.core.basicStructure.doc.CT_PageArea |
getPageArea()
获取OFD页面区域
|
double |
getStartX()
绘制区域原点X
|
double |
getStartY()
绘制区域原点Y
|
Double |
getWidth() |
Rectangle |
getWorkerArea()
页面正文的工作区域
|
PageLayout |
setHeight(Double height) |
PageLayout |
setMargin(Double... margin) |
PageLayout |
setMarginBottom(double bottom) |
PageLayout |
setMarginLeft(double left) |
PageLayout |
setMarginRight(double right) |
PageLayout |
setMarginTop(double top) |
PageLayout |
setWidth(Double width) |
public static PageLayout A0()
public static PageLayout A1()
public static PageLayout A2()
public static PageLayout A3()
public static PageLayout A4()
public static PageLayout A5()
public static PageLayout A6()
public static PageLayout A7()
public static PageLayout A8()
public static PageLayout A9()
public static PageLayout A10()
public Double getWidth()
public PageLayout setWidth(Double width)
public Double getHeight()
public PageLayout setHeight(Double height)
public Double[] getMargin()
public PageLayout setMargin(Double... margin)
public PageLayout setMarginTop(double top)
public double getMarginTop()
public PageLayout setMarginRight(double right)
public double getMarginRight()
public PageLayout setMarginBottom(double bottom)
public double getMarginBottom()
public PageLayout setMarginLeft(double left)
public double getMarginLeft()
public double contentWidth()
public double contentHeight()
public double getStartX()
public double getStartY()
public Rectangle getWorkerArea()
public org.ofdrw.core.basicStructure.doc.CT_PageArea getPageArea()
public PageLayout clone()
Copyright © 2024. All rights reserved.