Uses of Class
com.ironsoftware.ironpdf.edit.Length
Packages that use Length
- 
Uses of Length in com.ironsoftware.ironpdf.internal.staticapiMethods in com.ironsoftware.ironpdf.internal.staticapi with parameters of type Length
- 
Uses of Length in com.ironsoftware.ironpdf.stampMethods in com.ironsoftware.ironpdf.stamp that return LengthModifier and TypeMethodDescriptionfinal LengthStamper.getHorizontalOffset()Gets horizontal offset.final LengthStamper.getMaxHeight()Gets the maximum height of the output stamp.final LengthStamper.getMaxWidth()Gets the maximum width of the output stamp.final LengthStamper.getMinHeight()Gets the minimum height of the output stamp.final LengthStamper.getMinWidth()Gets the minimum width of the output stamp.final LengthStamper.getVerticalOffset()Gets vertical offset.Methods in com.ironsoftware.ironpdf.stamp with parameters of type LengthModifier and TypeMethodDescriptionfinal voidStamper.setHorizontalOffset(Length value) Sets horizontal offset.final voidStamper.setMaxHeight(Length value) Sets the maximum height of the output stamp.final voidStamper.setMaxWidth(Length value) Sets the maximum width of the output stamp.final voidStamper.setMinHeight(Length value) Sets the minimum height of the output stamp.final voidStamper.setMinWidth(Length value) Sets the minimum width of the output stamp.final voidStamper.setVerticalOffset(Length value) Sets vertical offset.