public class RootLayoutArea extends LayoutArea implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
emptyArea
Indicates whether the area already has some placed content or not.
|
bBox, pageNumber| Constructor and Description |
|---|
RootLayoutArea(int pageNumber, Rectangle bBox) |
| Modifier and Type | Method and Description |
|---|---|
LayoutArea |
clone()
Creates a "deep copy" of this RootLayoutArea, meaning the object returned by this method will be independent of the object being cloned.
|
boolean |
isEmptyArea()
Indicates whether the area already has some placed content or not.
|
void |
setEmptyArea(boolean emptyArea)
Defines whether the area already has some placed content or not.
|
equals, getBBox, getPageNumber, hashCode, setBBox, toStringprotected boolean emptyArea
public RootLayoutArea(int pageNumber,
Rectangle bBox) public boolean isEmptyArea()
public void setEmptyArea(boolean emptyArea)
emptyArea -
public LayoutArea clone()
LayoutArea, the actual type of the returned object is RootLayoutArea.
clone in class LayoutArea
Copyright © 1998–2019 iText Group NV. All rights reserved.