Uses of Class
org.apache.pdfbox.pdmodel.PDAppearanceContentStream
Packages that use PDAppearanceContentStream
Package
Description
AcroForms samples for PDFBox.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PDAppearanceContentStream in org.apache.pdfbox.examples.interactive.form
Methods in org.apache.pdfbox.examples.interactive.form with parameters of type PDAppearanceContentStreamModifier and TypeMethodDescription(package private) static voidCreateRadioButtons.drawCircle(PDAppearanceContentStream cs, float x, float y, float r) -
Uses of PDAppearanceContentStream in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Fields in org.apache.pdfbox.pdmodel.interactive.annotation.handlers declared as PDAppearanceContentStreamMethods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers that return PDAppearanceContentStreamModifier and TypeMethodDescriptionprivate PDAppearanceContentStreamPDAbstractAppearanceHandler.getAppearanceEntryAsContentStream(PDAppearanceEntry appearanceEntry, boolean compress) (package private) PDAppearanceContentStreamPDAbstractAppearanceHandler.getNormalAppearanceAsContentStream()Get the annotations normal appearance content stream.(package private) PDAppearanceContentStreamPDAbstractAppearanceHandler.getNormalAppearanceAsContentStream(boolean compress) Get the annotations normal appearance content stream.Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDAppearanceContentStreamModifier and TypeMethodDescriptionprivate voidPDTextAppearanceHandler.addPath(PDAppearanceContentStream contentStream, GeneralPath path) (package private) voidPDAbstractAppearanceHandler.drawArrow(PDAppearanceContentStream cs, float x, float y, float len) Add the two arms of a horizontal arrow.(package private) voidPDAbstractAppearanceHandler.drawCircle(PDAppearanceContentStream cs, float x, float y, float r) Add a circle shape to the path in clockwise direction.(package private) voidPDAbstractAppearanceHandler.drawCircle2(PDAppearanceContentStream cs, float x, float y, float r) Add a circle shape to the path in counterclockwise direction.private voidPDTextAppearanceHandler.drawCircles(PDAnnotationText annotation, PDAppearanceContentStream contentStream) private voidPDTextAppearanceHandler.drawComment(PDAnnotationText annotation, PDAppearanceContentStream contentStream) private voidPDTextAppearanceHandler.drawCrossHairs(PDAnnotationText annotation, PDAppearanceContentStream contentStream) (package private) voidPDAbstractAppearanceHandler.drawDiamond(PDAppearanceContentStream cs, float x, float y, float r) Add a square diamond shape (corner on top) to the path.private voidPDFileAttachmentAppearanceHandler.drawGraph(PDAppearanceContentStream contentStream) private voidPDTextAppearanceHandler.drawHelp(PDAnnotationText annotation, PDAppearanceContentStream contentStream) private voidPDTextAppearanceHandler.drawInsert(PDAnnotationText annotation, PDAppearanceContentStream contentStream) private voidPDTextAppearanceHandler.drawKey(PDAnnotationText annotation, PDAppearanceContentStream contentStream) private voidPDTextAppearanceHandler.drawNewParagraph(PDAnnotationText annotation, PDAppearanceContentStream contentStream) private voidPDTextAppearanceHandler.drawNote(PDAnnotationText annotation, PDAppearanceContentStream contentStream) private voidPDFileAttachmentAppearanceHandler.drawPaperclip(PDAppearanceContentStream contentStream) Draw a paperclip.private voidPDTextAppearanceHandler.drawParagraph(PDAnnotationText annotation, PDAppearanceContentStream contentStream) private voidPDFileAttachmentAppearanceHandler.drawPushPin(PDAppearanceContentStream contentStream) private voidPDTextAppearanceHandler.drawRightArrow(PDAnnotationText annotation, PDAppearanceContentStream contentStream) (package private) voidPDAbstractAppearanceHandler.drawStyle(String style, PDAppearanceContentStream cs, float x, float y, float width, boolean hasStroke, boolean hasBackground, boolean ending) Draw a line ending style.private voidPDFileAttachmentAppearanceHandler.drawTag(PDAppearanceContentStream contentStream) private voidPDTextAppearanceHandler.drawUpArrow(PDAnnotationText annotation, PDAppearanceContentStream contentStream) private voidPDTextAppearanceHandler.drawUpLeftArrow(PDAnnotationText annotation, PDAppearanceContentStream contentStream) private voidPDTextAppearanceHandler.drawZapf(PDAnnotationText annotation, PDAppearanceContentStream contentStream, int by, int ty, String glyphName) (package private) voidPDAbstractAppearanceHandler.setOpacity(PDAppearanceContentStream contentStream, float opacity) Constructors in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDAppearanceContentStreamModifierConstructorDescription(package private)CloudyBorder(PDAppearanceContentStream stream, double intensity, double lineWidth, PDRectangle rect) Creates a newCloudyBorderthat writes to the specified content stream. -
Uses of PDAppearanceContentStream in org.apache.pdfbox.pdmodel.interactive.annotation.layout
Fields in org.apache.pdfbox.pdmodel.interactive.annotation.layout declared as PDAppearanceContentStreamModifier and TypeFieldDescriptionprivate final PDAppearanceContentStreamPlainTextFormatter.Builder.contentsprivate final PDAppearanceContentStreamPlainTextFormatter.contentsConstructors in org.apache.pdfbox.pdmodel.interactive.annotation.layout with parameters of type PDAppearanceContentStream -
Uses of PDAppearanceContentStream in org.apache.pdfbox.pdmodel.interactive.form
Fields in org.apache.pdfbox.pdmodel.interactive.form declared as PDAppearanceContentStreamModifier and TypeFieldDescriptionprivate final PDAppearanceContentStreamPlainTextFormatter.Builder.contentsprivate final PDAppearanceContentStreamPlainTextFormatter.contentsMethods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDAppearanceContentStreamModifier and TypeMethodDescriptionprivate voidAppearanceGeneratorHelper.insertGeneratedCombAppearance(PDAppearanceContentStream contents, PDAppearanceStream appearanceStream, PDFont font, float fontSize) Generate the appearance for comb fields.private voidAppearanceGeneratorHelper.insertGeneratedListboxAppearance(PDAppearanceContentStream contents, PDAppearanceStream appearanceStream, PDRectangle contentRect, PDFont font, float fontSize) private voidAppearanceGeneratorHelper.insertGeneratedListboxSelectionHighlight(PDAppearanceContentStream contents, PDAppearanceStream appearanceStream, PDFont font, float fontSize) (package private) voidPDDefaultAppearanceString.writeTo(PDAppearanceContentStream contents, float zeroFontSize) Write font name, font size and color from the /DA string to the given content stream.Constructors in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDAppearanceContentStream