Uses of Class
org.odftoolkit.odfdom.dom.element.form.FormListValueElement
-
Packages that use FormListValueElement Package Description org.odftoolkit.odfdom.dom org.odftoolkit.odfdom.dom.element.form -
-
Uses of FormListValueElement in org.odftoolkit.odfdom.dom
Methods in org.odftoolkit.odfdom.dom with parameters of type FormListValueElement Modifier and Type Method Description voidDefaultElementVisitor. visit(FormListValueElement ele)A method to visit "form:list-value" elements -
Uses of FormListValueElement in org.odftoolkit.odfdom.dom.element.form
Methods in org.odftoolkit.odfdom.dom.element.form that return FormListValueElement Modifier and Type Method Description FormListValueElementFormListPropertyElement. newFormListValueElement(boolean officeBooleanValueValue, String officeDateValueValue, String officeStringValueValue, String officeTimeValueValue, double officeValueValue)Create child element <form:list-value>.
-