|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.pdfcleanup.PdfCleanUpLocation
public class PdfCleanUpLocation
Defines the region to be erased in a PDF document.
Constructor Summary | |
---|---|
PdfCleanUpLocation(int page,
Rectangle region)
Constructs a PdfCleanUpLocation object. |
|
PdfCleanUpLocation(int page,
Rectangle region,
BaseColor cleanUpColor)
Constructs a PdfCleanUpLocation object. |
Method Summary | |
---|---|
BaseColor |
getCleanUpColor()
Returns a color used to fill the area after erasing it. |
int |
getPage()
|
Rectangle |
getRegion()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdfCleanUpLocation(int page, Rectangle region)
PdfCleanUpLocation
object.
page
- specifies the number of the page which the region belongs to.region
- represents the boundaries of the area to be erased.public PdfCleanUpLocation(int page, Rectangle region, BaseColor cleanUpColor)
PdfCleanUpLocation
object.
page
- specifies the number of the page which the region belongs to.region
- represents the boundaries of the area to be erased.cleanUpColor
- a color used to fill the area after erasing it. If null
the erased area left uncolored.Method Detail |
---|
public int getPage()
public Rectangle getRegion()
Rectangle
representing the boundaries of the area to be erased.public BaseColor getCleanUpColor()
null
the erased area left uncolored.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |