Uses of Interface
com.itextpdf.layout.tagging.ITaggingRule
-
Packages that use ITaggingRule Package Description com.itextpdf.layout.tagging -
-
Uses of ITaggingRule in com.itextpdf.layout.tagging
Classes in com.itextpdf.layout.tagging that implement ITaggingRule Modifier and Type Class Description (package private) class
TableTaggingPriorToOneFiveVersionRule
(package private) class
TableTaggingRule
(package private) class
THTaggingRule
Used to automatically add scope attribute to TH cells.Fields in com.itextpdf.layout.tagging with type parameters of type ITaggingRule Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<ITaggingRule>>
LayoutTaggingHelper. taggingRules
Methods in com.itextpdf.layout.tagging with parameters of type ITaggingRule Modifier and Type Method Description private void
LayoutTaggingHelper. registerSingleRule(java.lang.String role, ITaggingRule rule)
-