Packages

 

com.aspose.cad.fileformats.cad.cadobjects.section

Class CadSectionSettings



  • public class CadSectionSettings
    extends CadBaseObject

    Class describing SectionSettings object.

    • Constructor Detail

      • CadSectionSettings

        public CadSectionSettings()

        Initializes a new instance of the CadSectionSettings class.

    • Method Detail

      • getSectionTypeSettings

        public final CadSectionTypeSettings getSectionTypeSettings()

        Gets or sets the section type settings.

        Returns:
        The section type settings.
      • setSectionTypeSettings

        public final void setSectionTypeSettings(CadSectionTypeSettings value)

        Gets or sets the section type settings.

        Parameters:
        value - The section type settings.
      • getSectionType

        public final int getSectionType()

        Gets or sets the type of the section.

        Returns:
        The type of the section.
      • setSectionType

        public final void setSectionType(int value)

        Gets or sets the type of the section.

        Parameters:
        value - The type of the section.
      • getGenerationSettingsNumber

        public final int getGenerationSettingsNumber()

        Gets or sets the generation settings number.

        Returns:
        The generation settings number.
      • setGenerationSettingsNumber

        public final void setGenerationSettingsNumber(int value)

        Gets or sets the generation settings number.

        Parameters:
        value - The generation settings number.