RED-9139: move document to its own module, add TableOfContents and TableOfContentsItem

* update LayoutEngine package
This commit is contained in:
Kilian Schuettler 2024-11-13 13:46:14 +01:00
parent 3671d96c26
commit 6ae777c802

View File

@ -67,7 +67,6 @@ public class AtomicTextBlock implements TextBlock {
@NonNull @NonNull
List<Rectangle2D> positions; List<Rectangle2D> positions;
@NonNull
@EqualsAndHashCode.Exclude @EqualsAndHashCode.Exclude
SemanticNode parent; SemanticNode parent;