com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IParagraph

    • Method Detail

      • createParagraphFormatEffective

        @Deprecated
        IParagraphFormatEffectiveData createParagraphFormatEffective()
        Deprecated. Use IParagraph.ParagraphFormat.GetEffective() instead. The method will be removed after release of version 20.8.

        Creates immutable object which contains paragraph properties including inherited.

        Returns:
        The IParagraphFormatEffectiveData.
      • joinPortionsWithSameFormatting

        void joinPortionsWithSameFormatting()

        Joins runs with same formatting.

      • getText

        java.lang.String getText()

        Gets or sets the the plain text of a paragraph. Read/write String.

        Value: The text.
      • setText

        void setText(java.lang.String value)

        Gets or sets the the plain text of a paragraph. Read/write String.

        Value: The text.
      • getRect

        android.graphics.RectF getRect()

        Get coordinates of rect that bounds paragraph. The rect includes all the lines of text in paragraph, including empty ones.

      • getEndParagraphPortionFormat

        IPortionFormat getEndParagraphPortionFormat()

        Specifies the portion properties that are to be used if another portion is inserted after the last one.

      • setEndParagraphPortionFormat

        void setEndParagraphPortionFormat(IPortionFormat value)

        Specifies the portion properties that are to be used if another portion is inserted after the last one.