Uses of Class
com.openhtmltopdf.layout.LayoutState
-
Packages that use LayoutState Package Description com.openhtmltopdf.layout -
-
Uses of LayoutState in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as LayoutState Modifier and Type Field Description private LayoutState
LayoutContext. _savedLayoutState
(package private) LayoutState[]
BlockBoxing.LiteRelayoutDataList. layoutStates
Methods in com.openhtmltopdf.layout that return LayoutState Modifier and Type Method Description LayoutState
LayoutContext. captureLayoutState()
LayoutState
LayoutContext. copyStateForRelayout()
(package private) abstract LayoutState
BlockBoxing.AbstractRelayoutDataList. getLayoutState(int boxIndex)
(package private) LayoutState
BlockBoxing.LiteRelayoutDataList. getLayoutState(int boxIndex)
Methods in com.openhtmltopdf.layout with parameters of type LayoutState Modifier and Type Method Description private static void
BlockBoxing. layoutBlockChild(LayoutContext c, BlockBox parent, BlockBox child, boolean needPageClear, int childOffset, int trimmedPageCount, LayoutState layoutState)
void
LayoutContext. restoreLayoutState(LayoutState layoutState)
void
LayoutContext. restoreStateForRelayout(LayoutState layoutState)
(package private) abstract void
BlockBoxing.AbstractRelayoutDataList. setLayoutState(int boxIndex, LayoutState state)
(package private) void
BlockBoxing.LiteRelayoutDataList. setLayoutState(int boxIndex, LayoutState state)
-