Interface TextContent
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
TextContentImpl
public interface TextContent extends java.io.SerializableThe Interface TextContent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Paragraph>getParagraphs()ParagraphGets the paragraphs.TextflowgetTextflow()TextflowGets the textflow.voidsetParagraphs(java.util.List<Paragraph> paragraphs)ParagraphSets the paragraphs.voidsetTextflow(Textflow textflow)TextflowSets the textflow.
-
-
-
Method Detail
-
getParagraphs
java.util.List<Paragraph> getParagraphs()
ParagraphGets the paragraphs.- Returns:
- the paragraphs
- See Also:
Paragraph
-
setParagraphs
void setParagraphs(java.util.List<Paragraph> paragraphs)
ParagraphSets the paragraphs.- Parameters:
paragraphs- the new paragraphs- See Also:
Paragraph
-
getTextflow
Textflow getTextflow()
TextflowGets the textflow.- Returns:
- the textflow
- See Also:
Textflow
-
-