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

com.itextpdf.styledxmlparser.CommonAttributeConstants Maven / Gradle / Ivy

There is a newer version: 9.0.0
Show newest version
package com.itextpdf.styledxmlparser;

public class CommonAttributeConstants {
    /** The Constant ID. */
    public static final String ID = "id";
    /** The Constant CLASS. */
    public static final String CLASS = "class";
    /** The Constant LANG. */
    public static final String LANG = "lang";
    /** The Constant LANG. */
    public static final String STYLESHEET = "stylesheet";
    /** The Constant LANG. */
    public static final String REL = "rel";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy