Package | Description |
---|---|
writer2latex.office |
Modifier and Type | Method and Description |
---|---|
FormReader |
FormsReader.getForm(java.lang.String sName)
Get a form by name
|
FormReader |
ControlReader.getOwnerForm()
A control in OOo belongs to a form.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<FormReader> |
FormsReader.getFormsIterator()
Get a
Iterator over all forms. |
Constructor and Description |
---|
ControlReader(org.w3c.dom.Element control,
FormReader ownerForm)
The constructor reads the content of a control element
The representation in OpenDocument differs slightly from OOo 1.x.
|