Uses of Class
com.helger.html.hc.html.embedded.EHCIFrameAlign
-
Packages that use EHCIFrameAlign Package Description com.helger.html.hc.html.embedded -
-
Uses of EHCIFrameAlign in com.helger.html.hc.html.embedded
Methods in com.helger.html.hc.html.embedded that return EHCIFrameAlign Modifier and Type Method Description EHCIFrameAlignAbstractHCIFrame. getAlign()EHCIFrameAlignIHCIFrame. getAlign()static EHCIFrameAlignEHCIFrameAlign. getFromAttrValueOrNull(String sAttrValue)static EHCIFrameAlignEHCIFrameAlign. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCIFrameAlign[]EHCIFrameAlign. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.html.hc.html.embedded with parameters of type EHCIFrameAlign Modifier and Type Method Description IMPLTYPEAbstractHCIFrame. setAlign(EHCIFrameAlign eAlign)IMPLTYPEIHCIFrame. setAlign(EHCIFrameAlign eAlign)
-