Package de.xima.fc.transform.pdf.convert
Class PageFormatUtils.ApachePoiPageFormat
- java.lang.Object
-
- de.xima.fc.transform.pdf.convert.PageFormatUtils.ApachePoiPageFormat
-
- Enclosing class:
- PageFormatUtils
public static final class PageFormatUtils.ApachePoiPageFormat extends Object
Wraps 'Apache POI' (or to be more precise 'open xml word processing') page format settings.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description BigInteger
height
org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageOrientation.Enum
pageOrientation
BigInteger
width
-
-
-
Field Detail
-
pageOrientation
public final org.openxmlformats.schemas.wordprocessingml.x2006.main.STPageOrientation.Enum pageOrientation
-
width
public final BigInteger width
-
height
public final BigInteger height
-
-