Uses of Class
com.arctorus.documents.Paragraph

Packages that use Paragraph
com.arctorus.documents   
 

Uses of Paragraph in com.arctorus.documents
 

Methods in com.arctorus.documents that return types with arguments of type Paragraph
 java.util.List<Paragraph> TextBox.getParagraphs()
          Get list of all paragraphs in a text box.
 

Methods in com.arctorus.documents with parameters of type Paragraph
 void TextBox.addParagraph(Paragraph paragraph)
          Add new paragraph of a text.
 

Method parameters in com.arctorus.documents with type arguments of type Paragraph
 void TextBox.addParagraphs(java.util.Collection<? extends Paragraph> paragraphsOther)
          Add new paragraphs to a text box.