Package org.docx4j.convert.out
Interface ConversionHyperlinkHandler
public interface ConversionHyperlinkHandler
The ConversionHyperlinkHandler gets called everytime a converter generates a hyperlink.
The ConversionHyperlinkHandler gets passed via the conversion settings and the implementor may change the passed model before it gets converted to a link.
The ConversionHyperlinkHandler gets passed via the conversion settings and the implementor may change the passed model before it gets converted to a link.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConversionHyperlinkHandler.Model -
Method Summary
Modifier and Type Method Description voidhandleHyperlink(ConversionHyperlinkHandler.Model hyperlinkModel, OpcPackage opcPackage, Part currentPart)
-
Method Details
-
handleHyperlink
void handleHyperlink(ConversionHyperlinkHandler.Model hyperlinkModel, OpcPackage opcPackage, Part currentPart) throws Docx4JException- Throws:
Docx4JException
-