|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.form.FormImageFrame
public class FormImageFrame
| Field Summary | |
|---|---|
protected String |
formDataField
|
protected String |
formDisabled
|
protected String |
formImageData
|
protected String |
formPrintable
|
protected FormProperties |
formProperties
|
protected String |
formReadonly
|
protected String |
formTitle
|
protected OfficeEvents |
officeEvents
|
| Constructor Summary | |
|---|---|
FormImageFrame()
|
|
| Method Summary | |
|---|---|
String |
getFormDataField()
Gets the value of the formDataField property. |
String |
getFormDisabled()
Gets the value of the formDisabled property. |
String |
getFormImageData()
Gets the value of the formImageData property. |
String |
getFormPrintable()
Gets the value of the formPrintable property. |
FormProperties |
getFormProperties()
Gets the value of the formProperties property. |
String |
getFormReadonly()
Gets the value of the formReadonly property. |
String |
getFormTitle()
Gets the value of the formTitle property. |
OfficeEvents |
getOfficeEvents()
Gets the value of the officeEvents property. |
void |
setFormDataField(String value)
Sets the value of the formDataField property. |
void |
setFormDisabled(String value)
Sets the value of the formDisabled property. |
void |
setFormImageData(String value)
Sets the value of the formImageData property. |
void |
setFormPrintable(String value)
Sets the value of the formPrintable property. |
void |
setFormProperties(FormProperties value)
Sets the value of the formProperties property. |
void |
setFormReadonly(String value)
Sets the value of the formReadonly property. |
void |
setFormTitle(String value)
Sets the value of the formTitle property. |
void |
setOfficeEvents(OfficeEvents value)
Sets the value of the officeEvents property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String formDataField
protected String formDisabled
protected String formImageData
protected String formPrintable
protected FormProperties formProperties
protected String formReadonly
protected String formTitle
protected OfficeEvents officeEvents
| Constructor Detail |
|---|
public FormImageFrame()
| Method Detail |
|---|
public String getFormDataField()
Stringpublic String getFormDisabled()
Stringpublic String getFormImageData()
Stringpublic String getFormPrintable()
Stringpublic FormProperties getFormProperties()
FormPropertiespublic String getFormReadonly()
Stringpublic String getFormTitle()
Stringpublic OfficeEvents getOfficeEvents()
OfficeEventspublic void setFormDataField(String value)
value - allowed object is Stringpublic void setFormDisabled(String value)
value - allowed object is Stringpublic void setFormImageData(String value)
value - allowed object is Stringpublic void setFormPrintable(String value)
value - allowed object is Stringpublic void setFormProperties(FormProperties value)
value - allowed object is FormPropertiespublic void setFormReadonly(String value)
value - allowed object is Stringpublic void setFormTitle(String value)
value - allowed object is Stringpublic void setOfficeEvents(OfficeEvents value)
value - allowed object is OfficeEvents
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||