Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadTableStyle

    • Constructor Detail

      • CadTableStyle

        public CadTableStyle()

        Initializes a new instance of the CadTableStyle class.

    • Method Detail

      • getTableStyleCellList

        public final List<CadTableStyleCell> getTableStyleCellList()

        Gets or sets the table style cell list.

        Returns:
        The table style cell list.
      • setTableStyleCellList

        public final void setTableStyleCellList(List<CadTableStyleCell> value)

        Gets or sets the table style cell list.

        Parameters:
        value - The table style cell list.
      • getVersionNumber

        public final short getVersionNumber()

        Gets or sets the version number.

        Returns:
        The version number.
      • setVersionNumber

        public final void setVersionNumber(short value)

        Gets or sets the version number.

        Parameters:
        value - The version number.
      • getDescription

        public final String getDescription()

        Gets or sets the description.

        Returns:
        The description.
      • setDescription

        public final void setDescription(String value)

        Gets or sets the description.

        Parameters:
        value - The description.
      • getFlowDirection

        public final short getFlowDirection()

        Gets or sets the flow direction.

        Returns:
        The flow direction.
      • setFlowDirection

        public final void setFlowDirection(short value)

        Gets or sets the flow direction.

        Parameters:
        value - The flow direction.
      • getFlags

        public final short getFlags()

        Gets or sets the flags.

        Returns:
        The flags.
      • setFlags

        public final void setFlags(short value)

        Gets or sets the flags.

        Parameters:
        value - The flags.
      • 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.
      • getFlagForWhetherTitleIsSuppressed

        public final short getFlagForWhetherTitleIsSuppressed()

        Gets or sets the flag for whether title is suppressed.

        Returns:
        The flag for whether title is suppressed.
      • setFlagForWhetherTitleIsSuppressed

        public final void setFlagForWhetherTitleIsSuppressed(short value)

        Gets or sets the flag for whether title is suppressed.

        Parameters:
        value - The flag for whether title is suppressed.
      • getFlagForWhetherColumnHeadingIsSuppressed

        public final short getFlagForWhetherColumnHeadingIsSuppressed()

        Gets or sets the flag for whether column heading is suppressed.

        Returns:
        The flag for whether column heading is suppressed.
      • setFlagForWhetherColumnHeadingIsSuppressed

        public final void setFlagForWhetherColumnHeadingIsSuppressed(short value)

        Gets or sets the flag for whether column heading is suppressed.

        Parameters:
        value - The flag for whether column heading is suppressed.
      • getUnknown1

        public final byte getUnknown1()

        The Unknown1 parameter

      • setUnknown1

        public final void setUnknown1(byte value)

        The Unknown1 parameter

      • getUnknown2

        public final int getUnknown2()

        The Unknown2 parameter

      • setUnknown2

        public final void setUnknown2(int value)

        The Unknown2 parameter

      • getUnknown3

        public final int getUnknown3()

        The Unknown3 parameter

      • setUnknown3

        public final void setUnknown3(int value)

        The Unknown3 parameter

      • getUnknownHardOwner

        public final String getUnknownHardOwner()

        The Unknown Hard Owner

      • setUnknownHardOwner

        public final void setUnknownHardOwner(String value)

        The Unknown Hard Owner

      • getTableStyleContent

        public final TableStyleCellContent getTableStyleContent()

        The TableStyleCellContent

      • setTableStyleContent

        public final void setTableStyleContent(TableStyleCellContent value)

        The TableStyleCellContent