com.pdfjet.StructElem Maven / Gradle / Ivy
/* */ package com.pdfjet;
/* */
/* */ public class StructElem
/* */ {
/* */ public static final String SPAN = "Span";
/* */ public static final String P = "P";
/* */ public static final String LINK = "Link";
/* */ protected int objNumber;
/* 44 */ protected String structure = null;
/* */ protected int pageObjNumber;
/* 46 */ protected int mcid = 0;
/* 47 */ protected String language = null;
/* 48 */ protected String altDescription = null;
/* 49 */ protected String actualText = null;
/* 50 */ protected Annotation annotation = null;
/* */ }
/* Location: E:\EGGWIFI\Customer\trunk\src\Workspace\Customer\Customer Maven Webapp\src\main\webapp\WEB-INF\lib\PDFjet.jar
* Qualified Name: com.pdfjet.StructElem
* JD-Core Version: 0.6.2
*/