Uses of Class
com.helger.html.hc.config.EHCStyleInlineMode
-
Packages that use EHCStyleInlineMode Package Description com.helger.html.hc.config com.helger.html.hc.html.metadata -
-
Uses of EHCStyleInlineMode in com.helger.html.hc.config
Fields in com.helger.html.hc.config declared as EHCStyleInlineMode Modifier and Type Field Description static EHCStyleInlineModeHCSettings. DEFAULT_STYLE_MODEBy default plain text without escape is usedMethods in com.helger.html.hc.config that return EHCStyleInlineMode Modifier and Type Method Description static EHCStyleInlineModeHCSettings. getStyleInlineMode()static EHCStyleInlineModeEHCStyleInlineMode. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCStyleInlineMode[]EHCStyleInlineMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.html.hc.config with parameters of type EHCStyleInlineMode Modifier and Type Method Description static voidHCSettings. setStyleInlineMode(EHCStyleInlineMode eStyleInlineMode)Set how the content of style elements should be emitted. -
Uses of EHCStyleInlineMode in com.helger.html.hc.html.metadata
Methods in com.helger.html.hc.html.metadata that return EHCStyleInlineMode Modifier and Type Method Description EHCStyleInlineModeHCStyle. getMode()Methods in com.helger.html.hc.html.metadata with parameters of type EHCStyleInlineMode Modifier and Type Method Description static voidHCStyle. setInlineStyle(com.helger.xml.microdom.IMicroNodeWithChildren aElement, String sContent, EHCStyleInlineMode eMode)HCStyleHCStyle. setMode(EHCStyleInlineMode eMode)
-