org.odftoolkit.simple.common.field
Class Field
java.lang.Object
org.odftoolkit.simple.Component
org.odftoolkit.simple.common.field.Field
- Direct Known Subclasses:
- AuthorField, ChapterField, ConditionField, DateField, PageCountField, PageNumberField, ReferenceField, SubjectField, TimeField, TitleField, VariableField
public abstract class Field
- extends Component
This is the abstract class of all kinds of fields.
- Since:
- 0.5
- See Also:
FieldSelection
Nested Class Summary |
static class |
Field.FieldType
A FieldType specifies the type of a field. |
Constructor Summary |
Field()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field
public Field()
getFieldType
public abstract Field.FieldType getFieldType()
- Return the type of this field.
- Returns:
- the type of this field.
Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.