Package org.xwiki.rendering.wikimodel
Interface IWemConstants
-
- All Known Subinterfaces:
IWikiScannerContext
- All Known Implementing Classes:
InternalWikiScannerContext,WikiScannerContext
public interface IWemConstantsThis interface contains main styles used to define text formatting. Note that individual parsers can extends this set by adding new styles.- Since:
- 4.0M1
- Version:
- $Id: 28e4319d6ca0220e102418b7b4a53a6506a5afd8 $
-
-
Field Summary
Fields Modifier and Type Field Description static WikiStyleBIGBigger fontstatic WikiStyleCITEInline citation.static WikiStyleCODEProgram code.static WikiStyleDELDeleted Textstatic WikiStyleEMEmphasis (should be used as a replacement for the "i" element).static WikiStyleINSInserted Textstatic WikiStyleMONOFIXME: there is no such a symbol.static WikiStyleREFReferences...static WikiStyleSMALLSmaller font.static WikiStyleSTRIKEStrike-throughstatic WikiStyleSTRONGStrong emphasis.static WikiStyleSUBSubscriptstatic WikiStyleSUPSuperscriptstatic WikiStyleTTFixed pitch font.
-
-
-
Field Detail
-
BIG
static final WikiStyle BIG
Bigger font- See Also:
- "http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_big"
-
CITE
static final WikiStyle CITE
Inline citation.- See Also:
- "http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_cite"
-
CODE
static final WikiStyle CODE
Program code.- See Also:
- "http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_code"
-
DEL
static final WikiStyle DEL
Deleted Text- See Also:
- "http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_del"
-
EM
static final WikiStyle EM
Emphasis (should be used as a replacement for the "i" element).- See Also:
- "http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_em"
-
INS
static final WikiStyle INS
Inserted Text- See Also:
- "http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_ins"
-
MONO
static final WikiStyle MONO
FIXME: there is no such a symbol. Should be replaced by theTTelement.
-
REF
static final WikiStyle REF
References... FIXME: check what does it mean... I (kotelnikov) did not found any references on such an HTML element. This style should be removed or replaced by something else.
-
SMALL
static final WikiStyle SMALL
Smaller font.- See Also:
- "http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_small"
-
STRIKE
static final WikiStyle STRIKE
Strike-through- See Also:
- "http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_strike"
-
STRONG
static final WikiStyle STRONG
Strong emphasis.- See Also:
- "http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_strong"
-
SUB
static final WikiStyle SUB
Subscript- See Also:
- "http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_sub"
-
SUP
static final WikiStyle SUP
Superscript- See Also:
- "http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_sup"
-
TT
static final WikiStyle TT
Fixed pitch font.- See Also:
- "http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_tt"
-
-