Uses of Class
com.ironsoftware.ironpdf.edit.Length
-
Uses of Length in com.ironsoftware.ironpdf.internal.staticapi
-
Uses of Length in com.ironsoftware.ironpdf.stamp
Modifier 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.Modifier 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.