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 List<CadDataTableColumn> getDataTableColumns()

        Gets or sets the data table columns.

        Returns:
        The data table columns.
      • setDataTableColumns

        public void setDataTableColumns(List<CadDataTableColumn> value)

        Gets or sets the data table columns.

        Parameters:
        value - The data table columns.
      • getVersion

        public CadShortParameter getVersion()

        Gets or sets the version.

        Returns:
        The version.
      • setVersion

        public void setVersion(CadShortParameter value)

        Gets or sets the version.

        Parameters:
        value - The version.
      • getColumnsNumber

        public CadIntParameter getColumnsNumber()

        Gets or sets the columns number.

        Returns:
        The columns number.
      • setColumnsNumber

        public void setColumnsNumber(CadIntParameter value)

        Gets or sets the columns number.

        Parameters:
        value - The columns number.
      • getValidRowsNumber

        public CadIntParameter getValidRowsNumber()

        Gets or sets the valid rows number.

        Returns:
        The valid rows number.
      • setValidRowsNumber

        public void setValidRowsNumber(CadIntParameter value)

        Gets or sets the valid rows number.

        Parameters:
        value - The valid rows number.
      • getTableName

        public CadStringParameter getTableName()

        Gets or sets the name of the table.

        Returns:
        The name of the table.
      • setTableName

        public void setTableName(CadStringParameter value)

        Gets or sets the name of the table.

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

        public List<CadStringParameter> getSoftPointerIdsHandleToObjectValues()

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

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

        public void setSoftPointerIdsHandleToObjectValues(List<CadStringParameter> value)

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

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

        public List<CadStringParameter> getHardPointerOwnerships()

        Gets or sets the hard pointer ownerships.

        Returns:
        The hard pointer ownerships.
      • setHardPointerOwnerships

        public void setHardPointerOwnerships(List<CadStringParameter> value)

        Gets or sets the hard pointer ownerships.

        Parameters:
        value - The hard pointer ownerships.
      • getSoftPointerOwnserships

        public List<CadStringParameter> getSoftPointerOwnserships()

        Gets or sets the soft pointer ownserships.

        Returns:
        The soft pointer ownserships.
      • setSoftPointerOwnserships

        public void setSoftPointerOwnserships(List<CadStringParameter> value)

        Gets or sets the soft pointer ownserships.

        Parameters:
        value - The soft pointer ownserships.
      • getHardPointerIds

        public List<CadStringParameter> getHardPointerIds()

        Gets or sets the hard pointer ids.

        Returns:
        The hard pointer ids.
      • setHardPointerIds

        public void setHardPointerIds(List<CadStringParameter> value)

        Gets or sets the hard pointer ids.

        Parameters:
        value - The hard pointer ids.
      • getSoftPointerIdsHandle

        public List<CadStringParameter> getSoftPointerIdsHandle()

        Gets or sets the soft pointer ids handle.

        Returns:
        The soft pointer ids handle.
      • setSoftPointerIdsHandle

        public void setSoftPointerIdsHandle(List<CadStringParameter> value)

        Gets or sets the soft pointer ids handle.

        Parameters:
        value - The soft pointer ids handle.