com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IChartParagraphFormat

  • All Known Implementing Classes:
    ParagraphFormat


    public interface IChartParagraphFormat

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int getAlignment()
      Returns or sets the text alignment in a paragraph.
      float getDefaultTabSize()
      Returns or sets default tabulation size.
      byte getEastAsianLineBreak()
      Determines whether the East Asian line break is used in a paragraph.
      int getFontAlignment()
      Returns or sets a font alignment in a paragraph.
      byte getHangingPunctuation()
      Determines whether the hanging punctuation is used in a paragraph.
      float getIndent()
      Returns or sets paragraph First Line Indent/Hanging Indent.
      byte getLatinLineBreak()
      Determines whether the Latin line break is used in a paragraph.
      float getMarginLeft()
      Returns or sets the left margin in a paragraph.
      float getMarginRight()
      Returns or sets the right margin in a paragraph.
      byte getRightToLeft()
      Determines whether the Right to Left writing is used in a paragraph.
      float getSpaceAfter()
      Returns or sets the amount of space after the last line in a paragraph.
      float getSpaceBefore()
      Returns or sets the amount of space before the first line in a paragraph.
      float getSpaceWithin()
      Returns or sets the amount of space between base lines in a paragraph.
      ITabCollection getTabs()
      Returns tabulations of a paragraph.
      void setAlignment(int value)
      Returns or sets the text alignment in a paragraph.
      void setDefaultTabSize(float value)
      Returns or sets default tabulation size.
      void setEastAsianLineBreak(byte value)
      Determines whether the East Asian line break is used in a paragraph.
      void setFontAlignment(int value)
      Returns or sets a font alignment in a paragraph.
      void setHangingPunctuation(byte value)
      Determines whether the hanging punctuation is used in a paragraph.
      void setIndent(float value)
      Returns or sets paragraph First Line Indent/Hanging Indent.
      void setLatinLineBreak(byte value)
      Determines whether the Latin line break is used in a paragraph.
      void setMarginLeft(float value)
      Returns or sets the left margin in a paragraph.
      void setMarginRight(float value)
      Returns or sets the right margin in a paragraph.
      void setRightToLeft(byte value)
      Determines whether the Right to Left writing is used in a paragraph.
      void setSpaceAfter(float value)
      Returns or sets the amount of space after the last line in a paragraph.
      void setSpaceBefore(float value)
      Returns or sets the amount of space before the first line in a paragraph.
      void setSpaceWithin(float value)
      Returns or sets the amount of space between base lines in a paragraph.
    • Method Detail

      • getAlignment

        int getAlignment()

        Returns or sets the text alignment in a paragraph. Read/write TextAlignment.

      • setAlignment

        void setAlignment(int value)

        Returns or sets the text alignment in a paragraph. Read/write TextAlignment.

      • getSpaceWithin

        float getSpaceWithin()

        Returns or sets the amount of space between base lines in a paragraph. Read/write float.

      • setSpaceWithin

        void setSpaceWithin(float value)

        Returns or sets the amount of space between base lines in a paragraph. Read/write float.

      • getSpaceBefore

        float getSpaceBefore()

        Returns or sets the amount of space before the first line in a paragraph. Read/write float.

      • setSpaceBefore

        void setSpaceBefore(float value)

        Returns or sets the amount of space before the first line in a paragraph. Read/write float.

      • getSpaceAfter

        float getSpaceAfter()

        Returns or sets the amount of space after the last line in a paragraph. Read/write float.

      • setSpaceAfter

        void setSpaceAfter(float value)

        Returns or sets the amount of space after the last line in a paragraph. Read/write float.

      • getEastAsianLineBreak

        byte getEastAsianLineBreak()

        Determines whether the East Asian line break is used in a paragraph. Read/write NullableBool.

      • setEastAsianLineBreak

        void setEastAsianLineBreak(byte value)

        Determines whether the East Asian line break is used in a paragraph. Read/write NullableBool.

      • getRightToLeft

        byte getRightToLeft()

        Determines whether the Right to Left writing is used in a paragraph. Read/write NullableBool.

      • setRightToLeft

        void setRightToLeft(byte value)

        Determines whether the Right to Left writing is used in a paragraph. Read/write NullableBool.

      • getLatinLineBreak

        byte getLatinLineBreak()

        Determines whether the Latin line break is used in a paragraph. Read/write NullableBool.

      • setLatinLineBreak

        void setLatinLineBreak(byte value)

        Determines whether the Latin line break is used in a paragraph. Read/write NullableBool.

      • getHangingPunctuation

        byte getHangingPunctuation()

        Determines whether the hanging punctuation is used in a paragraph. Read/write NullableBool.

      • setHangingPunctuation

        void setHangingPunctuation(byte value)

        Determines whether the hanging punctuation is used in a paragraph. Read/write NullableBool.

      • getMarginLeft

        float getMarginLeft()

        Returns or sets the left margin in a paragraph. Read/write float.

      • setMarginLeft

        void setMarginLeft(float value)

        Returns or sets the left margin in a paragraph. Read/write float.

      • getMarginRight

        float getMarginRight()

        Returns or sets the right margin in a paragraph. Read/write float.

      • setMarginRight

        void setMarginRight(float value)

        Returns or sets the right margin in a paragraph. Read/write float.

      • getIndent

        float getIndent()

        Returns or sets paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values. Read/write float.

      • setIndent

        void setIndent(float value)

        Returns or sets paragraph First Line Indent/Hanging Indent. Hanging Indent can be defined with negative values. Read/write float.

      • getDefaultTabSize

        float getDefaultTabSize()

        Returns or sets default tabulation size. Read/write float.

      • setDefaultTabSize

        void setDefaultTabSize(float value)

        Returns or sets default tabulation size. Read/write float.

      • getFontAlignment

        int getFontAlignment()

        Returns or sets a font alignment in a paragraph. Read/write FontAlignment.

      • setFontAlignment

        void setFontAlignment(int value)

        Returns or sets a font alignment in a paragraph. Read/write FontAlignment.