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 PDPageContentStreamPlainTextFormatter.Builder.contentsprivate final PDPageContentStreamPlainTextFormatter.contentsMethods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDPageContentStreamModifier and TypeMethodDescriptionprivate voidAppearanceGeneratorHelper.insertGeneratedCombAppearance(PDPageContentStream contents, PDAppearanceStream appearanceStream, PDFont font, float fontSize) Generate the appearance for comb fields.private voidAppearanceGeneratorHelper.insertGeneratedListboxAppearance(PDPageContentStream contents, PDAppearanceStream appearanceStream, PDRectangle contentRect, PDFont font, float fontSize) private voidAppearanceGeneratorHelper.insertGeneratedListboxSelectionHighlight(PDPageContentStream contents, PDAppearanceStream appearanceStream, PDFont font, float fontSize) (package private) voidPDDefaultAppearanceString.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