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 OcrPdfCreatorPropertiesOcrPdfCreator.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 OcrPdfCreatorPropertiesOcrPdfCreatorProperties.setImageLayerName(String layerName) Sets name for the image layer,nullby default.OcrPdfCreatorProperties.setImageRotationHandler(IImageRotationHandler imageRotationDetector) Sets image rotation handler instance.OcrPdfCreatorProperties.setMetaInfo(com.itextpdf.commons.actions.contexts.IMetaInfo metaInfo) Set meta info for thisOcrPdfCreatorProperties.final OcrPdfCreatorPropertiesOcrPdfCreatorProperties.setPageSize(com.itextpdf.kernel.geom.Rectangle pageSize) Sets required size for output PDF document.final OcrPdfCreatorPropertiesOcrPdfCreatorProperties.setPdfLang(String language) Specify PDF natural language, and optionally locale.final OcrPdfCreatorPropertiesOcrPdfCreatorProperties.setScaleMode(ScaleMode scaleMode) Sets scale mode for input images using available options fromScaleModeenumeration.OcrPdfCreatorProperties.setTagged(boolean tagged) Defines whether pdf document should be tagged or not.final OcrPdfCreatorPropertiesOcrPdfCreatorProperties.setTextColor(com.itextpdf.kernel.colors.Color textColor) Sets text color in output PDF document.final OcrPdfCreatorPropertiesOcrPdfCreatorProperties.setTextLayerName(String layerName) Sets name for the text layer.final OcrPdfCreatorPropertiesSets PDF document title.Methods in com.itextpdf.pdfocr with parameters of type OcrPdfCreatorPropertiesModifier and TypeMethodDescriptionfinal voidOcrPdfCreator.setOcrPdfCreatorProperties(OcrPdfCreatorProperties ocrPdfCreatorProperties) Sets properties forOcrPdfCreator.Constructors in com.itextpdf.pdfocr with parameters of type OcrPdfCreatorPropertiesModifierConstructorDescriptionOcrPdfCreator(IOcrEngine ocrEngine, OcrPdfCreatorProperties ocrPdfCreatorProperties) Creates a newOcrPdfCreatorinstance.Creates a newOcrPdfCreatorPropertiesinstance based on anotherOcrPdfCreatorPropertiesinstance (copy constructor).