Uses of Class
com.itextpdf.pdfocr.OcrPdfCreatorProperties
Packages that use OcrPdfCreatorProperties
-
Uses of OcrPdfCreatorProperties in com.itextpdf.pdfocr
Methods in com.itextpdf.pdfocr that return OcrPdfCreatorPropertiesModifier and TypeMethodDescriptionfinal OcrPdfCreatorProperties
OcrPdfCreator.getOcrPdfCreatorProperties()
Gets properties forOcrPdfCreator
.OcrPdfCreatorProperties.setFontProvider
(com.itextpdf.layout.font.FontProvider fontProvider) Sets font provider.OcrPdfCreatorProperties.setFontProvider
(com.itextpdf.layout.font.FontProvider fontProvider, String defaultFontFamily) Sets font provider and default font family.final OcrPdfCreatorProperties
OcrPdfCreatorProperties.setImageLayerName
(String layerName) Sets name for the image layer.OcrPdfCreatorProperties.setImageRotationHandler
(IImageRotationHandler imageRotationDetector) Sets image rotation handler instance.OcrPdfCreatorProperties.setMetaInfo
(com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo) Set meta info for thisOcrPdfCreatorProperties
.final OcrPdfCreatorProperties
OcrPdfCreatorProperties.setPageSize
(com.itextpdf.kernel.geom.Rectangle pageSize) Sets required size for output PDF document.final OcrPdfCreatorProperties
OcrPdfCreatorProperties.setPdfLang
(String language) Specify PDF natural language, and optionally locale.final OcrPdfCreatorProperties
OcrPdfCreatorProperties.setScaleMode
(ScaleMode scaleMode) Sets scale mode for input images using available options fromScaleMode
enumeration.final OcrPdfCreatorProperties
OcrPdfCreatorProperties.setTextColor
(com.itextpdf.kernel.colors.Color textColor) Sets text color in output PDF document.final OcrPdfCreatorProperties
OcrPdfCreatorProperties.setTextLayerName
(String layerName) Sets name for the text layer.final OcrPdfCreatorProperties
Sets PDF document title.Methods in com.itextpdf.pdfocr with parameters of type OcrPdfCreatorPropertiesModifier and TypeMethodDescriptionfinal void
OcrPdfCreator.setOcrPdfCreatorProperties
(OcrPdfCreatorProperties ocrPdfCreatorProperties) Sets properties forOcrPdfCreator
.Constructors in com.itextpdf.pdfocr with parameters of type OcrPdfCreatorPropertiesModifierConstructorDescriptionOcrPdfCreator
(IOcrEngine ocrEngine, OcrPdfCreatorProperties ocrPdfCreatorProperties) Creates a newOcrPdfCreator
instance.Creates a newOcrPdfCreatorProperties
instance based on anotherOcrPdfCreatorProperties
instance (copy constructor).