Uses of Class
fr.opensagres.xdocreport.document.textstyling.properties.ListProperties
Packages that use ListProperties
Package
Description
-
Uses of ListProperties in fr.opensagres.xdocreport.document.textstyling
Methods in fr.opensagres.xdocreport.document.textstyling with parameters of type ListPropertiesModifier and TypeMethodDescriptionprotected abstract voidAbstractDocumentHandler.doStartOrderedList(ListProperties properties) protected abstract voidAbstractDocumentHandler.doStartUnorderedList(ListProperties properties) final voidAbstractDocumentHandler.startOrderedList(ListProperties properties) voidIDocumentHandler.startOrderedList(ListProperties properties) Start ordered list.final voidAbstractDocumentHandler.startUnorderedList(ListProperties properties) voidIDocumentHandler.startUnorderedList(ListProperties properties) Start unordered list. -
Uses of ListProperties in fr.opensagres.xdocreport.document.textstyling.html
Methods in fr.opensagres.xdocreport.document.textstyling.html that return ListPropertiesModifier and TypeMethodDescriptionstatic ListPropertiesStylesHelper.createListProperties(String style) CreateListPropertiesfrom inline style.