Modifier and Type | Field and Description |
---|---|
protected Rectangle |
bBox
The area's bounding box
|
protected boolean |
emptyArea
Deprecated.
Will be removed in 7.1.0.
|
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() |
boolean |
isEmptyArea()
Deprecated.
Will be removed in 7.1.0.
|
void |
setBBox(Rectangle bbox)
Sets the box which bounds the area.
|
void |
setEmptyArea(boolean emptyArea)
Deprecated.
Will be removed in 7.1.0.
|
String |
toString() |
protected int pageNumber
protected Rectangle bBox
@Deprecated protected boolean emptyArea
public int getPageNumber()
@Deprecated public boolean isEmptyArea()
@Deprecated public void setEmptyArea(boolean emptyArea)
public LayoutArea clone()
Copyright © 1998–2018 iText Group NV. All rights reserved.