Interface TextContent
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TextContentImpl
The Interface TextContent.
-
Method Summary
Modifier and TypeMethodDescriptionParagraphGets the paragraphs.TextflowGets the textflow.voidsetParagraphs(List<Paragraph> paragraphs) ParagraphSets the paragraphs.voidsetTextflow(Textflow textflow) TextflowSets the textflow.
-
Method Details
-
getParagraphs
ParagraphGets the paragraphs.- Returns:
- the paragraphs
- See Also:
-
setParagraphs
ParagraphSets the paragraphs.- Parameters:
paragraphs- the new paragraphs- See Also:
-
getTextflow
Textflow getTextflow()TextflowGets the textflow.- Returns:
- the textflow
- See Also:
-
setTextflow
TextflowSets the textflow.- Parameters:
textflow- the new textflow- See Also:
-