| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf | |
| com.itextpdf.kernel.pdf.tagutils |
| Modifier and Type | Field and Description |
|---|---|
protected TagStructureContext |
PdfDocument.tagStructureContext |
| Modifier and Type | Method and Description |
|---|---|
TagStructureContext |
PdfDocument.getTagStructureContext()
Gets document
TagStructureContext. |
| Modifier and Type | Method and Description |
|---|---|
TagStructureContext |
TagStructureContext.flushPageTags(PdfPage page)
Flushes the tags which are considered to belong to the given page.
|
TagStructureContext |
TagStructureContext.moveTagPointerToTag(IAccessibleElement element,
TagTreePointer tagPointer)
Sets the tag, which is connected with the given accessible element, as a current tag for the given
TagTreePointer. |
TagStructureContext |
TagStructureContext.removeAllConnectionsToTags()
Destroys all the retained connections.
|
TagStructureContext |
TagTreePointer.removeElementConnectionToTag(IAccessibleElement element)
Destroys the connection between the given accessible element and the tag to which this element is connected to.
|
TagStructureContext |
TagStructureContext.removeElementConnectionToTag(IAccessibleElement element)
Destroys the connection between the given accessible element and the tag to which this element is connected to.
|
TagStructureContext |
TagStructureContext.removePageTags(PdfPage page)
Removes all tags that belong only to this page.
|
TagStructureContext |
TagStructureContext.setForbidUnknownRoles(boolean forbidUnknownRoles)
If forbidUnknownRoles is set to true, then if you would try to add new tag which has not a standard role and
it's role is not mapped through RoleMap, an exception will be raised.
|
Copyright © 1998–2016 iText Group NV. All rights reserved.