com.alphasystem.docbook.handler.impl.HyperlinkHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docbook-2-docx Show documentation
Show all versions of docbook-2-docx Show documentation
Alpha system commons library
The newest version!
package com.alphasystem.docbook.handler.impl;
/**
* Handles "Hyperlink" style.
*
* @author sali
*/
public class HyperlinkHandler extends StyleHandler {
public HyperlinkHandler() {
super("Hyperlink");
}
}