Package org.apache.pdfbox.pdmodel
Class PDFormContentStream
java.lang.Object
org.apache.pdfbox.pdmodel.PDAbstractContentStream
org.apache.pdfbox.pdmodel.PDFormContentStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
Fields inherited from class org.apache.pdfbox.pdmodel.PDAbstractContentStream
document, fontStack, inTextMode, nonStrokingColorSpaceStack, outputStream, resources, strokingColorSpaceStack
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new form XObject content stream. -
Method Summary
Methods inherited from class org.apache.pdfbox.pdmodel.PDAbstractContentStream
addComment, addRect, beginMarkedContent, beginMarkedContent, beginText, clip, clipEvenOdd, close, closeAndFillAndStroke, closeAndFillAndStrokeEvenOdd, closeAndStroke, closePath, curveTo, curveTo1, curveTo2, drawForm, drawImage, drawImage, drawImage, drawImage, drawImage, endMarkedContent, endText, fill, fillAndStroke, fillAndStrokeEvenOdd, fillEvenOdd, getName, isOutside255Interval, lineTo, moveTo, newLine, newLineAtOffset, restoreGraphicsState, saveGraphicsState, setCharacterSpacing, setFont, setGraphicsStateParameters, setHorizontalScaling, setLeading, setLineCapStyle, setLineDashPattern, setLineJoinStyle, setLineWidth, setMaximumFractionDigits, setMiterLimit, setNonStrokingColor, setNonStrokingColor, setNonStrokingColor, setNonStrokingColor, setNonStrokingColor, setNonStrokingColor, setNonStrokingColor, setNonStrokingColor, setNonStrokingColorSpaceStack, setRenderingMode, setStrokingColor, setStrokingColor, setStrokingColor, setStrokingColor, setStrokingColor, setStrokingColor, setStrokingColorSpaceStack, setTextMatrix, setTextRise, setWordSpacing, shadingFill, showText, showTextInternal, showTextWithPositioning, stroke, transform, write, write, writeBytes, writeLine, writeOperand, writeOperand, writeOperand, writeOperator
-
Constructor Details
-
PDFormContentStream
Create a new form XObject content stream.- Parameters:
form
- The form XObject stream to write to.- Throws:
IOException
- If there is an error writing to the form contents.
-