Uses of Enum
com.itextpdf.layout.properties.ObjectFit
 
     
      Packages that use ObjectFit
     
 
     
       Package
      
 
      
       Description
      
 
       
      -  
        
Uses of ObjectFit in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element that return ObjectFitModifier and TypeMethodDescriptionImage.getObjectFit()Retrieves theObjectFitmode for the image.Methods in com.itextpdf.layout.element with parameters of type ObjectFitModifier and TypeMethodDescriptionImage.setObjectFit(ObjectFit objectFit) Sets an object-fit mode for the image. -  
        
Uses of ObjectFit in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return ObjectFit -  
        
Uses of ObjectFit in com.itextpdf.layout.renderer.objectfit
Methods in com.itextpdf.layout.renderer.objectfit with parameters of type ObjectFitModifier and TypeMethodDescriptionstatic ObjectFitApplyingResultObjectFitCalculator.calculateRenderedImageSize(ObjectFit objectFit, double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight) Calculates size of image to be render when certainObjectFitmode is applied.