Uses of Class
cz.kebrt.html2latex.LinksConversion

Uses of LinksConversion in cz.kebrt.html2latex
 

Fields in cz.kebrt.html2latex declared as LinksConversion
private  LinksConversion Configuration._linksConversion
          The way of converting hyperlinks.
 

Methods in cz.kebrt.html2latex that return LinksConversion
 LinksConversion Configuration.getLinksConversionType()
          Returns the way of converting hyperlinks.
static LinksConversion LinksConversion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LinksConversion[] LinksConversion.values()
          Returns an array containing the constants of this enum type, in the order they're declared.