-
public final class DocumentLayout.Page.TextZone
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDocumentLayout.Page.TextZone.Paragraph
-
Field Summary
Fields Modifier and Type Field Description private final List<DocumentLayout.Page.TextZone.Paragraph>paragraphs
-
Constructor Summary
Constructors Constructor Description DocumentLayout.Page.TextZone(List<DocumentLayout.Page.TextZone.Paragraph> paragraphs)
-
Method Summary
Modifier and Type Method Description final List<DocumentLayout.Page.TextZone.Paragraph>getParagraphs()-
-
Constructor Detail
-
DocumentLayout.Page.TextZone
DocumentLayout.Page.TextZone(List<DocumentLayout.Page.TextZone.Paragraph> paragraphs)
-
-
Method Detail
-
getParagraphs
final List<DocumentLayout.Page.TextZone.Paragraph> getParagraphs()
-
-
-
-