Uses of Class
org.apache.maven.doxia.document.DocumentHyperlinkBehaviour
-
Packages that use DocumentHyperlinkBehaviour Package Description org.apache.maven.doxia.document -
-
Uses of DocumentHyperlinkBehaviour in org.apache.maven.doxia.document
Methods in org.apache.maven.doxia.document that return DocumentHyperlinkBehaviour Modifier and Type Method Description DocumentHyperlinkBehaviour
DocumentMeta. getHyperlinkBehaviour()
Get the hyperlink-behaviour element specifies the default behavior for hyperlinks in the document.Methods in org.apache.maven.doxia.document with parameters of type DocumentHyperlinkBehaviour Modifier and Type Method Description void
DocumentMeta. setHyperlinkBehaviour(DocumentHyperlinkBehaviour hyperlinkBehaviour)
Set the hyperlink-behaviour element specifies the default behavior for hyperlinks in the document.
-