AbstractPDFFontStream
, AbstractPDFStream
, ObjectStream
, PageSequenceStructElem
, PDFAction
, PDFAnnotList
, PDFArray
, PDFCFFStream
, PDFCFFStreamType0C
, PDFCharProcs
, PDFCIDFont
, PDFCIDFontDescriptor
, PDFCIDSystemInfo
, PDFCIELabColorSpace
, PDFCMap
, PDFColor
, PDFDestination
, PDFDests
, PDFDictionary
, PDFDPart
, PDFDPartRoot
, PDFEmbeddedFile
, PDFEmbeddedFiles
, PDFEncoding
, PDFEncryptionJCE
, PDFFileSpec
, PDFFont
, PDFFontDescriptor
, PDFFontNonBase14
, PDFFontTrueType
, PDFFontType0
, PDFFontType1
, PDFFontType3
, PDFFormXObject
, PDFFunction
, PDFGoTo
, PDFGoToRemote
, PDFGState
, PDFICCBasedColorSpace
, PDFICCStream
, PDFIdentifiedDictionary
, PDFImageXObject
, PDFInfo
, PDFInternalLink
, PDFJavaScriptLaunchAction
, PDFLaunch
, PDFLayer
, PDFLink
, PDFMetadata
, PDFName
, PDFNames
, PDFNameTreeNode
, PDFNavigator
, PDFNavigatorAction
, PDFNull
, PDFNumber
, PDFNumberTreeNode
, PDFNumsArray
, PDFObject
, PDFOutline
, PDFOutputIntent
, PDFPage
, PDFPageLabels
, PDFPages
, PDFParentTree
, PDFPathPaint
, PDFPattern
, PDFRectangle
, PDFReference
, PDFResourceContext
, PDFResources
, PDFRoot
, PDFSeparationColorSpace
, PDFSetOCGStateAction
, PDFShading
, PDFStream
, PDFStructElem
, PDFStructElem.Placeholder
, PDFStructTreeRoot
, PDFT1Stream
, PDFText
, PDFToUnicodeCMap
, PDFTransitionAction
, PDFTTFStream
, PDFUri
, PDFXObject
, StructureHierarchyMember
, TransitionDictionary
public interface PDFWritable
Modifier and Type | Method | Description |
---|---|---|
void |
outputInline(java.io.OutputStream out,
java.lang.StringBuilder textBuffer) |
Writes a "direct object" (inline object) representation to the stream.
|
void outputInline(java.io.OutputStream out, java.lang.StringBuilder textBuffer) throws java.io.IOException
IMPORTANT: If you need to write out binary output, call
PDFDocument.flushTextBuffer(StringBuilder, OutputStream)
before writing any content
to the OutputStream
!
out
- the OutputStream (for binary content)textBuffer
- the text buffer for text contentjava.io.IOException
- if an I/O error occursCopyright 1999-2016 The Apache Software Foundation. All Rights Reserved.