org.odftoolkit.simple.common.field
Class TitleField

java.lang.Object
  extended by org.odftoolkit.simple.Component
      extended by org.odftoolkit.simple.common.field.Field
          extended by org.odftoolkit.simple.common.field.TitleField

public class TitleField
extends Field

A TitleField displays the title value contained by the document meta data.

Since:
0.5

Nested Class Summary
 
Nested classes/interfaces inherited from class org.odftoolkit.simple.common.field.Field
Field.FieldType
 
Method Summary
 Field.FieldType getFieldType()
          Return the type of this field.
 TextTitleElement getOdfElement()
          Return an instance of TextTitleElement which represents this feature.
 
Methods inherited from class org.odftoolkit.simple.Component
getComponentByElement, getOwnerDocument, registerComponent, unregisterComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOdfElement

public TextTitleElement getOdfElement()
Return an instance of TextTitleElement which represents this feature.

Specified by:
getOdfElement in class Component
Returns:
an instance of TextTitleElement

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 The Apache Software Foundation. All Rights Reserved.