Packages

 

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

Class CadSectionManager



  • public class CadSectionManager
    extends CadBaseObject

    Class describing SectionManager object.

    • Constructor Detail

      • CadSectionManager

        public CadSectionManager()

        Initializes a new instance of the CadSectionManager class.

    • Method Detail

      • getSoftPointerIds

        public final List<String> getSoftPointerIds()

        Gets or sets the soft pointer ids.

        Returns:
        The soft pointer ids.
      • setSoftPointerIds

        public final void setSoftPointerIds(List<String> value)

        Gets or sets the soft pointer ids.

        Parameters:
        value - The soft pointer ids.
      • getSectionsNumber

        public final int getSectionsNumber()

        Gets or sets the sections number.

        Returns:
        The sections number.
      • setSectionsNumber

        public final void setSectionsNumber(int value)

        Gets or sets the sections number.

        Parameters:
        value - The sections number.
      • getRequiresFullUpdateFlag

        public final short getRequiresFullUpdateFlag()

        Gets or sets the requires full update flag.

        Returns:
        The requires full update flag.
      • setRequiresFullUpdateFlag

        public final void setRequiresFullUpdateFlag(short value)

        Gets or sets the requires full update flag.

        Parameters:
        value - The requires full update flag.