com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IBulkTextFormattable

  • All Known Subinterfaces:
    IColumn, IRow, ITable
    All Known Implementing Classes:
    Column, Row, Table


    public interface IBulkTextFormattable

    Represents an object with possibility of bulk setting child text elements' formats.

    • Method Detail

      • setTextFormat

        void setTextFormat(IPortionFormat source)

        Sets defined portion format properties to all element's portions.

        Parameters:
        source - IPortionFormat object with necessary properties set.
      • setTextFormat

        void setTextFormat(IParagraphFormat source)

        Sets defined paragraph format properties to all element's paragraphs.

        Parameters:
        source - IParagraphFormat object with necessary properties set.
      • setTextFormat

        void setTextFormat(ITextFrameFormat source)

        Sets defined text frame format properties to all element's text frames.

        Parameters:
        source - ITextFrameFormat object with necessary properties set.