Package com.adobe.xfa.text
Class TextPrefOpt
- java.lang.Object
-
- com.adobe.xfa.text.TextPrefOpt
-
public class TextPrefOpt extends java.lang.Object
This class describes ...
-
-
Field Summary
Fields Modifier and Type Field Description static int
OPT_CHAR
static int
OPT_LINE
static int
OPT_UNKNOWN
EnumPrefsstatic int
OPT_WORD
-
Constructor Summary
Constructors Constructor Description TextPrefOpt(int oSource)
TextPrefOpt(ResId nId, int ePref)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
opt()
void
opt(int eNewOpt)
-
-
-
Field Detail
-
OPT_UNKNOWN
public static final int OPT_UNKNOWN
EnumPrefs- See Also:
- Constant Field Values
-
OPT_CHAR
public static final int OPT_CHAR
- See Also:
- Constant Field Values
-
OPT_WORD
public static final int OPT_WORD
- See Also:
- Constant Field Values
-
OPT_LINE
public static final int OPT_LINE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TextPrefOpt
public TextPrefOpt(ResId nId, int ePref)
-
TextPrefOpt
public TextPrefOpt(int oSource)
-
-