All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.convertertopdf.util.EOrientation Maven / Gradle / Ivy

There is a newer version: 2.3.2
Show newest version
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