- circle(double, double, double) - Method in class com.pdflib.pdflib
-
Draw a circle.
- clip() - Method in class com.pdflib.pdflib
-
Use the current path as clipping path, and terminate the path.
- close() - Method in class com.pdflib.pdflib
-
- close_image(int) - Method in class com.pdflib.pdflib
-
Close an image.
- close_pdi(int) - Method in class com.pdflib.pdflib
-
- close_pdi_document(int) - Method in class com.pdflib.pdflib
-
Close all open PDI page handles, and close the input PDF document.
- close_pdi_page(int) - Method in class com.pdflib.pdflib
-
Close the page handle, and free all page-related resources.
- closepath() - Method in class com.pdflib.pdflib
-
Close the current path.
- closepath_fill_stroke() - Method in class com.pdflib.pdflib
-
Close the path, fill, and stroke it.
- closepath_stroke() - Method in class com.pdflib.pdflib
-
Close the path, and stroke it.
- com.pdflib - package com.pdflib
-
- concat(double, double, double, double, double, double) - Method in class com.pdflib.pdflib
-
Apply a transformation matrix to the current coordinate system.
- continue_text(String) - Method in class com.pdflib.pdflib
-
Print text at the next line.
- create_3dview(String, String) - Method in class com.pdflib.pdflib
-
Create a 3D view (requires PDF 1.6).
- create_action(String, String) - Method in class com.pdflib.pdflib
-
Create an action which can be applied to various objects and events.
- create_annotation(double, double, double, double, String, String) - Method in class com.pdflib.pdflib
-
Create a rectangular annotation on the current page.
- create_bookmark(String, String) - Method in class com.pdflib.pdflib
-
Create a bookmark subject to various options.
- create_field(double, double, double, double, String, String, String) - Method in class com.pdflib.pdflib
-
Create a form field on the current page subject to various options.
- create_fieldgroup(String, String) - Method in class com.pdflib.pdflib
-
Create a form field group subject to various options.
- create_gstate(String) - Method in class com.pdflib.pdflib
-
Create a graphics state object subject to various options.
- create_pvf(String, byte[], String) - Method in class com.pdflib.pdflib
-
Create a named virtual read-only file from data provided in memory.
- create_textflow(String, String) - Method in class com.pdflib.pdflib
-
Create a Textflow object from text contents, inline options, and
explicit options.
- curveto(double, double, double, double, double, double) - Method in class com.pdflib.pdflib
-
Draw a Bezier curve from the current point, using 3 more control points.
- save() - Method in class com.pdflib.pdflib
-
Save the current graphics state to a stack.
- scale(double, double) - Method in class com.pdflib.pdflib
-
Scale the coordinate system.
- set_border_color(double, double, double) - Method in class com.pdflib.pdflib
-
- set_border_dash(double, double) - Method in class com.pdflib.pdflib
-
- set_border_style(String, double) - Method in class com.pdflib.pdflib
-
- set_gstate(int) - Method in class com.pdflib.pdflib
-
Activate a graphics state object.
- set_info(String, String) - Method in class com.pdflib.pdflib
-
Fill document information field key with value.
- set_layer_dependency(String, String) - Method in class com.pdflib.pdflib
-
Define hierarchical, group and lock condition among layers (requires
PDF 1.5).
- set_parameter(String, String) - Method in class com.pdflib.pdflib
-
Set some PDFlib parameter with string type.
- set_text_pos(double, double) - Method in class com.pdflib.pdflib
-
Set the position for text output on the page.
- set_value(String, double) - Method in class com.pdflib.pdflib
-
Set the value of some PDFlib parameter with numerical type.
- setcolor(String, String, double, double, double, double) - Method in class com.pdflib.pdflib
-
Set the current color space and color.
- setdash(double, double) - Method in class com.pdflib.pdflib
-
Set the current dash pattern.
- setdashpattern(String) - Method in class com.pdflib.pdflib
-
Set a dash pattern defined by an option list.
- setflat(double) - Method in class com.pdflib.pdflib
-
Set the flatness parameter.
- setfont(int, double) - Method in class com.pdflib.pdflib
-
Set the current font in the specified size.
- setlinecap(int) - Method in class com.pdflib.pdflib
-
Set the linecap parameter.
- setlinejoin(int) - Method in class com.pdflib.pdflib
-
Set the linejoin parameter.
- setlinewidth(double) - Method in class com.pdflib.pdflib
-
Set the current linewidth.
- setmatrix(double, double, double, double, double, double) - Method in class com.pdflib.pdflib
-
Explicitly set the current transformation matrix.
- setmiterlimit(double) - Method in class com.pdflib.pdflib
-
Set the miter limit.
- setpolydash(float[]) - Method in class com.pdflib.pdflib
-
- shading(String, double, double, double, double, double, double, double, double, String) - Method in class com.pdflib.pdflib
-
Define a blend from the current fill color to another color (requires
PDF 1.4).
- shading_pattern(int, String) - Method in class com.pdflib.pdflib
-
Define a shading pattern using a shading object (requires PDF 1.4).
- shfill(int) - Method in class com.pdflib.pdflib
-
Fill an area with a shading, based on a shading object (requires PDF 1.4).
- show(String) - Method in class com.pdflib.pdflib
-
Print text in the current font and size at the current position.
- show_boxed(String, double, double, double, double, String, String) - Method in class com.pdflib.pdflib
-
- show_xy(String, double, double) - Method in class com.pdflib.pdflib
-
Print text in the current font.
- skew(double, double) - Method in class com.pdflib.pdflib
-
Skew the coordinate system.
- stringwidth(String, int, double) - Method in class com.pdflib.pdflib
-
Calculate the width of text in an arbitrary font.
- stroke() - Method in class com.pdflib.pdflib
-
Stroke the path with the current color and line width, and clear it.
- suspend_page(String) - Method in class com.pdflib.pdflib
-
Suspend the current page so that it can later be resumed.