Uses of Class
com.ironsoftware.ironpdf.edit.Length
-
Packages that use Length Package Description com.ironsoftware.ironpdf.internal.staticapi com.ironsoftware.ironpdf.stamp -
-
Uses of Length in com.ironsoftware.ironpdf.internal.staticapi
Methods in com.ironsoftware.ironpdf.internal.staticapi with parameters of type Length Modifier and Type Method Description static LengthP
Stamp_Converter. toProto(Length input)
-
Uses of Length in com.ironsoftware.ironpdf.stamp
Methods in com.ironsoftware.ironpdf.stamp that return Length Modifier and Type Method Description Length
Stamper. getHorizontalOffset()
Gets horizontal offset.Length
Stamper. getMaxHeight()
Gets the maximum height of the output stamp.Length
Stamper. getMaxWidth()
Gets the maximum width of the output stamp.Length
Stamper. getMinHeight()
Gets the minimum height of the output stamp.Length
Stamper. getMinWidth()
Gets the minimum width of the output stamp.Length
Stamper. getVerticalOffset()
Gets vertical offset.Methods in com.ironsoftware.ironpdf.stamp with parameters of type Length Modifier and Type Method Description void
Stamper. setHorizontalOffset(Length value)
Sets horizontal offset.void
Stamper. setMaxHeight(Length value)
Sets the maximum height of the output stamp.void
Stamper. setMaxWidth(Length value)
Sets the maximum width of the output stamp.void
Stamper. setMinHeight(Length value)
Sets the minimum height of the output stamp.void
Stamper. setMinWidth(Length value)
Sets the minimum width of the output stamp.void
Stamper. setVerticalOffset(Length value)
Sets vertical offset.
-