public class LayoutArea extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Rectangle |
bBox |
protected boolean |
emptyArea |
protected int |
pageNumber |
| Constructor and Description |
|---|
LayoutArea(int pageNumber,
Rectangle bBox) |
| Modifier and Type | Method and Description |
|---|---|
LayoutArea |
clone() |
boolean |
equals(Object obj) |
Rectangle |
getBBox() |
int |
getPageNumber() |
int |
hashCode() |
boolean |
isEmptyArea() |
void |
setBBox(Rectangle bbox) |
void |
setEmptyArea(boolean emptyArea) |
String |
toString() |
protected int pageNumber
protected Rectangle bBox
protected boolean emptyArea
public LayoutArea(int pageNumber,
Rectangle bBox)
public int getPageNumber()
public Rectangle getBBox()
public void setBBox(Rectangle bbox)
public boolean isEmptyArea()
public void setEmptyArea(boolean emptyArea)
public LayoutArea clone()
Copyright © 1998–2016 iText Group NV. All rights reserved.