Uses of Enum
com.itextpdf.layout.properties.ObjectFit
Package
Description
-
Uses of ObjectFit in com.itextpdf.layout.element
Modifier and TypeMethodDescriptionImage.getObjectFit()
Retrieves theObjectFit
mode for the image.Modifier and TypeMethodDescriptionImage.setObjectFit
(ObjectFit objectFit) Sets an object-fit mode for the image. -
Uses of ObjectFit in com.itextpdf.layout.properties
-
Uses of ObjectFit in com.itextpdf.layout.renderer.objectfit
Modifier and TypeMethodDescriptionstatic ObjectFitApplyingResult
ObjectFitCalculator.calculateRenderedImageSize
(ObjectFit objectFit, double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight) Calculates size of image to be render when certainObjectFit
mode is applied.