Package com.fluendo.jkate
Class KateMarkupType
- java.lang.Object
-
- com.fluendo.jkate.KateMarkupType
-
public class KateMarkupType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static KateMarkupType
kate_markup_none
static KateMarkupType
kate_markup_simple
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KateMarkupType
CreateMarkupType(int idx)
Create a KateMarkupType object from an integer.
-
-
-
Field Detail
-
kate_markup_none
public static final KateMarkupType kate_markup_none
-
kate_markup_simple
public static final KateMarkupType kate_markup_simple
-
-
Method Detail
-
CreateMarkupType
public static KateMarkupType CreateMarkupType(int idx) throws com.fluendo.jkate.KateException
Create a KateMarkupType object from an integer.- Throws:
com.fluendo.jkate.KateException
-
-