org.odftoolkit.simple.common.field
public class AuthorField extends Field
NOTE: Before the document is opened in any editor, the value of this field is invalid.
Field.FieldType
Modifier and Type | Method and Description |
---|---|
Field.FieldType |
getFieldType()
Return the type of this field.
|
OdfElement |
getOdfElement()
Return an instance of
OdfElement which represents this
feature. |
getComponentByElement, getOwnerDocument, registerComponent, unregisterComponent
public OdfElement getOdfElement()
OdfElement
which represents this
feature. If this is an initial author field, an instance of
TextAuthorInitialsElement
is returned, otherwise an instance
of TextAuthorNameElement
is returned.getOdfElement
in class Component
OdfElement
public Field.FieldType getFieldType()
Field
getFieldType
in class Field
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.