Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadTableContent



  • public class CadTableContent
    extends CadBaseObject

    Class describing TABLECONTENT object.

    • Constructor Detail

      • CadTableContent

        public CadTableContent()

        Initializes a new instance of the CadTableContent class.

    • Method Detail

      • getTableContentParameters

        public List<CadCodeValue> getTableContentParameters()

        Gets or sets the table content parameters.

        Returns:
        The table content parameters.
      • setTableContentParameters

        public void setTableContentParameters(List<CadCodeValue> value)

        Gets or sets the table content parameters.

        Parameters:
        value - The table content parameters.
      • getFormatedTableDataParameters

        public List<CadCodeValue> getFormatedTableDataParameters()

        Gets or sets the formated table data parameters.

        Returns:
        The formated table data parameters.
      • setFormatedTableDataParameters

        public void setFormatedTableDataParameters(List<CadCodeValue> value)

        Gets or sets the formated table data parameters.

        Parameters:
        value - The formated table data parameters.
      • getLinkedTableDataParameters

        public List<CadCodeValue> getLinkedTableDataParameters()

        Gets or sets the linked table data parameters.

        Returns:
        The linked table data parameters.
      • setLinkedTableDataParameters

        public void setLinkedTableDataParameters(List<CadCodeValue> value)

        Gets or sets the linked table data parameters.

        Parameters:
        value - The linked table data parameters.
      • getLinkedDataParameters

        public List<CadCodeValue> getLinkedDataParameters()

        Gets or sets the linked data parameters.

        Returns:
        The linked data parameters.
      • setLinkedDataParameters

        public void setLinkedDataParameters(List<CadCodeValue> value)

        Gets or sets the linked data parameters.

        Parameters:
        value - The linked data parameters.