com.aspose.pub

Class TextParagraph



  • public class TextParagraph
    extends Object

    Represents PUB text paragraph

    • Constructor Detail

      • TextParagraph

        public TextParagraph(List<TextGroup> textParts,
                             ParagraphStyle style)

        Constructor

        Parameters:
        textParts - Text groups
        style - Paragraph's style
    • Method Detail

      • getTextParts

        public final TextGroup[] getTextParts()

        Text groups

        Returns:
        array of TextGroup instances
      • getStyle

        public final ParagraphStyle getStyle()

        Style of paragraph

        Returns:
        ParagraphStyle instance