Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadTableFormat



  • public class CadTableFormat
    extends CadBaseObject

    Class describing CadTableFormat

    • Constructor Detail

      • CadTableFormat

        public CadTableFormat()

        Initializes a new instance of the CadCellStyleMap class.

    • Method Detail

      • getContentFormat

        public final CadContentFormat getContentFormat()

        Gets or sets the content format.

        Returns:
        The content format.
      • setContentFormat

        public final void setContentFormat(CadContentFormat value)

        Gets or sets the content format.

        Parameters:
        value - The content format.
      • getCellMargin

        public final CadCellMargin getCellMargin()

        Gets or sets the cell margin.

        Returns:
        The cell margin.
      • setCellMargin

        public final void setCellMargin(CadCellMargin value)

        Gets or sets the cell margin.

        Parameters:
        value - The cell margin.
      • getGridFormats

        public final List<CadGridFormat> getGridFormats()

        Gets or sets the grid formats.

        Returns:
        The grid formats.
      • setGridFormats

        public final void setGridFormats(List<CadGridFormat> value)

        Gets or sets the grid formats.

        Parameters:
        value - The grid formats.