org.convertertopdf.util.EOrientation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of convertertopdf Show documentation
Show all versions of convertertopdf Show documentation
A component 100% free, which convert several file formats to PDF
package org.convertertopdf.util;
/**
* Enum responsible for representing the page orientation for TxtConverter and
* Images converters.
*
* @author Thiago Leite e-mail: [email protected]
*/
public enum EOrientation {
LANDSCAPE,
PORTRAIT;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy