|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sgoliver.jrtftree.core.RtfNodeType
Tipos de nodo de un documento RTF.
Field Summary | |
static int |
CONTROL
Símbolo de control. |
static int |
GROUP
Grupo RTF. |
static int |
KEYWORD
Palabra clave. |
static int |
NONE
Nodo no inicializado. |
static int |
ROOT
Nodo raíz. |
static int |
TEXT
Fragmento de texto. |
Constructor Summary | |
RtfNodeType()
|
Method Summary | |
static java.lang.String |
toString(int nodeType)
Convierte el tipo de nodo a cadena. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int CONTROL
public static final int GROUP
public static final int KEYWORD
public static final int NONE
public static final int ROOT
public static final int TEXT
Constructor Detail |
public RtfNodeType()
Method Detail |
public static java.lang.String toString(int nodeType)
nodeType
- Tipo de nodo.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |