File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
kernel/src/main/java/com/itextpdf/kernel/pdf/tagutils Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,9 @@ This file is part of the iText (R) project.
52
52
import java .util .List ;
53
53
54
54
/**
55
- * The class represents a default accessibility properties which correspond specified role. Accessibility
56
- * properties are used to define properties of {@link PdfStructElem structure elements} in Tagged PDF documents.
55
+ * The class represents a basic implementation of {@link AccessibilityProperties} that preserves specified
56
+ * accessibility properties. Accessibility properties are used to define properties of
57
+ * {@link PdfStructElem structure elements} in Tagged PDF documents via {@link TagTreePointer} API.
57
58
*/
58
59
public class DefaultAccessibilityProperties extends AccessibilityProperties {
59
60
protected String role ;
You can’t perform that action at this time.
0 commit comments