Commit 1e72b57
committed
Refactor interfaces in com.itextpdf.kernel.pdf.tagutils package
Replaced IAccessibleElement+AccessibilityProperties with AccessibilityProperties abstract class;
Old AccessibilityProperties class is replaced with DefaultAccessibilityProperties implementation of abstract class;
Changed most of the API that concerns tag roles in order to make it work with java strings;
Introduced separate StandardRoles class for possible role constants;
Introduced PdfStructureAttributes wrapper for structure attributes.
DEVSIX-1236
Autoported commit.
Original commit hash: [4237de6b10]1 parent dfc34e9 commit 1e72b57
File tree
56 files changed
+1422
-943
lines changed- itext.tests
- itext.forms.tests/itext/forms
- itext.kernel.tests
- itext/kernel/pdf
- resources/itext/kernel/pdf/TagTreePointerTest
- itext.layout.tests/itext/layout
- itext
- itext.forms/itext/forms
- itext.kernel/itext/kernel/pdf
- tagging
- tagutils
- itext.layout/itext/layout
- element
- renderer
- tagging
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+1422
-943
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
192 | | - | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| |||
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
195 | | - | |
196 | | - | |
| 196 | + | |
| 197 | + | |
197 | 198 | | |
198 | 199 | | |
199 | 200 | | |
| |||
274 | 275 | | |
275 | 276 | | |
276 | 277 | | |
277 | | - | |
278 | | - | |
| 278 | + | |
| 279 | + | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
Lines changed: 92 additions & 73 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.
0 commit comments