Package | Description |
---|---|
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure |
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
|
org.apache.pdfbox.pdmodel.documentinterchange.markedcontent |
The marked content package provides a mechanism for modeling marked-content
sequences.
|
org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf |
The tagged PDF package provides a mechanism for incorporating "tags" (standard
structure types and attributes) into a PDF file.
|
org.apache.pdfbox.util |
This package contains utility classes that are used by the PDFBox project.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDStructureElement.appendKid(PDMarkedContent markedContent) |
Appends a marked-content sequence kid.
|
Modifier and Type | Method | Description |
---|---|---|
static PDMarkedContent |
PDMarkedContent.create(COSName tag,
COSDictionary properties) |
Creates a marked-content sequence.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDMarkedContent.addMarkedContent(PDMarkedContent markedContent) |
Adds a marked content to the contents.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDArtifactMarkedContent |
An artifact marked content.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<PDMarkedContent> |
PDFMarkedContentExtractor.getMarkedContents() |