Uses of Class
pivot.wtk.text.Block

Packages that use Block
pivot.wtk.text Contains classes representing a text object model. 
 

Uses of Block in pivot.wtk.text
 

Subclasses of Block in pivot.wtk.text
 class Document
          Node representing the root of an element hierarchy.
 class Paragraph
          Element representing a paragraph.
 

Constructors in pivot.wtk.text with parameters of type Block
Block(Block blockElement, boolean recursive)