Uses of Class
org.xwiki.rendering.wikimodel.WikiStyle
-
Packages that use WikiStyle Package Description org.xwiki.rendering.wikimodel org.xwiki.rendering.wikimodel.impl org.xwiki.rendering.wikimodel.xhtml.handler -
-
Uses of WikiStyle in org.xwiki.rendering.wikimodel
Fields in org.xwiki.rendering.wikimodel declared as WikiStyle Modifier and Type Field Description static WikiStyle
IWemConstants. BIG
Bigger fontstatic WikiStyle
IWemConstants. CITE
Inline citation.static WikiStyle
IWemConstants. CODE
Program code.static WikiStyle
IWemConstants. DEL
Deleted Textstatic WikiStyle
IWemConstants. EM
Emphasis (should be used as a replacement for the "i" element).static WikiStyle
IWemConstants. INS
Inserted Textstatic WikiStyle
IWemConstants. MONO
FIXME: there is no such a symbol.static WikiStyle
IWemConstants. REF
References...static WikiStyle
IWemConstants. SMALL
Smaller font.static WikiStyle
IWemConstants. STRIKE
Strike-throughstatic WikiStyle
IWemConstants. STRONG
Strong emphasis.static WikiStyle
IWemConstants. SUB
Subscriptstatic WikiStyle
IWemConstants. SUP
Superscriptstatic WikiStyle
IWemConstants. TT
Fixed pitch font.Methods in org.xwiki.rendering.wikimodel that return types with arguments of type WikiStyle Modifier and Type Method Description List<WikiStyle>
WikiFormat. getStyles()
Methods in org.xwiki.rendering.wikimodel with parameters of type WikiStyle Modifier and Type Method Description WikiFormat
WikiFormat. addStyle(WikiStyle style)
Creates a new style set and adds the given style to it.boolean
WikiFormat. hasStyle(WikiStyle style)
WikiFormat
WikiFormat. removeStyle(WikiStyle style)
Creates a new style set which does not contain the specified style.WikiFormat
WikiFormat. switchStyle(WikiStyle wikiStyle)
Creates a new format object where the specified style is switched: if this format contains the given style then the resulting format does not and vice versa.Constructors in org.xwiki.rendering.wikimodel with parameters of type WikiStyle Constructor Description WikiFormat(WikiStyle style)
WikiFormat(WikiStyle[] styles)
WikiFormat(WikiStyle style, Collection<WikiParameter> params)
Constructor parameters in org.xwiki.rendering.wikimodel with type arguments of type WikiStyle Constructor Description WikiFormat(Set<WikiStyle> styles)
WikiFormat(Set<WikiStyle> styles, Collection<WikiParameter> params)
-
Uses of WikiStyle in org.xwiki.rendering.wikimodel.impl
Methods in org.xwiki.rendering.wikimodel.impl with parameters of type WikiStyle Modifier and Type Method Description void
InternalWikiScannerContext. beginFormat(WikiStyle wikiStyle)
void
IWikiScannerContext. beginFormat(WikiStyle wikiStyle)
void
WikiScannerContext. beginFormat(WikiStyle wikiStyle)
boolean
InternalWikiScannerContext. checkFormatStyle(WikiStyle style)
boolean
IWikiScannerContext. checkFormatStyle(WikiStyle style)
boolean
WikiScannerContext. checkFormatStyle(WikiStyle style)
void
InternalWikiScannerContext. endFormat(WikiStyle wikiStyle)
void
IWikiScannerContext. endFormat(WikiStyle wikiStyle)
void
WikiScannerContext. endFormat(WikiStyle wikiStyle)
void
InternalWikiScannerContext. onFormat(WikiStyle wikiStyle)
void
InternalWikiScannerContext. onFormat(WikiStyle wikiStyle, boolean forceClose)
void
IWikiScannerContext. onFormat(WikiStyle wikiStyle)
void
IWikiScannerContext. onFormat(WikiStyle wikiStyle, boolean forceClose)
void
WikiScannerContext. onFormat(WikiStyle wikiStyle)
void
WikiScannerContext. onFormat(WikiStyle wikiStyle, boolean forceClose)
-
Uses of WikiStyle in org.xwiki.rendering.wikimodel.xhtml.handler
Constructors in org.xwiki.rendering.wikimodel.xhtml.handler with parameters of type WikiStyle Constructor Description AbstractFormatTagHandler(WikiStyle style)
-