![JAR search and dependency download from the Maven repository](/logo.png)
org.jpedal.objects.PageOrigins Maven / Gradle / Ivy
/*
* ===========================================
* Java Pdf Extraction Decoding Access Library
* ===========================================
*
* Project Info: http://www.idrsolutions.com
* Help section for developers at http://www.idrsolutions.com/support/
*
* (C) Copyright 1997-2017 IDRsolutions and Contributors.
*
* This file is part of JPedal/JPDF2HTML5
*
@LICENSE@
*
* ---------------
* PageOrigins.java
* ---------------
*/
package org.jpedal.objects;
/**
* define enums to describe different co-ordinate systems
*/
public enum PageOrigins {
BOTTOM_LEFT, TOP_LEFT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy