com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class Column

    • Method Detail

      • getWidth

        public final double getWidth()

        Returns or sets the width of a column. Read/write double.

        Specified by:
        getWidth in interface IColumn
      • setWidth

        public final void setWidth(double value)

        Returns or sets the width of a column. Read/write double.

        Specified by:
        setWidth in interface IColumn
      • setTextFormat

        public final void setTextFormat(IPortionFormat source)

        Sets defined portion format properties to all column 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 column 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 column cells' text frames.

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