-
public final class DocumentLayout.Page
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDocumentLayout.Page.TextZonepublic final classDocumentLayout.Page.Region
-
Constructor Summary
Constructors Constructor Description DocumentLayout.Page(Integer number, Float sizeX, Float sizeY, List<DocumentLayout.Page.TextZone> textZones, List<DocumentLayout.Page.Region> regions)
-
Method Summary
Modifier and Type Method Description final IntegergetNumber()final FloatgetSizeX()final FloatgetSizeY()final List<DocumentLayout.Page.TextZone>getTextZones()final List<DocumentLayout.Page.Region>getRegions()-
-
Constructor Detail
-
DocumentLayout.Page
DocumentLayout.Page(Integer number, Float sizeX, Float sizeY, List<DocumentLayout.Page.TextZone> textZones, List<DocumentLayout.Page.Region> regions)
-
-
Method Detail
-
getTextZones
final List<DocumentLayout.Page.TextZone> getTextZones()
-
getRegions
final List<DocumentLayout.Page.Region> getRegions()
-
-
-
-