Packages

 

com.aspose.cad.fileformats.cad.cadobjects.datatable

Class CadDataTable



  • public class CadDataTable
    extends CadBaseObject

    Class describing DATATABLE object.

    • Constructor Detail

      • CadDataTable

        public CadDataTable()

        Initializes a new instance of the CadDataTable class.

    • Method Detail

      • getDataTableColumns

        public final List<CadDataTableColumn> getDataTableColumns()

        Gets or sets the data table columns.

        Returns:
        The data table columns.
      • setDataTableColumns

        public final void setDataTableColumns(List<CadDataTableColumn> value)

        Gets or sets the data table columns.

        Parameters:
        value - The data table columns.
      • getVersion

        public final short getVersion()

        Gets or sets the version.

        Returns:
        The version.
      • setVersion

        public final void setVersion(short value)

        Gets or sets the version.

        Parameters:
        value - The version.
      • getColumnsNumber

        public final int getColumnsNumber()

        Gets or sets the columns number.

        Returns:
        The columns number.
      • setColumnsNumber

        public final void setColumnsNumber(int value)

        Gets or sets the columns number.

        Parameters:
        value - The columns number.
      • getValidRowsNumber

        public final int getValidRowsNumber()

        Gets or sets the valid rows number.

        Returns:
        The valid rows number.
      • setValidRowsNumber

        public final void setValidRowsNumber(int value)

        Gets or sets the valid rows number.

        Parameters:
        value - The valid rows number.
      • getTableName

        public final String getTableName()

        Gets or sets the name of the table.

        Returns:
        The name of the table.
      • setTableName

        public final void setTableName(String value)

        Gets or sets the name of the table.

        Parameters:
        value - The name of the table.
      • getSoftPointerIdsHandleToObjectValues

        public final List<String> getSoftPointerIdsHandleToObjectValues()

        Gets or sets the soft pointer ids handle to object values.

        Returns:
        The soft pointer ids handle to object values.
      • setSoftPointerIdsHandleToObjectValues

        public final void setSoftPointerIdsHandleToObjectValues(List<String> value)

        Gets or sets the soft pointer ids handle to object values.

        Parameters:
        value - The soft pointer ids handle to object values.
      • getHardPointerOwnerships

        public final List<String> getHardPointerOwnerships()

        Gets or sets the hard pointer ownerships.

        Returns:
        The hard pointer ownerships.
      • setHardPointerOwnerships

        public final void setHardPointerOwnerships(List<String> value)

        Gets or sets the hard pointer ownerships.

        Parameters:
        value - The hard pointer ownerships.
      • getSoftPointerOwnserships

        public final List<String> getSoftPointerOwnserships()

        Gets or sets the soft pointer ownserships.

        Returns:
        The soft pointer ownserships.
      • setSoftPointerOwnserships

        public final void setSoftPointerOwnserships(List<String> value)

        Gets or sets the soft pointer ownserships.

        Parameters:
        value - The soft pointer ownserships.
      • getHardPointerIds

        public final List<String> getHardPointerIds()

        Gets or sets the hard pointer ids.

        Returns:
        The hard pointer ids.
      • setHardPointerIds

        public final void setHardPointerIds(List<String> value)

        Gets or sets the hard pointer ids.

        Parameters:
        value - The hard pointer ids.
      • getSoftPointerIdsHandle

        public final List<String> getSoftPointerIdsHandle()

        Gets or sets the soft pointer ids handle.

        Returns:
        The soft pointer ids handle.
      • setSoftPointerIdsHandle

        public final void setSoftPointerIdsHandle(List<String> value)

        Gets or sets the soft pointer ids handle.

        Parameters:
        value - The soft pointer ids handle.