com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class Row

    • Method Detail

      • getHeight

        public final double getHeight()

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

        Specified by:
        getHeight in interface IRow
      • getMinimalHeight

        public final double getMinimalHeight()

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

        Specified by:
        getMinimalHeight in interface IRow
      • setMinimalHeight

        public final void setMinimalHeight(double value)

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

        Specified by:
        setMinimalHeight in interface IRow
      • setTextFormat

        public final void setTextFormat(IPortionFormat source)

        Sets defined portion format properties to all row cells' portions.

        Specified by:
        setTextFormat in interface IBulkTextFormattable
        Parameters:
        source - IPortionFormat object with necessary properties set.
      • setTextFormat

        public final void setTextFormat(IParagraphFormat source)

        Sets defined paragraph format properties to all row cells' paragraphs.

        Specified by:
        setTextFormat in interface IBulkTextFormattable
        Parameters:
        source - IParagraphFormat object with necessary properties set.
      • setTextFormat

        public final void setTextFormat(ITextFrameFormat source)

        Sets defined text frame format properties to all row cells' text frames.

        Specified by:
        setTextFormat in interface IBulkTextFormattable
        Parameters:
        source - ITextFrameFormat object with necessary properties set.
      • getRowFormat

        public final IRowFormat getRowFormat()

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

        Specified by:
        getRowFormat in interface IRow