Uses of Class
org.apache.pdfbox.pdmodel.documentinterchange.markedcontent.PDMarkedContent
-
Packages that use PDMarkedContent 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 -
-
Uses of PDMarkedContent in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDMarkedContent Modifier and Type Method Description void
PDStructureElement. appendKid(PDMarkedContent markedContent)
Appends a marked-content sequence kid. -
Uses of PDMarkedContent in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent
Methods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent that return PDMarkedContent Modifier and Type Method Description static PDMarkedContent
PDMarkedContent. create(COSName tag, COSDictionary properties)
Creates a marked-content sequence.Methods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent with parameters of type PDMarkedContent Modifier and Type Method Description void
PDMarkedContent. addMarkedContent(PDMarkedContent markedContent)
Adds a marked content to the contents. -
Uses of PDMarkedContent in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
Subclasses of PDMarkedContent in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf Modifier and Type Class Description class
PDArtifactMarkedContent
An artifact marked content. -
Uses of PDMarkedContent in org.apache.pdfbox.text
Fields in org.apache.pdfbox.text with type parameters of type PDMarkedContent Modifier and Type Field Description private java.util.Deque<PDMarkedContent>
PDFMarkedContentExtractor. currentMarkedContents
private java.util.List<PDMarkedContent>
PDFMarkedContentExtractor. markedContents
Methods in org.apache.pdfbox.text that return types with arguments of type PDMarkedContent Modifier and Type Method Description java.util.List<PDMarkedContent>
PDFMarkedContentExtractor. getMarkedContents()
-