| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf.tagutils |
| Modifier and Type | Method and Description |
|---|---|
IAccessibleElement |
TagTreePointer.getConnectedElement(boolean createIfNotExist)
Gets connected accessible element for the current tag.
|
| Modifier and Type | Method and Description |
|---|---|
TagTreePointer |
TagTreePointer.addTag(IAccessibleElement element)
Adds a new tag to the tag structure.
|
TagTreePointer |
TagTreePointer.addTag(IAccessibleElement element,
boolean keepConnectedToTag)
Adds a new tag to the tag structure.
|
TagTreePointer |
TagTreePointer.addTag(int index,
IAccessibleElement element)
Adds a new tag to the tag structure.
|
TagTreePointer |
TagTreePointer.addTag(int index,
IAccessibleElement element,
boolean keepConnectedToTag)
Adds a new tag to the tag structure.
|
boolean |
TagTreePointer.isElementConnectedToTag(IAccessibleElement element)
Checks if given
IAccessibleElement is connected to some tag. |
boolean |
TagStructureContext.isElementConnectedToTag(IAccessibleElement element)
Checks if given
IAccessibleElement is connected to some tag. |
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. |
TagTreePointer |
TagTreePointer.moveToTag(IAccessibleElement element)
Moves this
TagTreePointer instance to a tag, which is connected with the given accessible element. |
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.
|
Copyright © 1998–2017 iText Group NV. All rights reserved.