Uses of Class
org.apache.pdfbox.pdmodel.PDPageContentStream
Packages that use PDPageContentStream
Package
Description
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PDPageContentStream in org.apache.pdfbox.pdmodel.interactive.form
Fields in org.apache.pdfbox.pdmodel.interactive.form declared as PDPageContentStreamModifier and TypeFieldDescriptionprivate PDPageContentStream
PlainTextFormatter.Builder.contents
private final PDPageContentStream
PlainTextFormatter.contents
Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDPageContentStreamModifier and TypeMethodDescriptionprivate void
AppearanceGeneratorHelper.insertGeneratedCombAppearance
(PDPageContentStream contents, PDAppearanceStream appearanceStream, PDFont font, float fontSize) Generate the appearance for comb fields.private void
AppearanceGeneratorHelper.insertGeneratedListboxAppearance
(PDPageContentStream contents, PDAppearanceStream appearanceStream, PDRectangle contentRect, PDFont font, float fontSize) private void
AppearanceGeneratorHelper.insertGeneratedListboxSelectionHighlight
(PDPageContentStream contents, PDAppearanceStream appearanceStream, PDFont font, float fontSize) (package private) void
PDDefaultAppearanceString.writeTo
(PDPageContentStream contents, float zeroFontSize) Writes the DA string to the given content stream.Constructors in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDPageContentStream