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) classTableTaggingPriorToOneFiveVersionRule(package private) classTableTaggingRule(package private) classTHTaggingRuleUsed 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. taggingRulesMethods in com.itextpdf.layout.tagging with parameters of type ITaggingRule Modifier and Type Method Description private voidLayoutTaggingHelper. registerSingleRule(java.lang.String role, ITaggingRule rule)
-