Uses of Class
com.openhtmltopdf.layout.VerticalAlignContext
-
Packages that use VerticalAlignContext Package Description com.openhtmltopdf.layout -
-
Uses of VerticalAlignContext in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as VerticalAlignContext Modifier and Type Field Description private VerticalAlignContext
VerticalAlignContext. _parent
private VerticalAlignContext
VerticalAlignContext.ChildContextData. _verticalAlignContext
Methods in com.openhtmltopdf.layout that return VerticalAlignContext Modifier and Type Method Description VerticalAlignContext
VerticalAlignContext. createChild(Box root)
VerticalAlignContext
VerticalAlignContext. getParent()
private VerticalAlignContext
VerticalAlignContext. getRoot()
VerticalAlignContext
VerticalAlignContext.ChildContextData. getVerticalAlignContext()
Constructors in com.openhtmltopdf.layout with parameters of type VerticalAlignContext Constructor Description ChildContextData(Box root, VerticalAlignContext vaContext)
-