|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
org.apache.fop.pdf.StructureHierarchyMember
org.apache.fop.pdf.PDFStructElem
org.apache.fop.pdf.PDFStructElem.Placeholder
public static class PDFStructElem.Placeholder
Class representing a placeholder for a PDF Structure Element.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.fop.pdf.PDFStructElem |
|---|
PDFStructElem.Placeholder |
| Field Summary |
|---|
| Fields inherited from class org.apache.fop.pdf.PDFStructElem |
|---|
kids, parentElement |
| Fields inherited from class org.apache.fop.pdf.PDFDictionary |
|---|
entries, order |
| Fields inherited from class org.apache.fop.pdf.PDFObject |
|---|
log |
| Constructor Summary | |
|---|---|
PDFStructElem.Placeholder(PDFObject parent)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.fop.pdf.PDFStructElem |
|---|
addKid, addKidInSpecificOrder, attachKids, getKids, getLanguage, getParentStructElem, getStructureType, output, setLanguage, setMCIDKid, setPage, setParent, setTableAttributeColSpan, setTableAttributeRowSpan, writeDictionary |
| Methods inherited from class org.apache.fop.pdf.PDFDictionary |
|---|
containsKey, get, getChildren, getChildren, keySet, put, put, remove |
| Methods inherited from class org.apache.fop.pdf.PDFObject |
|---|
contentEquals, encode, encodeBinaryToHexString, encodeString, encodeText, formatObject, getDocument, getDocumentSafely, getGeneration, getObjectID, getObjectNumber, getParent, hasObjectNumber, makeReference, referencePDF, setDocument, setObjectNumber, setObjectNumber, setObjectNumber, toPDF, toPDFString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDFStructElem.Placeholder(PDFObject parent)
| Method Detail |
|---|
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 content
java.io.IOException - if an I/O error occurspublic PDFObjectNumber getObjectNumber()
|
fop 2.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||