public class PageLayout extends Object
| Constructor and Description |
|---|
PageLayout(Double width,
Double height) |
PageLayout(org.ofdrw.core.basicType.ST_Box box) |
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 © 2026. All rights reserved.