public class DateHFElement extends TextHFElement
text
构造器和说明 |
---|
DateHFElement()
Constructor
|
DateHFElement(FRFont frFont)
Constructor
|
DateHFElement(FRFont frFont,
java.text.DateFormat format)
Constructor
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
clone()
clone
|
java.text.Format |
getFormat()
Return the format of the element.
|
java.lang.String |
getText()
Return the text of the element.
|
void |
setFormat(java.text.Format dateFormat)
Set the format of the date element.
|
public DateHFElement()
public DateHFElement(FRFont frFont)
public DateHFElement(FRFont frFont, java.text.DateFormat format)
public java.lang.String getText()
getText
在类中 TextHFElement
public java.text.Format getFormat()
public void setFormat(java.text.Format dateFormat)
dateFormat
- the new format of the element.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
在接口中 HFElement
clone
在类中 TextHFElement
java.lang.CloneNotSupportedException