Package | Description |
---|---|
writer2latex.office |
Modifier and Type | Method | 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 | Description |
---|---|---|
java.util.Iterator<FormReader> |
FormsReader.getFormsIterator() |
Get a
Iterator over all forms. |
Constructor | Description |
---|---|
ControlReader(org.w3c.dom.Element control,
FormReader ownerForm) |
The constructor reads the content of a control element
|