Uses of Class
org.xwiki.rendering.wikimodel.WikiFormat
-
-
Uses of WikiFormat in org.xwiki.rendering.wikimodel
Fields in org.xwiki.rendering.wikimodel declared as WikiFormat Modifier and Type Field Description static WikiFormat
WikiFormat. EMPTY
Methods in org.xwiki.rendering.wikimodel that return WikiFormat Modifier and Type Method Description WikiFormat
WikiFormat. addStyle(WikiStyle style)
Creates a new style set and adds the given style to it.protected WikiFormat
WikiFormat. getClone()
WikiFormat
WikiFormat. removeStyle(WikiStyle style)
Creates a new style set which does not contain the specified style.WikiFormat
WikiFormat. setParameters(Collection<WikiParameter> params)
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.Methods in org.xwiki.rendering.wikimodel with parameters of type WikiFormat Modifier and Type Method Description void
AgregatingWemListener. beginFormat(WikiFormat format)
void
CompositeListener. beginFormat(WikiFormat format)
void
EmptyWemListener. beginFormat(WikiFormat format)
void
EventDumpListener. beginFormat(WikiFormat format)
void
IWemListenerInline. beginFormat(WikiFormat format)
This method is called at the beginning of a sequence of in-line elements having the specified formatting parameters.void
PrintTextListener. beginFormat(WikiFormat format)
void
AgregatingWemListener. endFormat(WikiFormat format)
void
CompositeListener. endFormat(WikiFormat format)
void
EmptyWemListener. endFormat(WikiFormat format)
void
EventDumpListener. endFormat(WikiFormat format)
void
IWemListenerInline. endFormat(WikiFormat format)
This method is called to notify about the end of a sequence of in-line elements having common formatting parameters.void
PrintTextListener. endFormat(WikiFormat format)
-
Uses of WikiFormat in org.xwiki.rendering.wikimodel.impl
Fields in org.xwiki.rendering.wikimodel.impl declared as WikiFormat Modifier and Type Field Description protected WikiFormat
InternalWikiScannerContext. fFormat
protected WikiFormat
InternalWikiScannerContext. fNewFormat
-
Uses of WikiFormat in org.xwiki.rendering.wikimodel.jspwiki
Methods in org.xwiki.rendering.wikimodel.jspwiki with parameters of type WikiFormat Modifier and Type Method Description void
JspWikiSerializer. beginFormat(WikiFormat format)
void
JspWikiSerializer. endFormat(WikiFormat format)
-
Uses of WikiFormat in org.xwiki.rendering.wikimodel.xhtml
Methods in org.xwiki.rendering.wikimodel.xhtml with parameters of type WikiFormat Modifier and Type Method Description void
PrintInlineListener. beginFormat(WikiFormat format)
void
PrintInlineListener. endFormat(WikiFormat format)
-
Uses of WikiFormat in org.xwiki.rendering.wikimodel.xwiki.xwiki20
Methods in org.xwiki.rendering.wikimodel.xwiki.xwiki20 with parameters of type WikiFormat Modifier and Type Method Description void
XWikiSerializer2. beginFormat(WikiFormat format)
void
XWikiSerializer2. endFormat(WikiFormat format)
-