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 ParagraphParagraph. duplicate(boolean recursive)ParagraphNode. getParagraph()Get the parent paragraph of this node.ParagraphParagraph. getRange(int offset, int characterCount)Get a newParagraphcontaining 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)
-