|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDMarkedContentReference | |
---|---|
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. |
Uses of PDMarkedContentReference in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure |
---|
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDMarkedContentReference | |
---|---|
void |
PDStructureElement.appendKid(PDMarkedContentReference markedContentReference)
Appends a marked-content reference kid. |
void |
PDStructureElement.insertBefore(PDMarkedContentReference markedContentReference,
java.lang.Object refKid)
Inserts a marked-content reference kid before a reference kid. |
void |
PDStructureElement.removeKid(PDMarkedContentReference markedContentReference)
Removes a marked-content reference kid. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |