Uses of Class
com.itextpdf.layout.tagging.TaggingHintKey
Packages that use TaggingHintKey
-
Uses of TaggingHintKey in com.itextpdf.layout.tagging
Fields in com.itextpdf.layout.tagging with type parameters of type TaggingHintKeyModifier and TypeFieldDescriptionprivate Set
<TaggingHintKey> TableTaggingPriorToOneFiveVersionRule.finishForbidden
private final Map
<TaggingHintKey, List<TaggingHintKey>> LayoutTaggingHelper.kidsHints
private final Map
<TaggingHintKey, List<TaggingHintKey>> LayoutTaggingHelper.kidsHints
private final Map
<TaggingHintKey, TaggingHintKey> LayoutTaggingHelper.parentHints
private final Map
<TaggingHintKey, TaggingHintKey> LayoutTaggingHelper.parentHints
Methods in com.itextpdf.layout.tagging that return TaggingHintKeyModifier and TypeMethodDescriptionLayoutTaggingHelper.getAccessibleParentHint
(TaggingHintKey hintKey) static TaggingHintKey
LayoutTaggingHelper.getHintKey
(IPropertyContainer container) static TaggingHintKey
LayoutTaggingHelper.getOrCreateHintKey
(IPropertyContainer container) private static TaggingHintKey
LayoutTaggingHelper.getOrCreateHintKey
(IPropertyContainer hintOwner, boolean setProperty) LayoutTaggingHelper.getParentHint
(IPropertyContainer hintOwner) LayoutTaggingHelper.getParentHint
(TaggingHintKey hintKey) Methods in com.itextpdf.layout.tagging that return types with arguments of type TaggingHintKeyModifier and TypeMethodDescriptionLayoutTaggingHelper.getAccessibleKidsHint
(TaggingHintKey parent) LayoutTaggingHelper.getKidsHint
(TaggingHintKey parent) Methods in com.itextpdf.layout.tagging with parameters of type TaggingHintKeyModifier and TypeMethodDescriptionvoid
LayoutTaggingHelper.addKidsHint
(TaggingHintKey parentKey, Collection<TaggingHintKey> newKidsKeys) void
LayoutTaggingHelper.addKidsHint
(TaggingHintKey parentKey, Collection<TaggingHintKey> newKidsKeys, int insertIndex) private void
LayoutTaggingHelper.addKidsHint
(TaggingHintKey parentKey, Collection<TaggingHintKey> newKidsKeys, int insertIndex, boolean skipFinishedChecks) private boolean
LayoutTaggingHelper.createSingleTag
(TaggingHintKey hintKey, TagTreePointer tagPointer) boolean
LayoutTaggingHelper.createTag
(TaggingHintKey hintKey, TagTreePointer tagPointer) LayoutTaggingHelper.getAccessibleKidsHint
(TaggingHintKey parent) LayoutTaggingHelper.getAccessibleParentHint
(TaggingHintKey hintKey) private static String
TableTaggingRule.getKidRole
(TaggingHintKey kidKey, LayoutTaggingHelper helper) LayoutTaggingHelper.getKidsHint
(TaggingHintKey parent) LayoutTaggingHelper.getParentHint
(TaggingHintKey hintKey) private static TaggingDummyElement
TableTaggingRule.getTbodyTag
(TaggingHintKey tableHintKey) Creates a dummy element withStandardRoles.TBODY
role if needed.private static boolean
LayoutTaggingHelper.isNonAccessibleHint
(TaggingHintKey hintKey) private boolean
LayoutTaggingHelper.isSomeKidNotFinished
(TaggingHintKey hint) private boolean
LayoutTaggingHelper.isSomeParentNotFinished
(TaggingHintKey parentHint) private boolean
LayoutTaggingHelper.isTagAlreadyExistsForHint
(TaggingHintKey tagHint) void
LayoutTaggingHelper.markArtifactHint
(TaggingHintKey hintKey) private static void
TableTaggingRule.moveCaption
(LayoutTaggingHelper taggingHelper, TaggingHintKey caption, TaggingHintKey tableHintKey) int
LayoutTaggingHelper.moveKidHint
(TaggingHintKey hintKeyOfKidToMove, TaggingHintKey newParent) int
LayoutTaggingHelper.moveKidHint
(TaggingHintKey hintKeyOfKidToMove, TaggingHintKey newParent, int insertIndex) private void
LayoutTaggingHelper.moveKidTagIfCreated
(TaggingHintKey parentKey, TaggingHintKey kidKey) boolean
ITaggingRule.onTagFinish
(LayoutTaggingHelper taggingHelper, TaggingHintKey taggingHintKey) Action which creates required children structure for the role.boolean
TableTaggingPriorToOneFiveVersionRule.onTagFinish
(LayoutTaggingHelper taggingHelper, TaggingHintKey taggingHintKey) boolean
TableTaggingRule.onTagFinish
(LayoutTaggingHelper taggingHelper, TaggingHintKey tableHintKey) boolean
THTaggingRule.onTagFinish
(LayoutTaggingHelper taggingHelper, TaggingHintKey taggingHintKey) Action which creates required children structure for the role.private void
LayoutTaggingHelper.releaseHint
(TaggingHintKey hint, Set<TaggingHintKey> hintsToBeHeld, boolean checkContextIsFinished) private int
LayoutTaggingHelper.removeParentHint
(TaggingHintKey hintKey) private int
LayoutTaggingHelper.removeParentHint
(TaggingHintKey hintKey, TaggingHintKey parentHint) private void
TableTaggingPriorToOneFiveVersionRule.removeTagUnavailableInPriorToOneDotFivePdf
(TaggingHintKey taggingHintKey, LayoutTaggingHelper taggingHelper) int
LayoutTaggingHelper.replaceKidHint
(TaggingHintKey kidHintKey, Collection<TaggingHintKey> newKidsHintKeys) Method parameters in com.itextpdf.layout.tagging with type arguments of type TaggingHintKeyModifier and TypeMethodDescriptionvoid
LayoutTaggingHelper.addKidsHint
(TaggingHintKey parentKey, Collection<TaggingHintKey> newKidsKeys) void
LayoutTaggingHelper.addKidsHint
(TaggingHintKey parentKey, Collection<TaggingHintKey> newKidsKeys, int insertIndex) private void
LayoutTaggingHelper.addKidsHint
(TaggingHintKey parentKey, Collection<TaggingHintKey> newKidsKeys, int insertIndex, boolean skipFinishedChecks) private void
LayoutTaggingHelper.finishDummyKids
(List<TaggingHintKey> taggingHintKeys) private int
LayoutTaggingHelper.getNearestNextSiblingTagIndex
(WaitingTagsManager waitingTagsManager, TagTreePointer parentPointer, List<TaggingHintKey> siblingsHint, int start) private void
LayoutTaggingHelper.releaseHint
(TaggingHintKey hint, Set<TaggingHintKey> hintsToBeHeld, boolean checkContextIsFinished) int
LayoutTaggingHelper.replaceKidHint
(TaggingHintKey kidHintKey, Collection<TaggingHintKey> newKidsHintKeys)