Uses of Class
org.faceless.pdf2.LayoutBox.Box
-
Packages that use LayoutBox.Box Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of LayoutBox.Box in org.faceless.pdf2
Subclasses of LayoutBox.Box in org.faceless.pdf2 Modifier and Type Class Description class
LayoutBox.Text
The Text class is a subclass ofLayoutBox.Box
which is specifically for displaying Text.Methods in org.faceless.pdf2 that return LayoutBox.Box Modifier and Type Method Description LayoutBox.Box
LayoutBox. addBoxFullWidth(float height)
Add a new box that takes the full width of the LayoutBox, less the width of any left or right floating boxes.LayoutBox.Box
LayoutBox. addBoxInline(float width, float height, int align)
Add a new Box which will be appear "inline" - ie. positioned in the same way as the text.LayoutBox.Box
LayoutBox. addBoxLeft(float width, float height, int clearflags)
Add a new Box which will float at the left of the LayoutBox.LayoutBox.Box
LayoutBox. addBoxRight(float width, float height, int clearflags)
Add a new Box which will float at the right of the LayoutBox.LayoutBox.Box[]
LayoutBox. getBoxes()
Return the list of boxes which make up the LayoutBox.
-