Uses of Enum Class
org.xhtmlrenderer.layout.BoxBuilder.MarginDirection
Packages that use BoxBuilder.MarginDirection
-
Uses of BoxBuilder.MarginDirection in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return BoxBuilder.MarginDirectionModifier and TypeMethodDescriptionstatic BoxBuilder.MarginDirectionReturns the enum constant of this class with the specified name.static BoxBuilder.MarginDirection[]BoxBuilder.MarginDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xhtmlrenderer.layout with parameters of type BoxBuilder.MarginDirectionModifier and TypeMethodDescriptionstatic @Nullable TableBoxBoxBuilder.createMarginTable(LayoutContext c, PageInfo pageInfo, MarginBoxName[] names, int height, BoxBuilder.MarginDirection direction) -
Uses of BoxBuilder.MarginDirection in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return BoxBuilder.MarginDirectionModifier and TypeMethodDescriptionPageBox.LeftMarginArea.getDirection()PageBox.MarginArea.getDirection()PageBox.RightMarginArea.getDirection()