Uses of Class
com.amalgamasimulation.desktop.html.HTMLFragment
Packages that use HTMLFragment
-
Uses of HTMLFragment in com.amalgamasimulation.desktop.html
Methods in com.amalgamasimulation.desktop.html that return HTMLFragmentModifier and TypeMethodDescriptionHTMLFragment.append(HTMLConvertable child) Appends a new HTML component to the fragment.static HTMLFragmentHTML.fragment(List<HTMLConvertable> children) Creates an HTML fragment containing multiple HTML components.abstract HTMLFragmentHTMLReport.htmlFragment()static HTMLFragmentHTMLFragment.of(HTMLConvertable... children) Creates a fragment from variable arguments of HTML components.HTMLFragment.withNumbering(boolean withNumbering) Enables or disables automatic hierarchical numbering for headers.