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.commonModifier and TypeClassDescriptionclassThe ErrorText class extends the HTMLText class and represents a specialized text container capable of handling errors and associating error data.Methods in com.storedobject.common that return HTMLTextModifier and TypeMethodDescriptionHTMLText.append(Object object, StyledBuilder.Style... styles) HTMLText.appendHTML(String html) Appends the provided HTML string to the current content.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 PDFImagePDF.createImage(HTMLText html) Create image from HTMLstatic PDFImagePDF.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