Uses of Class
org.apache.fop.layoutmgr.UnresolvedListElementWithLength
-
Packages that use UnresolvedListElementWithLength Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of UnresolvedListElementWithLength in org.apache.fop.layoutmgr
Subclasses of UnresolvedListElementWithLength in org.apache.fop.layoutmgr Modifier and Type Class Description class
BorderElement
This represents an unresolved border element.class
BorderOrPaddingElement
This class represents an unresolved border or padding element.class
PaddingElement
This represents an unresolved padding element.class
SpaceElement
This class represents an unresolved space element.Fields in org.apache.fop.layoutmgr declared as UnresolvedListElementWithLength Modifier and Type Field Description private UnresolvedListElementWithLength[]
SpaceResolver. firstPart
private UnresolvedListElementWithLength[]
SpaceResolver. noBreak
private UnresolvedListElementWithLength[]
SpaceResolver. secondPart
Methods in org.apache.fop.layoutmgr with parameters of type UnresolvedListElementWithLength Modifier and Type Method Description void
LayoutContext. addPendingAfterMark(UnresolvedListElementWithLength element)
Adds a border or padding element to the pending list which will be used to generate the right element list for break possibilities.void
LayoutContext. addPendingBeforeMark(UnresolvedListElementWithLength element)
Adds a border or padding element to the pending list which will be used to generate the right element list for break possibilities.
-