Uses of Class
org.xwiki.rendering.wikimodel.WikiStyle

Packages that use WikiStyle
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
static WikiStyle IWemConstants.BIG
          Bigger font
static WikiStyle IWemConstants.CITE
          Inline citation.
static WikiStyle IWemConstants.CODE
          Program code.
static WikiStyle IWemConstants.DEL
          Deleted Text
static WikiStyle IWemConstants.EM
          Emphasis (should be used as a replacement for the "i" element).
static WikiStyle IWemConstants.INS
          Inserted Text
static 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-through
static WikiStyle IWemConstants.STRONG
          Strong emphasis.
static WikiStyle IWemConstants.SUB
          Subscript
static WikiStyle IWemConstants.SUP
          Superscript
static WikiStyle IWemConstants.TT
          Fixed pitch font.
 

Methods in org.xwiki.rendering.wikimodel that return types with arguments of type WikiStyle
 List<WikiStyle> WikiFormat.getStyles()
           
 

Methods in org.xwiki.rendering.wikimodel with parameters of type WikiStyle
 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
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
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
 void IWikiScannerContext.beginFormat(WikiStyle wikiStyle)
           
 void WikiScannerContext.beginFormat(WikiStyle wikiStyle)
           
 void InternalWikiScannerContext.beginFormat(WikiStyle wikiStyle)
           
 boolean IWikiScannerContext.checkFormatStyle(WikiStyle style)
           
 boolean WikiScannerContext.checkFormatStyle(WikiStyle style)
           
 boolean InternalWikiScannerContext.checkFormatStyle(WikiStyle style)
           
 void IWikiScannerContext.endFormat(WikiStyle wikiStyle)
           
 void WikiScannerContext.endFormat(WikiStyle wikiStyle)
           
 void InternalWikiScannerContext.endFormat(WikiStyle wikiStyle)
           
 void IWikiScannerContext.onFormat(WikiStyle wikiStyle)
           
 void WikiScannerContext.onFormat(WikiStyle wikiStyle)
           
 void InternalWikiScannerContext.onFormat(WikiStyle wikiStyle)
           
 void IWikiScannerContext.onFormat(WikiStyle wikiStyle, boolean forceClose)
           
 void WikiScannerContext.onFormat(WikiStyle wikiStyle, boolean forceClose)
           
 void InternalWikiScannerContext.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
AbstractFormatTagHandler(WikiStyle style)
           
 



Copyright © 2004–2013 XWiki. All rights reserved.