Package org.eclipse.actf.model.dom.odf.form

This package contains interfaces of ODF form namespace.

See:
          Description

Interface Summary
ButtonElement Interface for <form:button> element.
CheckboxElement Interface for <form:checkbox> element.
ColumnElement Interface for <form:column> element.
ComboboxElement Interface for <form:combobox> element.
DateElement Interface for <form:date> element.
FixedTextElement Interface for <form:fixed-text> element.
FormattedTextElement Interface for <form:formatted-text> element.
FormControlElement ODF elements representing form controls should implement this interface.
FormElement Interface for <form:form> element.
FrameElement Interface for <form:frame> element.
ItemElement Interface for <form:item> element.
ListboxElement Interface for <form:listbox> element.
NumberElement Interface for <form:number> element.
OptionElement Interface for <form:option> element.
PropertyElement Interface for <form:property> element.
RadioElement Interface for <form:radio> element.
TextareaElement Interface for <form:textarea> element.
TextElement Interface for <form:text> element.
 

Class Summary
FormConstants FormConstants defines the constant values used by form namespace of ODF DOM API
 

Package org.eclipse.actf.model.dom.odf.form Description

This package contains interfaces of ODF form namespace. Form namespace contains elements and attributes that describe forms and controls.