Example usage for com.lowagie.text.html HtmlTags subclass-usage

List of usage examples for com.lowagie.text.html HtmlTags subclass-usage

Introduction

In this page you can find the example usage for com.lowagie.text.html HtmlTags subclass-usage.

Usage

From source file com.amphisoft.epub.content.XhtmlTags.java

public class XhtmlTags extends HtmlTags {
    public static final String BLOCKQUOTE = "blockquote";
    public static final String TT = "tt";
}