java.lang.Object
de.edgesoft.edgeutils.markup.reveal.RevealMarkup
public class RevealMarkup
extends java.lang.Object
Reveal (reveal.js) markup constants and methods.
Legal stuff
Copyright 2010-2020 Ekkart Kleinod ekleinod@edgesoft.de
This file is part of edgeutils.
edgeutils is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
edgeutils is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with edgeutils. If not, see http://www.gnu.org/licenses/.
- Since:
- 0.2
- Author:
- Ekkart Kleinod
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBLOCKQUOTE_ENDblockquote end.static java.lang.StringBLOCKQUOTE_STARTblockquote start.static java.lang.StringHEADING_TOKENheading token.static java.lang.StringLIST_ENDlist end.static java.lang.StringLIST_ITEM_ENDlist item end.static java.lang.StringLIST_ITEM_STARTlist item start.static java.lang.StringLIST_STARTlist start.static java.lang.StringPARAGRAPHparagraph.static java.lang.StringSLIDE_ENDslide end.static java.lang.StringSLIDE_STARTslide start. -
Constructor Summary
Constructors Constructor Description RevealMarkup() -
Method Summary
Modifier and Type Method Description static java.lang.StringgetHeadingToken(int iLevel)Returns heading token for given level.
-
Field Details
-
SLIDE_START
public static final java.lang.String SLIDE_STARTslide start.- See Also:
- Constant Field Values
-
SLIDE_END
public static final java.lang.String SLIDE_ENDslide end.- See Also:
- Constant Field Values
-
HEADING_TOKEN
public static final java.lang.String HEADING_TOKENheading token.- See Also:
- Constant Field Values
-
PARAGRAPH
public static final java.lang.String PARAGRAPHparagraph.- See Also:
- Constant Field Values
-
LIST_START
public static final java.lang.String LIST_STARTlist start.- See Also:
- Constant Field Values
-
LIST_ITEM_START
public static final java.lang.String LIST_ITEM_STARTlist item start.- See Also:
- Constant Field Values
-
LIST_ITEM_END
public static final java.lang.String LIST_ITEM_ENDlist item end.- See Also:
- Constant Field Values
-
LIST_END
public static final java.lang.String LIST_ENDlist end.- See Also:
- Constant Field Values
-
BLOCKQUOTE_START
public static final java.lang.String BLOCKQUOTE_STARTblockquote start.- See Also:
- Constant Field Values
-
BLOCKQUOTE_END
public static final java.lang.String BLOCKQUOTE_ENDblockquote end.- See Also:
- Constant Field Values
-
-
Constructor Details
-
RevealMarkup
public RevealMarkup()
-
-
Method Details
-
getHeadingToken
public static java.lang.String getHeadingToken(int iLevel)Returns heading token for given level.- Parameters:
iLevel- level of heading- Returns:
- heading token
-