Package | Description |
---|---|
org.apache.fop.pdf |
Classes for handling the low-level creation of PDF documents.
|
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Class | Description |
---|---|---|
static class |
PDFStructElem.Placeholder |
Class representing a placeholder for a PDF Structure Element.
|
Modifier and Type | Field | Description |
---|---|---|
protected PDFStructElem |
PDFStructElem.parentElement |
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<PDFStructElem> |
PDFDocument.structureTreeElements |
Modifier and Type | Method | Description |
---|---|---|
PDFStructElem |
PDFStructElem.getParentStructElem() |
Returns the parent of this structure element.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PDFStructElem> |
PDFDocument.getStructureTreeElements() |
Get the Structural Tree Collection for this document
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDFStructElem.addKidInSpecificOrder(int position,
PDFStructElem kid) |
|
void |
PDFDocument.registerStructureElement(PDFStructElem structElem) |
Adds the given element to the structure tree.
|
void |
PDFDocument.registerStructureElement(PDFStructElem structElem,
StandardStructureAttributes.Table.Scope scope) |
Assigns the given scope to the given element and adds it to the structure tree.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PageSequenceStructElem |
Modifier and Type | Method | Description |
---|---|---|
static PDFStructElem |
PDFStructureTreeBuilder.createStructureElement(java.lang.String name,
StructureHierarchyMember parent,
org.xml.sax.Attributes attributes,
PDFFactory pdfFactory,
EventBroadcaster eventBroadcaster) |
|
PDFStructElem |
PDFRenderingContext.getCurrentSessionStructElem() |
Modifier and Type | Method | Description |
---|---|---|
void |
PDFRenderingContext.setCurrentSessionStructElem(PDFStructElem currentSessionStructElem) |
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.