Packages

 

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

Class CadTableCell

  • java.lang.Object
    • com.aspose.cad.fileformats.cad.cadobjects.acadtable.CadTableCell


  • public class CadTableCell
    extends Object

    The TableStyleCell data

    • Constructor Detail

      • CadTableCell

        public CadTableCell()
    • Method Detail

      • getCellContentColor

        public final short getCellContentColor()

        Gets or sets the color of the cell content.

        Returns:
        The color of the cell content.
      • setCellContentColor

        public final void setCellContentColor(short value)

        Gets or sets the color of the cell content.

        Parameters:
        value - The color of the cell content.
      • getCellContentBackgroundColor

        public final short getCellContentBackgroundColor()

        Gets or sets the color of the сell content background.

        Returns:
        The color of the сell content background.
      • setCellContentBackgroundColor

        public final void setCellContentBackgroundColor(short value)

        Gets or sets the color of the сell content background.

        Parameters:
        value - The color of the сell content background.
      • getCellTopBorderColor

        public final short getCellTopBorderColor()

        Gets or sets the color of the cell top border.

        Returns:
        The color of the cell top border.
      • setCellTopBorderColor

        public final void setCellTopBorderColor(short value)

        Gets or sets the color of the cell top border.

        Parameters:
        value - The color of the cell top border.
      • getCellRightBorderColor

        public final short getCellRightBorderColor()

        Gets or sets the color of the cell right border.

        Returns:
        The color of the cell right border.
      • setCellRightBorderColor

        public final void setCellRightBorderColor(short value)

        Gets or sets the color of the cell right border.

        Parameters:
        value - The color of the cell right border.
      • getCellBottomBorderColor

        public final short getCellBottomBorderColor()

        Gets or sets the color of the cell bottom border.

        Returns:
        The color of the cell bottom border.
      • setCellBottomBorderColor

        public final void setCellBottomBorderColor(short value)

        Gets or sets the color of the cell bottom border.

        Parameters:
        value - The color of the cell bottom border.
      • getCellLeftBorderColor

        public final short getCellLeftBorderColor()

        Gets or sets the color of the cell left border.

        Returns:
        The color of the cell left border.
      • setCellLeftBorderColor

        public final void setCellLeftBorderColor(short value)

        Gets or sets the color of the cell left border.

        Parameters:
        value - The color of the cell left border.
      • getCellTopBorderLineweight

        public final short getCellTopBorderLineweight()

        Gets or sets the cell top border lineweight.

        Returns:
        The cell top border lineweight.
      • setCellTopBorderLineweight

        public final void setCellTopBorderLineweight(short value)

        Gets or sets the cell top border lineweight.

        Parameters:
        value - The cell top border lineweight.
      • getCellRightBorderLineweight

        public final short getCellRightBorderLineweight()

        Gets or sets the cell right border lineweight.

        Returns:
        The cell right border lineweight.
      • setCellRightBorderLineweight

        public final void setCellRightBorderLineweight(short value)

        Gets or sets the cell right border lineweight.

        Parameters:
        value - The cell right border lineweight.
      • getCellBottomBorderLineweight

        public final short getCellBottomBorderLineweight()

        Gets or sets the cell bottom border lineweight.

        Returns:
        The cell bottom border lineweight.
      • setCellBottomBorderLineweight

        public final void setCellBottomBorderLineweight(short value)

        Gets or sets the cell bottom border lineweight.

        Parameters:
        value - The cell bottom border lineweight.
      • getCellLeftBorderLineweight

        public final short getCellLeftBorderLineweight()

        Gets or sets the сell left border lineweight.

        Returns:
        The сell left border lineweight.
      • setCellLeftBorderLineweight

        public final void setCellLeftBorderLineweight(short value)

        Gets or sets the сell left border lineweight.

        Parameters:
        value - The сell left border lineweight.
      • getFillColorFlag

        public final short getFillColorFlag()

        Gets or sets the fill color flag.

        Returns:
        The fill color flag.
      • setFillColorFlag

        public final void setFillColorFlag(short value)

        Gets or sets the fill color flag.

        Parameters:
        value - The fill color flag.
      • getTopBorderVisibilityFlag

        public final short getTopBorderVisibilityFlag()

        Gets or sets the top border visibility flag.

        Returns:
        The top border visibility flag.
      • setTopBorderVisibilityFlag

        public final void setTopBorderVisibilityFlag(short value)

        Gets or sets the top border visibility flag.

        Parameters:
        value - The top border visibility flag.
      • getRightBorderVisibilityFlag

        public final short getRightBorderVisibilityFlag()

        Gets or sets the right border visibility flag.

        Returns:
        The right border visibility flag.
      • setRightBorderVisibilityFlag

        public final void setRightBorderVisibilityFlag(short value)

        Gets or sets the right border visibility flag.

        Parameters:
        value - The right border visibility flag.
      • getBottomBorderVisibilityFlag

        public final short getBottomBorderVisibilityFlag()

        Gets or sets the bottom border visibility flag.

        Returns:
        The bottom border visibility flag.
      • setBottomBorderVisibilityFlag

        public final void setBottomBorderVisibilityFlag(short value)

        Gets or sets the bottom border visibility flag.

        Parameters:
        value - The bottom border visibility flag.
      • getLeftBorderVisibilityFlag

        public final short getLeftBorderVisibilityFlag()

        Gets or sets the left border visibility flag.

        Returns:
        The left border visibility flag.
      • setLeftBorderVisibilityFlag

        public final void setLeftBorderVisibilityFlag(short value)

        Gets or sets the left border visibility flag.

        Parameters:
        value - The left border visibility flag.
      • getTextStyleName

        public final String getTextStyleName()

        Gets or sets the name of the text style.

        Returns:
        The name of the text style.
      • setTextStyleName

        public final void setTextStyleName(String value)

        Gets or sets the name of the text style.

        Parameters:
        value - The name of the text style.
      • getAttribDefSoftPointer

        public final String getAttribDefSoftPointer()

        Gets or sets the attribute definition soft pointer.

        Returns:
        The attribute definition soft pointer.
      • setAttribDefSoftPointer

        public final void setAttribDefSoftPointer(String value)

        Gets or sets the attribute definition soft pointer.

        Parameters:
        value - The attribute definition soft pointer.
      • getAttributeDefinitionsCount

        public final short getAttributeDefinitionsCount()

        Gets or sets the attribute definitions count.

        Returns:
        The attribute definitions count.
      • setAttributeDefinitionsCount

        public final void setAttributeDefinitionsCount(short value)

        Gets or sets the attribute definitions count.

        Parameters:
        value - The attribute definitions count.
      • getHardPointerId

        public final String getHardPointerId()

        Gets or sets the hard pointer identifier.

        Returns:
        The hard pointer identifier.
      • setHardPointerId

        public final void setHardPointerId(String value)

        Gets or sets the hard pointer identifier.

        Parameters:
        value - The hard pointer identifier.
      • getBlockScale

        public final String getBlockScale()

        Gets or sets the block scale.

        Returns:
        The block scale.
      • setBlockScale

        public final void setBlockScale(String value)

        Gets or sets the block scale.

        Parameters:
        value - The block scale.
      • getCellAlignment

        public final short getCellAlignment()

        Gets or sets the cell alignment.

        Returns:
        The cell alignment.
      • setCellAlignment

        public final void setCellAlignment(short value)

        Gets or sets the cell alignment.

        Parameters:
        value - The cell alignment.
      • getCellType

        public final short getCellType()

        Gets or sets the type of the cell.

        Returns:
        The type of the cell.
      • setCellType

        public final void setCellType(short value)

        Gets or sets the type of the cell.

        Parameters:
        value - The type of the cell.
      • getCellFlagValue

        public final short getCellFlagValue()

        Gets or sets the cell flag value.

        Returns:
        The cell flag value.
      • setCellFlagValue

        public final void setCellFlagValue(short value)

        Gets or sets the cell flag value.

        Parameters:
        value - The cell flag value.
      • getCellMergedValue

        public final short getCellMergedValue()

        Gets or sets the cell merged value.

        Returns:
        The cell merged value.
      • setCellMergedValue

        public final void setCellMergedValue(short value)

        Gets or sets the cell merged value.

        Parameters:
        value - The cell merged value.
      • getBooleanFlag

        public final short getBooleanFlag()

        Gets or sets the boolean flag.

        Returns:
        The boolean flag.
      • setBooleanFlag

        public final void setBooleanFlag(short value)

        Gets or sets the boolean flag.

        Parameters:
        value - The boolean flag.
      • getCellBorderWidth

        public final short getCellBorderWidth()

        Gets or sets the width of the cell border.

        Returns:
        The width of the cell border.
      • setCellBorderWidth

        public final void setCellBorderWidth(short value)

        Gets or sets the width of the cell border.

        Parameters:
        value - The width of the cell border.
      • getCellBorderHeight

        public final short getCellBorderHeight()

        Gets or sets the height of the cell border.

        Returns:
        The height of the cell border.
      • setCellBorderHeight

        public final void setCellBorderHeight(short value)

        Gets or sets the height of the cell border.

        Parameters:
        value - The height of the cell border.
      • getCellOverrideFlag

        public final int getCellOverrideFlag()

        Gets or sets the cell override flag.

        Returns:
        The cell override flag.
      • setCellOverrideFlag

        public final void setCellOverrideFlag(int value)

        Gets or sets the cell override flag.

        Parameters:
        value - The cell override flag.
      • getVirtualEdgeFlagValue

        public final short getVirtualEdgeFlagValue()

        Gets or sets the virtual edge flag value.

        Returns:
        The virtual edge flag value.
      • setVirtualEdgeFlagValue

        public final void setVirtualEdgeFlagValue(short value)

        Gets or sets the virtual edge flag value.

        Parameters:
        value - The virtual edge flag value.
      • getRotationValue

        public final short getRotationValue()

        Gets or sets the rotation value.

        Returns:
        The rotation value.
      • setRotationValue

        public final void setRotationValue(short value)

        Gets or sets the rotation value.

        Parameters:
        value - The rotation value.
      • getHardPointerToField

        public final String getHardPointerToField()

        Gets or sets the hard pointer to field.

        Returns:
        The hard pointer to field.
      • setHardPointerToField

        public final void setHardPointerToField(String value)

        Gets or sets the hard pointer to field.

        Parameters:
        value - The hard pointer to field.
      • getTextHeightValue

        public final double getTextHeightValue()

        Gets or sets the text height value.

        Returns:
        The text height value.
      • setTextHeightValue

        public final void setTextHeightValue(double value)

        Gets or sets the text height value.

        Parameters:
        value - The text height value.
      • getExtendedCellFlag

        public final short getExtendedCellFlag()

        Gets or sets the extended cell flag.

        Returns:
        The extended cell flag.
      • setExtendedCellFlag

        public final void setExtendedCellFlag(short value)

        Gets or sets the extended cell flag.

        Parameters:
        value - The extended cell flag.
      • getCellValueBlockBegin

        public final String getCellValueBlockBegin()

        Gets or sets the cell value block begin.

        Returns:
        The cell value block begin.
      • setCellValueBlockBegin

        public final void setCellValueBlockBegin(String value)

        Gets or sets the cell value block begin.

        Parameters:
        value - The cell value block begin.
      • getAttribute93

        public final short getAttribute93()

        Gets or sets the attribute93.

        Returns:
        The attribute93.
      • setAttribute93

        public final void setAttribute93(short value)

        Gets or sets the attribute93.

        Parameters:
        value - The attribute93.
      • getAttribute90

        public final short getAttribute90()

        Gets or sets the attribute90.

        Returns:
        The attribute90.
      • setAttribute90

        public final void setAttribute90(short value)

        Gets or sets the attribute90.

        Parameters:
        value - The attribute90.
      • getTextString

        public final String getTextString()

        Gets or sets the text string.

        Returns:
        The text string.
      • setTextString

        public final void setTextString(String value)

        Gets or sets the text string.

        Parameters:
        value - The text string.
      • getAdditionalString

        public final String getAdditionalString()

        Gets or sets the additional string.

        Returns:
        The additional string.
      • setAdditionalString

        public final void setAdditionalString(String value)

        Gets or sets the additional string.

        Parameters:
        value - The additional string.
      • getAttribute94

        public final short getAttribute94()

        Gets or sets the attribute94.

        Returns:
        The attribute94.
      • setAttribute94

        public final void setAttribute94(short value)

        Gets or sets the attribute94.

        Parameters:
        value - The attribute94.
      • getAttributeDefinitionTextString

        public final String getAttributeDefinitionTextString()

        Gets or sets the attribute definition text string.

        Returns:
        The attribute definition text string.
      • setAttributeDefinitionTextString

        public final void setAttributeDefinitionTextString(String value)

        Gets or sets the attribute definition text string.

        Parameters:
        value - The attribute definition text string.
      • getTextStringInCell

        public final String getTextStringInCell()

        Gets or sets the text string in cell.

        Returns:
        The text string in cell.
      • setTextStringInCell

        public final void setTextStringInCell(String value)

        Gets or sets the text string in cell.

        Parameters:
        value - The text string in cell.
      • getAttribute304

        public final String getAttribute304()

        Gets or sets the attribute304.

        Returns:
        The attribute304.
      • setAttribute304

        public final void setAttribute304(String value)

        Gets or sets the attribute304.

        Parameters:
        value - The attribute304.