Uses of Class
org.apache.pivot.wtk.text.Paragraph
-
Packages that use Paragraph Package Description org.apache.pivot.wtk.text Contains classes representing a text object model. -
-
Uses of Paragraph in org.apache.pivot.wtk.text
Methods in org.apache.pivot.wtk.text that return Paragraph Modifier and Type Method Description Paragraph
Paragraph. duplicate(boolean recursive)
Paragraph
Node. getParagraph()
Get the parent paragraph of this node.Paragraph
Paragraph. getRange(int offset, int characterCount)
Get a newParagraph
containing the given range of characters from this paragraph.Constructors in org.apache.pivot.wtk.text with parameters of type Paragraph Constructor Description Paragraph(Paragraph paragraph, boolean recursive)
-