public class CSContentTools extends Object
| Constructor and Description |
|---|
CSContentTools() |
| Modifier and Type | Method and Description |
|---|---|
static Rectangle2D |
getBoundingBoxClipped(PDPage page,
double border)
Get the rectangle containing all graphics artifacts on the page (stemming
from the content stream).
|
static PDForm |
getFormClipped(PDPage page,
double border)
Get a
PDForm containing all graphics artifacts on the page
(stemming from the content stream). |
public static Rectangle2D getBoundingBoxClipped(PDPage page, double border)
page - The page whose content is evaluated.border - A border width to be added to the clipping rectangle.public static PDForm getFormClipped(PDPage page, double border)
PDForm containing all graphics artifacts on the page
(stemming from the content stream).page - The page whose content is evaluated.border - A border width to be added to the clipping rectangle.PDForm containing all graphics artifacts on the
page (stemming from the content stream).Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.