boolean |
ETargetPageFormat.in(ETargetPageFormat... elements) |
|
static ETargetPageFormat |
PageFormatUtils.pageFormatFrom(PdfConversionParams params,
ETargetPageFormat autoOverride) |
|
static PageFormatUtils.ApachePoiPageFormat |
PageFormatUtils.toApachePoiFormat(ETargetPageFormat pageFormat,
PageFormatUtils.ApachePoiPageFormat dfltFormat) |
Returns a page format value usable by Apache POI based converters.
|
static PageFormatUtils.AsposePageFormat |
PageFormatUtils.toAsposeCellsFormat(ETargetPageFormat pageFormat,
PageFormatUtils.AsposePageFormat dfltFormat) |
Returns a page format value usable by Aspose.Cells based converters.
|
static PageFormatUtils.AsposePageFormat |
PageFormatUtils.toAsposeWordsFormat(ETargetPageFormat pageFormat,
PageFormatUtils.AsposePageFormat dfltFormat) |
Returns a page format value usable by Aspose.Words based converters.
|
static org.apache.pdfbox.pdmodel.common.PDRectangle |
PageFormatUtils.toPdfBoxFormat(ETargetPageFormat pageFormat,
org.apache.pdfbox.pdmodel.common.PDRectangle dfltFormat) |
Returns a page format value usable by PDFBox based converters.
|
static PageFormatUtils.IntSize |
PageFormatUtils.toSizeInPoints(ETargetPageFormat pageFormat,
PageFormatUtils.IntSize dfltFormat) |
Returns a page format value usable by converters based on DTP points.
|