Uses of Class
writer2latex.office.ControlReader
-
Packages that use ControlReader Package Description writer2latex.office -
-
Uses of ControlReader in writer2latex.office
Methods in writer2latex.office that return ControlReader Modifier and Type Method Description ControlReaderFormsReader. getControl(java.lang.String sId)Get a control by idMethods in writer2latex.office that return types with arguments of type ControlReader Modifier and Type Method Description java.util.Iterator<ControlReader>FormsReader. getControlsIterator()Get aIteratorover all controls.Methods in writer2latex.office with parameters of type ControlReader Modifier and Type Method Description protected voidFormsReader. addControl(ControlReader control)Add a control
-