Uses of Class
com.storedobject.common.HTMLText
Packages that use HTMLText
Package
Description
-
Uses of HTMLText in com.storedobject.common
Subclasses of HTMLText in com.storedobject.commonMethods in com.storedobject.common that return HTMLTextModifier and TypeMethodDescriptionHTMLText.append
(Object object, StyledBuilder.Style... styles) HTMLText.appendHTML
(String html) Append valid HTML text.HTMLText.clear()
Clear the content.HTMLText.clearContent()
HTMLText.drawLine()
Append a line using the tag.HTMLText.newLine()
HTMLText.newLine
(boolean force) HTMLText.space
(int count) Add spaces. -
Uses of HTMLText in com.storedobject.core
Subclasses of HTMLText in com.storedobject.core -
Uses of HTMLText in com.storedobject.pdf
Methods in com.storedobject.pdf with parameters of type HTMLTextModifier and TypeMethodDescriptionstatic PDFImage
PDF.createImage
(HTMLText html) Create image from HTMLstatic PDFImage
PDF.createImage
(HTMLText html, int width, int height) Create image from HTML -
Uses of HTMLText in com.storedobject.ui
Subclasses of HTMLText in com.storedobject.uiFields in com.storedobject.ui declared as HTMLTextConstructors in com.storedobject.ui with parameters of type HTMLText