Interface TextContent

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    TextContentImpl

    public interface TextContent
    extends java.io.Serializable
    The Interface TextContent.
    • Method Detail

      • setParagraphs

        void setParagraphs​(java.util.List<Paragraph> paragraphs)
        Paragraph Sets the paragraphs.
        Parameters:
        paragraphs - the new paragraphs
        See Also:
        Paragraph
      • setTextflow

        void setTextflow​(Textflow textflow)
        Textflow Sets the textflow.
        Parameters:
        textflow - the new textflow
        See Also:
        Textflow