org.odftoolkit.simple.common.field
Class SubjectField
java.lang.Object
org.odftoolkit.simple.Component
org.odftoolkit.simple.common.field.Field
org.odftoolkit.simple.common.field.SubjectField
public class SubjectField
- extends Field
A SubjectField displays the subject value contained by the document
meta data.
- Since:
- 0.5
| Nested classes/interfaces inherited from class org.odftoolkit.simple.common.field.Field |
Field.FieldType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getOdfElement
public TextSubjectElement getOdfElement()
- Return an instance of
TextSubjectElement which represents
this feature.
- Specified by:
getOdfElement in class Component
- Returns:
- an instance of
TextSubjectElement
getFieldType
public Field.FieldType getFieldType()
- Description copied from class:
Field
- Return the type of this field.
- Specified by:
getFieldType in class Field
- Returns:
- the type of this field.
Copyright © 2010-2011 ODF Toolkit Project. All Rights Reserved.