|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<TextFormat>
com.spire.doc.documents.TextFormat
public enum TextFormat
Defines TextFormat
| Enum Constant Summary | |
|---|---|
First_Capital
First capital text formatting. |
|
Lowercase
Lowercase text formatting. |
|
None
No text formatting |
|
Titlecase
Title case text formatting. |
|
Uppercase
Uppercase text formatting. |
|
| Method Summary | |
|---|---|
int |
getValue()
|
| Enum Constant Detail |
|---|
public static final TextFormat None
public static final TextFormat Uppercase
public static final TextFormat Lowercase
public static final TextFormat First_Capital
public static final TextFormat Titlecase
| Method Detail |
|---|
public int getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||