|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field.FieldType | |
---|---|
org.odftoolkit.simple.common.field | Provide convenient methods to manipulate Fields in ODF text document. |
org.odftoolkit.simple.common.navigation | Provide classes to operate the content and style of the selected text content. |
Uses of Field.FieldType in org.odftoolkit.simple.common.field |
---|
Methods in org.odftoolkit.simple.common.field that return Field.FieldType | |
---|---|
Field.FieldType |
VariableField.getFieldType()
|
Field.FieldType |
TitleField.getFieldType()
|
Field.FieldType |
TimeField.getFieldType()
|
Field.FieldType |
SubjectField.getFieldType()
|
Field.FieldType |
ReferenceField.getFieldType()
|
Field.FieldType |
PageNumberField.getFieldType()
|
Field.FieldType |
PageCountField.getFieldType()
|
abstract Field.FieldType |
Field.getFieldType()
Return the type of this field. |
Field.FieldType |
DateField.getFieldType()
|
Field.FieldType |
ConditionField.getFieldType()
|
Field.FieldType |
ChapterField.getFieldType()
|
Field.FieldType |
AuthorField.getFieldType()
|
static Field.FieldType |
Field.FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Field.FieldType[] |
Field.FieldType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Field.FieldType in org.odftoolkit.simple.common.navigation |
---|
Methods in org.odftoolkit.simple.common.navigation with parameters of type Field.FieldType | |
---|---|
Field |
FieldSelection.replaceWithSimpleField(Field.FieldType fieldType)
Replace the content with a simple field, such as author field, page number field, date field and so on. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |