Class TextContentImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.TextContentImpl
- All Implemented Interfaces:
TextContent,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParagraphGets the paragraphs.TextflowGets the textflow.voidsetParagraphs(List<Paragraph> paragraphs) ParagraphSets the paragraphs.voidsetTextflow(Textflow textflow) TextflowSets the textflow.
-
Constructor Details
-
TextContentImpl
public TextContentImpl()
-
-
Method Details
-
getParagraphs
Description copied from interface:TextContentParagraphGets the paragraphs.- Specified by:
getParagraphsin interfaceTextContent- Returns:
- the paragraphs
- See Also:
-
setParagraphs
Description copied from interface:TextContentParagraphSets the paragraphs.- Specified by:
setParagraphsin interfaceTextContent- Parameters:
paragraphs- the new paragraphs- See Also:
-
getTextflow
Description copied from interface:TextContentTextflowGets the textflow.- Specified by:
getTextflowin interfaceTextContent- Returns:
- the textflow
- See Also:
-
setTextflow
Description copied from interface:TextContentTextflowSets the textflow.- Specified by:
setTextflowin interfaceTextContent- Parameters:
textflow- the new textflow- See Also:
-