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 KateMarkupTypekate_markup_nonestatic KateMarkupTypekate_markup_simple
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KateMarkupTypeCreateMarkupType(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
-
-