StructureTreeElement, PDFWritablepublic static class PDFStructElem.Placeholder extends PDFStructElem
PDFStructElem.Placeholderentries, orderkids, parentElement| Constructor | Description |
|---|---|
Placeholder(PDFObject parent) |
| Modifier and Type | Method | Description |
|---|---|---|
PDFObjectNumber |
getObjectNumber() |
Returns the object number of this indirect object.
|
void |
outputInline(java.io.OutputStream out,
java.lang.StringBuilder textBuffer) |
Writes a "direct object" (inline object) representation to the stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsKey, get, getChildren, getChildren, keySet, put, put, removecontentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, toPDF, toPDFStringaddKid, addKidInSpecificOrder, attachKids, getKids, getLanguage, getParentStructElem, getStructureType, output, setLanguage, setMCIDKid, setPage, setParent, setTableAttributeColSpan, setTableAttributeRowSpan, writeDictionarypublic Placeholder(PDFObject parent)
public void outputInline(java.io.OutputStream out,
java.lang.StringBuilder textBuffer)
throws java.io.IOException
PDFObject
IMPORTANT: If you need to write out binary output, call
PDFDocument.flushTextBuffer(StringBuilder, OutputStream) before writing any content
to the OutputStream!
outputInline in interface PDFWritableoutputInline in class PDFObjectout - the OutputStream (for binary content)textBuffer - the text buffer for text contentjava.io.IOException - if an I/O error occurspublic abstract PDFObjectNumber getObjectNumber()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.