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.text |
Modifier and Type | Method and Description |
---|---|
void |
PDStructureElement.appendKid(PDMarkedContent markedContent)
Appends a marked-content sequence kid.
|
Modifier and Type | Method and Description |
---|---|
static PDMarkedContent |
PDMarkedContent.create(COSName tag,
COSDictionary properties)
Creates a marked-content sequence.
|
Modifier and Type | Method and Description |
---|---|
void |
PDMarkedContent.addMarkedContent(PDMarkedContent markedContent)
Adds a marked content to the contents.
|
Modifier and Type | Class and Description |
---|---|
class |
PDArtifactMarkedContent
An artifact marked content.
|
Modifier and Type | Method and Description |
---|---|
List<PDMarkedContent> |
PDFMarkedContentExtractor.getMarkedContents() |
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.