Generator > Programming > Page Elements

DynamicPDF™ Generator for Java includes 37 built-in Page Elements.

Included with the Community Edition

Group
The Group Page Element is used to group page elements into logical groups.
Image
The Image Page Element is used to add images to the page. The community edition is limited to GIF images.
Label
The Label Page Element is used for adding text labels to the page.
Layout Grid
The Layout Grid Page Element adds a layout grid to the page to assist with the layout of Page Elements.
Line
The Line Page Element is used to add lines to the page.
Page Numbering Label
The Page Numbering Label Page Element is used for adding text page and section numbering to the labels to the page.
Rectangle
The Rectangle Page Element is used to add rectangles to the document.

Included with Professional

Area Group
The Area Group Page Element is used to group page elements into logical groups. It contains a width and height which can be used by the table page element's cell for alignment.
Background Image
The Background Image Page Element is used to add in image as a background to a page. The image stretches to fill the entire page.
Bookmark
The Bookmark Page Element is used to add outlines to the document's outline list.
Circle
The Circle Page Element is used to add circles to the page.
Link
The Link Page Element is used to add document and URL links to the page.
Note
The Note Page Element is used to add a PDF note to the page.
Path
The Path Page Element is used to add path shapes to the page. This is made up of the LineSubPath, CurveFromSubPath, CurveSubPath, and CurveToSubPath classes.
Table
The Table Page Element is used to add a table to the page. It has horizontal and vertical continuation methods to efficiently span a table between multiple columns or pages.
Text Area
The Text Area Page Element is used to add text to the page. It has text continuation methods to efficiently span text between multiple Text Areas and pages.
Transformation Group
The Transformation Group Page Element is used to shift, rotate and scale other page elements. Any page element that is placed in the transformation group will be shifted, rotated or scaled with the transformation group.
Transparency Group
The Transparency Group Page Element is used to add transparency to page elements.

Included with Enterprise

HTML Text Area
The HTML Text Area Page Element is used to add formatted text to the page. It has text continuation methods to efficiently span text between multiple HTML Text Areas and pages.
18 Bar Coding Page Elements
18 Bar Coding Page Elements are included with the enterprise version. These include Code 128, Code 39, Code 2 of 5, Interleaved 2 of 5, Codabar, Postnet, and 12 versions of UPC/EAN/JAN symbols.

See Also

com.cete.dynamicpdf.pageelements | com.cete.dynamicpdf.pageelements.barcoding | DynamicPDF GeneratorJava:Version Features | Programming With Generator for Java