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 LengthPStamp_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 LengthStamper. getHorizontalOffset()Gets horizontal offset.LengthStamper. getMaxHeight()Gets the maximum height of the output stamp.LengthStamper. getMaxWidth()Gets the maximum width of the output stamp.LengthStamper. getMinHeight()Gets the minimum height of the output stamp.LengthStamper. getMinWidth()Gets the minimum width of the output stamp.LengthStamper. getVerticalOffset()Gets vertical offset.Methods in com.ironsoftware.ironpdf.stamp with parameters of type Length Modifier and Type Method Description voidStamper. setHorizontalOffset(Length value)Sets horizontal offset.voidStamper. setMaxHeight(Length value)Sets the maximum height of the output stamp.voidStamper. setMaxWidth(Length value)Sets the maximum width of the output stamp.voidStamper. setMinHeight(Length value)Sets the minimum height of the output stamp.voidStamper. setMinWidth(Length value)Sets the minimum width of the output stamp.voidStamper. setVerticalOffset(Length value)Sets vertical offset.
-