Uses of Enum Class
org.openpdf.layout.BoxBuilder.MarginDirection
Packages that use BoxBuilder.MarginDirection
-
Uses of BoxBuilder.MarginDirection in org.openpdf.layout
Subclasses with type arguments of type BoxBuilder.MarginDirection in org.openpdf.layoutMethods in org.openpdf.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.openpdf.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.openpdf.render
Methods in org.openpdf.render that return BoxBuilder.MarginDirectionModifier and TypeMethodDescriptionPageBox.LeftMarginArea.getDirection()PageBox.MarginArea.getDirection()PageBox.RightMarginArea.getDirection()