Packages

 

com.aspose.cad.fileformats.cad.cadobjects.acadtable

Class CadTableEntity



  • public class CadTableEntity
    extends CadBaseEntity

    The Cad table

    • Constructor Detail

      • CadTableEntity

        public CadTableEntity()

        Initializes a new instance of the CadTableEntity class.

    • Method Detail

      • getTypeName

        public int getTypeName()

        Gets the name of the type.

        Overrides:
        getTypeName in class CadBaseEntity
        Returns:
        The name of the type.
      • getTableCellList

        public final List<CadTableCell> getTableCellList()

        Gets or sets the cad table cell list.

        Returns:
        The cad table cell list.
      • setTableCellList

        public final void setTableCellList(List<CadTableCell> value)

        Gets or sets the cad table cell list.

        Parameters:
        value - The cad table cell list.
      • getAttribute140List

        public final List<Double> getAttribute140List()

        Gets or sets the attribute 140 list.

        Returns:
        The attribute 140 list.
      • setAttribute140List

        public final void setAttribute140List(List<Double> value)

        Gets or sets the attribute 140 list.

        Parameters:
        value - The attribute 140 list.
      • getHorizontalCellMargin

        public final double getHorizontalCellMargin()

        Gets or sets the horizontal cell margin.

        Returns:
        The horizontal cell margin.
      • setHorizontalCellMargin

        public final void setHorizontalCellMargin(double value)

        Gets or sets the horizontal cell margin.

        Parameters:
        value - The horizontal cell margin.
      • getVerticalCellMargin

        public final double getVerticalCellMargin()

        Gets or sets the vertical cell margin.

        Returns:
        The vertical cell margin.
      • setVerticalCellMargin

        public final void setVerticalCellMargin(double value)

        Gets or sets the vertical cell margin.

        Parameters:
        value - The vertical cell margin.
      • getBlockName

        public final String getBlockName()

        Gets or sets the block name.

      • setBlockName

        public final void setBlockName(String value)

        Gets or sets the block name.

      • getFlagForTableValue

        public final int getFlagForTableValue()

        Gets or sets the flag for table value.

      • setFlagForTableValue

        public final void setFlagForTableValue(int value)

        Gets or sets the flag for table value.

      • getFlagOverride

        public final int getFlagOverride()

        Gets or sets the flag override.

      • setFlagOverride

        public final void setFlagOverride(int value)

        Gets or sets the flag override.

      • getFlagOverrideBorderColor

        public final int getFlagOverrideBorderColor()

        Gets or sets the flag override border color.

      • setFlagOverrideBorderColor

        public final void setFlagOverrideBorderColor(int value)

        Gets or sets the flag override border color.

      • getFlagOverrideBorderLineWeight

        public final int getFlagOverrideBorderLineWeight()

        Gets or sets the flag override border line weight.

      • setFlagOverrideBorderLineWeight

        public final void setFlagOverrideBorderLineWeight(int value)

        Gets or sets the flag override border line weight.

      • getFlagOverrideBorderVisibility

        public final int getFlagOverrideBorderVisibility()

        Gets or sets the flag override border visibility.

      • setFlagOverrideBorderVisibility

        public final void setFlagOverrideBorderVisibility(int value)

        Gets or sets the flag override border visibility.

      • getInsertionPoint

        public final Cad3DPoint getInsertionPoint()

        Gets or sets the insertion point.

      • setInsertionPoint

        public final void setInsertionPoint(Cad3DPoint value)

        Gets or sets the insertion point.

      • getNumberOfColumns

        public final int getNumberOfColumns()

        Gets or sets the number of columns.

      • setNumberOfColumns

        public final void setNumberOfColumns(int value)

        Gets or sets the number of columns.

      • getNumberOfRows

        public final int getNumberOfRows()

        Gets or sets the number of rows.

      • setNumberOfRows

        public final void setNumberOfRows(int value)

        Gets or sets the number of rows.

      • getPointerIdToOwnerBlock

        public final String getPointerIdToOwnerBlock()

        Gets or sets the pointer id to owner block.

      • setPointerIdToOwnerBlock

        public final void setPointerIdToOwnerBlock(String value)

        Gets or sets the pointer id to owner block.

      • getPointerIdTotablestyle

        public final String getPointerIdTotablestyle()

        Gets or sets the pointer id totablestyle.

      • setPointerIdTotablestyle

        public final void setPointerIdTotablestyle(String value)

        Gets or sets the pointer id totablestyle.

      • getTableDataVersionNumber

        public final short getTableDataVersionNumber()

        Gets or sets the table data version number.

      • setTableDataVersionNumber

        public final void setTableDataVersionNumber(short value)

        Gets or sets the table data version number.

      • getSuppressTitle

        public final short getSuppressTitle()

        Gets or sets the suppress title.

        Value: The suppress title.
      • setSuppressTitle

        public final void setSuppressTitle(short value)

        Gets or sets the suppress title.

        Value: The suppress title.
      • getSuppressHeaderRow

        public final short getSuppressHeaderRow()

        Gets or sets the suppress header row.

        Value: The suppress header row.
      • setSuppressHeaderRow

        public final void setSuppressHeaderRow(short value)

        Gets or sets the suppress header row.

        Value: The suppress header row.
      • getTextStyleName

        public final List<String> getTextStyleName()

        Gets or sets the text style name.

      • setTextStyleName

        public final void setTextStyleName(List<String> value)

        Gets or sets the text style name.