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

com.storedobject.pdf.PDFElement Maven / Gradle / Ivy

package com.storedobject.pdf;

public interface PDFElement {
	public static final int ALIGN_UNDEFINED = -1;
	public static final int ALIGN_LEFT = 0;
	public static final int ALIGN_CENTER = 1;
	public static final int ALIGN_RIGHT = 2;
	public static final int ALIGN_JUSTIFIED = 3;
	public static final int ALIGN_TOP = 4;
	public static final int ALIGN_MIDDLE = 5;
	public static final int ALIGN_BOTTOM = 6;
	public static final int ALIGN_BASELINE = 7;
	public static final int ALIGN_JUSTIFIED_ALL = 8;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy