com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IRow

    • Method Detail

      • getHeight

        double getHeight()

        Returns the height of a row. Read-only double.

      • getMinimalHeight

        double getMinimalHeight()

        Returns or sets the minimal possible height of a row. Read/write double.

      • setMinimalHeight

        void setMinimalHeight(double value)

        Returns or sets the minimal possible height of a row. Read/write double.

      • getRowFormat

        IRowFormat getRowFormat()

        Returns the RowFormat object that contains formatting properties for this row. Read-only IRowFormat.