Uses of Enum
de.xima.fc.transform.pdf.convert.ETargetPageFormat
Packages that use ETargetPageFormat
-
Uses of ETargetPageFormat in de.xima.fc.transform.pdf.convert
Subclasses with type arguments of type ETargetPageFormat in de.xima.fc.transform.pdf.convertModifier and TypeClassDescriptionenumSome page formats that might be passed as conversion parameters (see the particular converter implementation for supported values).Methods in de.xima.fc.transform.pdf.convert that return ETargetPageFormatModifier and TypeMethodDescriptionstatic ETargetPageFormatPageFormatUtils.pageFormatFrom(PdfConversionParams params, ETargetPageFormat autoOverride) Reads the value of thePdfConversionParams.ParamNames.TARGET_PAGE_FORMATconversion parameter.static ETargetPageFormatReturns the enum constant of this type with the specified name.static ETargetPageFormat[]ETargetPageFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.transform.pdf.convert with parameters of type ETargetPageFormatModifier and TypeMethodDescriptionbooleanETargetPageFormat.in(ETargetPageFormat... elements) static ETargetPageFormatPageFormatUtils.pageFormatFrom(PdfConversionParams params, ETargetPageFormat autoOverride) Reads the value of thePdfConversionParams.ParamNames.TARGET_PAGE_FORMATconversion parameter.PageFormatUtils.toApachePoiFormat(ETargetPageFormat pageFormat, PageFormatUtils.ApachePoiPageFormat dfltFormat) Returns a page format value usable by Apache POI based converters.PageFormatUtils.toAsposeCellsFormat(ETargetPageFormat pageFormat, PageFormatUtils.AsposePageFormat dfltFormat) Returns a page format value usable by Aspose.Cells based converters.PageFormatUtils.toAsposeWordsFormat(ETargetPageFormat pageFormat, PageFormatUtils.AsposePageFormat dfltFormat) Returns a page format value usable by Aspose.Words based converters.static org.apache.pdfbox.pdmodel.common.PDRectanglePageFormatUtils.toPdfBoxFormat(ETargetPageFormat pageFormat, org.apache.pdfbox.pdmodel.common.PDRectangle dfltFormat) Returns a page format value in points usable by PDFBox based converters.static PageFormatUtils.IntSizePageFormatUtils.toSizeInPoints(ETargetPageFormat pageFormat, PageFormatUtils.IntSize dfltFormat) Returns a page format value usable by converters based on DTP points.