Uses of Class
com.openhtmltopdf.layout.LayoutState
Packages that use LayoutState
-
Uses of LayoutState in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as LayoutStateModifier and TypeFieldDescriptionprivate LayoutState
LayoutContext._savedLayoutState
(package private) final LayoutState[]
BlockBoxing.LiteRelayoutDataList.layoutStates
Methods in com.openhtmltopdf.layout that return LayoutStateModifier and TypeMethodDescriptionLayoutContext.captureLayoutState()
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 LayoutStateModifier and TypeMethodDescriptionprivate 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)