Uses of Class
com.overzealous.remark.Options.InWordEmphasis
-
Packages that use Options.InWordEmphasis Package Description com.overzealous.remark The root package for the OverZealous Creations, LLC, Remark library. -
-
Uses of Options.InWordEmphasis in com.overzealous.remark
Fields in com.overzealous.remark declared as Options.InWordEmphasis Modifier and Type Field Description Options.InWordEmphasisOptions. inWordEmphasisConfigures how in-word emphasis is handled.Methods in com.overzealous.remark that return Options.InWordEmphasis Modifier and Type Method Description Options.InWordEmphasisOptions. getInWordEmphasis()Always returns a non-null setting for InWordEmphasisstatic Options.InWordEmphasisOptions.InWordEmphasis. valueOf(String name)Returns the enum constant of this type with the specified name.static Options.InWordEmphasis[]Options.InWordEmphasis. values()Returns an array containing the constants of this enum type, in the order they are declared.
-