Uses of Enum
com.itextpdf.pdfocr.onnx.PaddingStrategy
Packages that use PaddingStrategy
-
Uses of PaddingStrategy in com.itextpdf.pdfocr.onnx
Methods in com.itextpdf.pdfocr.onnx that return PaddingStrategyModifier and TypeMethodDescriptionImageResizeOptions.getPaddingStrategy()Returns the padding strategy.OnnxInputProperties.getPaddingStrategy()Returns the padding strategy for image inputs.static PaddingStrategyReturns the enum constant of this type with the specified name.static PaddingStrategy[]PaddingStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.itextpdf.pdfocr.onnx with parameters of type PaddingStrategyModifierConstructorDescriptionImageResizeOptions(ImageChannelConfiguration channelConfiguration, int minWidth, int minHeight, int maxWidth, int maxHeight, int widthMultiple, int heightMultiple, PaddingStrategy paddingStrategy) Creates image resize options.ImageResizeOptions(ImageChannelConfiguration channelConfiguration, int minWidth, int minHeight, int maxWidth, int maxHeight, PaddingStrategy paddingStrategy) Creates image resize options.ImageResizeOptions(ImageChannelConfiguration channelConfiguration, int targetWidth, int targetHeight, PaddingStrategy paddingStrategy) Creates image resize options.