public class LayoutArea extends Object
layouting.| Modifier and Type | Field and Description |
|---|---|
protected Rectangle |
bBox
The area's bounding box
|
protected int |
pageNumber
The number of page on which the area is located.
|
| Constructor and Description |
|---|
LayoutArea(int pageNumber,
Rectangle bBox)
Creates the area for content
layouting. |
| Modifier and Type | Method and Description |
|---|---|
LayoutArea |
clone() |
boolean |
equals(Object obj) |
Rectangle |
getBBox()
Gets the
box which bounds the area. |
int |
getPageNumber()
Gets the number of page on which the area is located.
|
int |
hashCode() |
void |
setBBox(Rectangle bbox)
Sets the
box which bounds the area. |
String |
toString() |
protected int pageNumber
protected Rectangle bBox
public int getPageNumber()
public LayoutArea clone()
Copyright © 1998–2019 iText Group NV. All rights reserved.