Uses of Class
com.itextpdf.layout.tagging.TaggingHintKey
Packages that use TaggingHintKey
-
Uses of TaggingHintKey in com.itextpdf.layout.tagging
Methods in com.itextpdf.layout.tagging that return TaggingHintKeyModifier and TypeMethodDescriptionLayoutTaggingHelper.getAccessibleParentHint(TaggingHintKey hintKey) static TaggingHintKeyLayoutTaggingHelper.getHintKey(IPropertyContainer container) static TaggingHintKeyLayoutTaggingHelper.getOrCreateHintKey(IPropertyContainer container) 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 TypeMethodDescriptionvoidLayoutTaggingHelper.addKidsHint(TaggingHintKey parentKey, Collection<TaggingHintKey> newKidsKeys) voidLayoutTaggingHelper.addKidsHint(TaggingHintKey parentKey, Collection<TaggingHintKey> newKidsKeys, int insertIndex) booleanLayoutTaggingHelper.createTag(TaggingHintKey hintKey, TagTreePointer tagPointer) LayoutTaggingHelper.getAccessibleKidsHint(TaggingHintKey parent) LayoutTaggingHelper.getAccessibleParentHint(TaggingHintKey hintKey) LayoutTaggingHelper.getKidsHint(TaggingHintKey parent) LayoutTaggingHelper.getParentHint(TaggingHintKey hintKey) voidLayoutTaggingHelper.markArtifactHint(TaggingHintKey hintKey) intLayoutTaggingHelper.moveKidHint(TaggingHintKey hintKeyOfKidToMove, TaggingHintKey newParent) intLayoutTaggingHelper.moveKidHint(TaggingHintKey hintKeyOfKidToMove, TaggingHintKey newParent, int insertIndex) intLayoutTaggingHelper.replaceKidHint(TaggingHintKey kidHintKey, Collection<TaggingHintKey> newKidsHintKeys) Method parameters in com.itextpdf.layout.tagging with type arguments of type TaggingHintKeyModifier and TypeMethodDescriptionvoidLayoutTaggingHelper.addKidsHint(TaggingHintKey parentKey, Collection<TaggingHintKey> newKidsKeys) voidLayoutTaggingHelper.addKidsHint(TaggingHintKey parentKey, Collection<TaggingHintKey> newKidsKeys, int insertIndex) intLayoutTaggingHelper.replaceKidHint(TaggingHintKey kidHintKey, Collection<TaggingHintKey> newKidsHintKeys)