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

com.alphasystem.docbook.handler.impl.HyperlinkHandler Maven / Gradle / Ivy

The newest version!
package com.alphasystem.docbook.handler.impl;

/**
 * Handles "Hyperlink" style.
 *
 * @author sali
 */
public class HyperlinkHandler extends StyleHandler {

    public HyperlinkHandler() {
        super("Hyperlink");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy