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