com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IParagraphFormatEffectiveData



  • public interface IParagraphFormatEffectiveData

    Immutable object which contains effective paragraph formatting properties.


    This interface is used together with the IParagraphFormat interface to return effective formatting values with inheritance applied.
    • Method Detail

      • getDepth

        short getDepth()

        Returns a depth of a paragraph. Read-only short.

      • getAlignment

        int getAlignment()

        Returns the text alignment in a paragraph. Read-only TextAlignment.

      • getSpaceWithin

        float getSpaceWithin()

        Returns the amount of space between base lines in a paragraph. Read-only float.

      • getSpaceBefore

        float getSpaceBefore()

        Returns the amount of space before the first line in a paragraph. Read-only float.

      • getSpaceAfter

        float getSpaceAfter()

        Returns the amount of space after the last line in a paragraph. Read-only float.

      • getEastAsianLineBreak

        boolean getEastAsianLineBreak()

        Determines whether the East Asian line break is used in a paragraph. Read-only boolean.

      • getRightToLeft

        boolean getRightToLeft()

        Determines whether the Right to Left writing is used in a paragraph. Read-only boolean.

      • getLatinLineBreak

        boolean getLatinLineBreak()

        Determines whether the Latin line break is used in a paragraph. Read-only boolean.

      • getHangingPunctuation

        boolean getHangingPunctuation()

        Determines whether the hanging punctuation is used in a paragraph. Read-only boolean.

      • getMarginLeft

        float getMarginLeft()

        Returns the left margin in a paragraph. Read-only float.

      • getMarginRight

        float getMarginRight()

        Returns the right margin in a paragraph. Read-only float.

      • getIndent

        float getIndent()

        Returns paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values. Read-only float.

      • getDefaultTabSize

        float getDefaultTabSize()

        Returns default tabulation size. Read-only float.

      • getTabs

        ITabEffectiveData[] getTabs()

        Returns tabulations of a paragraph. Read-only ITabEffectiveData[].

      • getFontAlignment

        int getFontAlignment()

        Returns a font alignment in a paragraph. Read-only FontAlignment.