public static interface HamletSpec._FontStyle extends HamletSpec._Child
Modifier and Type | Method and Description |
---|---|
HamletSpec.B |
b()
Add a new B (bold/important) element.
|
HamletSpec._FontStyle |
b(String cdata)
Add a complete B (bold/important) element.
|
HamletSpec._FontStyle |
b(String selector,
String cdata)
Add a complete B (bold/important) element.
|
HamletSpec.I |
i()
Add an I (italic, alt voice/mood) element.
|
HamletSpec._FontStyle |
i(String cdata)
Add a complete I (italic, alt voice/mood) element.
|
HamletSpec._FontStyle |
i(String selector,
String cdata)
Add a complete I (italic, alt voice/mood) element.
|
__
HamletSpec.I i()
HamletSpec._FontStyle i(String cdata)
cdata
- the content of the elementHamletSpec._FontStyle i(String selector, String cdata)
selector
- the css selector in the form of (#id)?(.class)*cdata
- the content of the elementHamletSpec.B b()
HamletSpec._FontStyle b(String cdata)
cdata
- the contentHamletSpec._FontStyle b(String selector, String cdata)
selector
- the css select (#id)?(.class)*cdata
- the contentCopyright © 2008–2019 Apache Software Foundation. All rights reserved.