net.sourceforge.rtf.document
Class RTFField

java.lang.Object
  extended by net.sourceforge.rtf.document.RTFElement
      extended by net.sourceforge.rtf.document.RTFField

public class RTFField
extends RTFElement

RTF element field

Version:
1.0.0
Author:
Angelo ZERR

Field Summary
static int FIELDTYPE_FORMTEXT
           
static int FIELDTYPE_HYPERLINK
           
static int FIELDTYPE_MERGEFIELD
           
static int FIELDTYPE_UNKNOW
           
 
Constructor Summary
RTFField()
           
RTFField(RTFField field)
           
 
Method Summary
 java.lang.String getName()
           
 int getType()
           
 
Methods inherited from class net.sourceforge.rtf.document.RTFElement
addFirstRTFString, addLastRTFString, addRTFElement, addRTFString, flush, getElementList, getElementTextBetween, getFirstRTFString, getRTFContentOfSimpleElement, getRtfElementParent, getRTFFirstContentOfElement, removeCurrentRTFString, replaceElement, setRtfElementParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELDTYPE_UNKNOW

public static final int FIELDTYPE_UNKNOW
See Also:
Constant Field Values

FIELDTYPE_MERGEFIELD

public static final int FIELDTYPE_MERGEFIELD
See Also:
Constant Field Values

FIELDTYPE_HYPERLINK

public static final int FIELDTYPE_HYPERLINK
See Also:
Constant Field Values

FIELDTYPE_FORMTEXT

public static final int FIELDTYPE_FORMTEXT
See Also:
Constant Field Values
Constructor Detail

RTFField

public RTFField()

RTFField

public RTFField(RTFField field)
Method Detail

getName

public java.lang.String getName()

getType

public int getType()


Copyright 2007 null. All Rights Reserved.