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 and Description |
---|---|
static class |
PDFStructElem.Placeholder
Class representing a placeholder for a PDF Structure Element.
|
Modifier and Type | Field and Description |
---|---|
protected PDFStructElem |
PDFStructElem.parentElement |
Modifier and Type | Field and Description |
---|---|
protected List<PDFStructElem> |
PDFDocument.structureTreeElements |
Modifier and Type | Method and Description |
---|---|
PDFStructElem |
PDFStructElem.getParentStructElem()
Returns the parent of this structure element.
|
Modifier and Type | Method and Description |
---|---|
List<PDFStructElem> |
PDFDocument.getStructureTreeElements()
Get the Structural Tree Collection for this document
|
Modifier and Type | Method and 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 and Description |
---|---|
class |
PageSequenceStructElem |
Modifier and Type | Field and Description |
---|---|
protected PDFStructElem |
PageSequenceStructElem.sect |
Modifier and Type | Method and Description |
---|---|
PDFStructElem |
PDFStructureTreeBuilder.Factory.createStructureElement() |
PDFStructElem |
PDFStructureTreeBuilder.Factory.createStructureElement(int pageNumber) |
static PDFStructElem |
PDFStructureTreeBuilder.createStructureElement(String name,
StructureHierarchyMember parent,
Attributes attributes,
PDFFactory pdfFactory,
EventBroadcaster eventBroadcaster) |
PDFStructElem |
PDFRenderingContext.getCurrentSessionStructElem() |
Modifier and Type | Method and Description |
---|---|
void |
PDFRenderingContext.setCurrentSessionStructElem(PDFStructElem currentSessionStructElem) |
Copyright © 2025 Apache Software Foundation. All rights reserved.