| Modifier and Type | Method and Description |
|---|---|
Page |
Document.createPage(int afterPageNum,
Rect mediaBox)
Creates and acquires a new Page.
|
Page |
Document.getPage(int pageNumber)
Gets a Page from a document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Content.addPage(int insertAfterIndex,
Document containerDoc,
Page srcPage,
Matrix dstMatrix,
java.util.List<java.lang.String> annotTypes,
java.util.EnumSet<AddPageFlags> flags,
Rect bbox)
Adds the specfied Page to the Content as a Form.
|
LinkAnnotation |
LinkAnnotation.copyTo(Page destination)
Copy a LinkAnnotation to the specified page.
|
LinkAnnotation |
LinkAnnotation.copyTo(Page destination,
Point centerPoint)
Copy a LinkAnnotation to the specified page and center the annotation on the specified point.
|
Bookmark |
Bookmark.createNewChild(Page page,
java.lang.String title)
Deprecated.
|
void |
Document.watermark(Page page,
WatermarkParams watermarkParams)
Adds a Page as a watermark to a page range in the given document.
|
| Constructor and Description |
|---|
Annotation(Page page,
java.lang.String subtype,
Rect initialRect)
Create a new Annotation at the end of a page's annotation array.
|
Annotation(Page page,
java.lang.String subtype,
Rect initialRect,
int addAfter)
Create a new Annotation at a specific index in the page's annotation array.
|
CircleAnnotation(Page page,
Rect initialRect)
Create a new CircleAnnotation at the end of a page's annotation array.
|
CircleAnnotation(Page page,
Rect initialRect,
int addAfter)
Create a new CircleAnnotation at a specific index in the page's annotation array.
|
FreeTextAnnotation(Page page,
Rect initialRect,
java.lang.String defaultAppearance)
Create a new FreeTextAnnotation at the end of a page's annotation array.
|
FreeTextAnnotation(Page page,
Rect initialRect,
java.lang.String defaultAppearance,
int addAfter)
Create a new FreeTextAnnotation at a specific index in the page's annotation array.
|
HighlightAnnotation(Page page,
int addAfter,
java.util.List<Quad> quadList)
Create a new HighlightAnnotation at a specific index in the page's annotation array.
|
HighlightAnnotation(Page page,
java.util.List<Quad> quadList)
Create a new HighlightAnnotation at the end of a page's annotation array.
|
InkAnnotation(Page page,
Rect initialRect)
Create a new InkAnnotation at the end of a page's annotation array.
|
InkAnnotation(Page page,
Rect initialRect,
int addAfter)
Create a new InkAnnotation at a specific index in the page's annotation array.
|
LineAnnotation(Page page,
Rect initialRect,
Point startPoint,
Point endPoint)
Create a new LineAnnotation at the end of a page's annotation array.
|
LineAnnotation(Page page,
Rect initialRect,
Point startPoint,
Point endPoint,
int addAfter)
Create a new LineAnnotation at a specific index in the page's annotation array.
|
LinkAnnotation(Page page,
Rect initialRect)
Create a new LinkAnnotation at the end of a page's annotation array.
|
LinkAnnotation(Page page,
Rect initialRect,
int addAfter)
Create a new LinkAnnotation at a specific index in the page's annotation array.
|
PolygonAnnotation(Page page,
Rect initialRect,
java.util.List<Point> vertices)
Create a new PolygonAnnotation at the end of a page's annotation array.
|
PolygonAnnotation(Page page,
Rect initialRect,
java.util.List<Point> vertices,
int addAfter)
Create a new PolygonAnnotation at a specific index in the page's annotation array.
|
PolyLineAnnotation(Page page,
Rect initialRect,
java.util.List<Point> vertices)
Create a new PolyLineAnnotation at the end of a page's annotation array.
|
PolyLineAnnotation(Page page,
Rect initialRect,
java.util.List<Point> vertices,
int addAfter)
Create a new PolyLineAnnotation at a specific index in the page's annotation array.
|
Redaction(Page page,
java.util.List<Quad> regions)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
java.lang.String fontName)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
java.lang.String fontName,
double textSize)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
java.lang.String fontName,
double textSize,
boolean repeat)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
java.lang.String fontName,
double textSize,
boolean repeat,
boolean scaleToFit)
Create a new Redaction annotation object with extended options.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
double textSize)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
double textSize,
boolean repeat)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
Redaction(Page page,
java.util.List<Quad> regions,
Font font,
Color internalColor,
boolean fillRedacted,
boolean drawBorder,
Color borderColor,
boolean fillNormal,
Color fillColor,
double fillOpacity,
java.lang.String overlayText,
Color textColor,
double textSize,
boolean repeat,
boolean scaleToFit)
Create a new Redaction annotation object with extended options .When Overlay Text is used, font is provided as a font.
|
SeparationColorSpace(Page page,
Ink ink)
Create a separation color space from page's Ink.
|
SquareAnnotation(Page page,
Rect initialRect)
Create a new SquareAnnotation at the end of a page's annotation array.
|
SquareAnnotation(Page page,
Rect initialRect,
int addAfter)
Create a new SquareAnnotation at a specific index in the page's annotation array.
|
UnderlineAnnotation(Page page,
int addAfter,
java.util.List<Quad> quadList)
Create a new UnderlineAnnotation at a specific index in the page's annotation array.
|
UnderlineAnnotation(Page page,
java.util.List<Quad> quadList)
Create a new UnderlineAnnotation at the end of a page's annotation array.
|