public class LayoutArea extends Object implements Cloneable
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()
Creates a "deep copy" of this LayoutArea, meaning the object returned by this method will be independent
of the object being cloned.
|
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 void setBBox(Rectangle bbox)
box which bounds the area.bbox - the area's bounding boxpublic LayoutArea clone()
Copyright © 1998–2020 iText Group NV. All rights reserved.