com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class AbsorbedColumn

  • All Implemented Interfaces:
    ITableElement


    public class AbsorbedColumn
    extends Object
    implements ITableElement

    Represents column of table that exist on the page

    • Constructor Detail

      • AbsorbedColumn

        public AbsorbedColumn()
    • Method Detail

      • getCells

        public com.aspose.ms.System.Collections.Generic.IGenericList<AbsorbedCell> getCells()

        Gets readonly IList containing cells of the column

        Returns:
        List of AbsorbedCell objects
      • getRectangle

        public Rectangle getRectangle()

        Gets rectangle that describes position of the column on page

        Specified by:
        getRectangle in interface ITableElement
        Returns:
        Rectangle object