|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Paragraph | |
---|---|
de.betabeans.scroogexhtml.dom | Provides a light-weight 'document object model'. |
Uses of Paragraph in de.betabeans.scroogexhtml.dom |
---|
Methods in de.betabeans.scroogexhtml.dom that return Paragraph | |
---|---|
Paragraph |
Document.getPar()
get the current paragraph. |
Paragraph |
FormattedText.getParagraph()
Gets the paragraph attribute. |
protected Paragraph |
Document.nextPar(Paragraph paragraph)
Find the next paragraph in the document. |
protected Paragraph |
Document.prevPar(Paragraph paragraph)
Find the previous paragraph in the document. |
Methods in de.betabeans.scroogexhtml.dom with parameters of type Paragraph | |
---|---|
protected Paragraph |
Document.nextPar(Paragraph paragraph)
Find the next paragraph in the document. |
protected Paragraph |
Document.prevPar(Paragraph paragraph)
Find the previous paragraph in the document. |
Constructors in de.betabeans.scroogexhtml.dom with parameters of type Paragraph | |
---|---|
FormattedText(Paragraph aparagraph)
Constructor for the FormattedText object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |