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 WikiFormatWikiFormat. EMPTYMethods in org.xwiki.rendering.wikimodel that return WikiFormat Modifier and Type Method Description WikiFormatWikiFormat. addStyle(WikiStyle style)Creates a new style set and adds the given style to it.protected WikiFormatWikiFormat. getClone()WikiFormatWikiFormat. removeStyle(WikiStyle style)Creates a new style set which does not contain the specified style.WikiFormatWikiFormat. setParameters(Collection<WikiParameter> params)WikiFormatWikiFormat. 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 voidAgregatingWemListener. beginFormat(WikiFormat format)voidCompositeListener. beginFormat(WikiFormat format)voidEmptyWemListener. beginFormat(WikiFormat format)voidEventDumpListener. beginFormat(WikiFormat format)voidIWemListenerInline. beginFormat(WikiFormat format)This method is called at the beginning of a sequence of in-line elements having the specified formatting parameters.voidPrintTextListener. beginFormat(WikiFormat format)voidAgregatingWemListener. endFormat(WikiFormat format)voidCompositeListener. endFormat(WikiFormat format)voidEmptyWemListener. endFormat(WikiFormat format)voidEventDumpListener. endFormat(WikiFormat format)voidIWemListenerInline. endFormat(WikiFormat format)This method is called to notify about the end of a sequence of in-line elements having common formatting parameters.voidPrintTextListener. 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 WikiFormatInternalWikiScannerContext. fFormatprotected WikiFormatInternalWikiScannerContext. 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 voidJspWikiSerializer. beginFormat(WikiFormat format)voidJspWikiSerializer. 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 voidPrintInlineListener. beginFormat(WikiFormat format)voidPrintInlineListener. 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 voidXWikiSerializer2. beginFormat(WikiFormat format)voidXWikiSerializer2. endFormat(WikiFormat format)
-