Packages

 

com.aspose.cad.fileformats.cad.cadobjects.dictionary

Class CadDictionaryBase

    • Constructor Detail

      • CadDictionaryBase

        public CadDictionaryBase()

        Initializes a new instance of the CadDictionaryBase class.

    • Method Detail

      • getDictionaryParameters

        public List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> getDictionaryParameters()

        Gets or sets the dictionary parameters.

        Returns:
        The dictionary parameters.
      • setDictionaryParameters

        public void setDictionaryParameters(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> value)

        Gets or sets the dictionary parameters.

        Parameters:
        value - The dictionary parameters.
      • getHardOwnerFlag

        public short getHardOwnerFlag()

        Gets or sets hard owner flag.

      • setHardOwnerFlag

        public void setHardOwnerFlag(short value)

        Gets or sets hard owner flag.

      • getCloningFlag

        public short getCloningFlag()

        Gets or sets cloning flag.

      • setCloningFlag

        public void setCloningFlag(short value)

        Gets or sets cloning flag.

      • getEntryNames

        public List<String> getEntryNames()

        Gets or sets names of entries.

      • setEntryNames

        public void setEntryNames(List<String> value)

        Gets or sets names of entries.

      • getEntrySoftOwners

        public final List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> getEntrySoftOwners()

        Gets or sets the entry soft owners.

        Returns:
        The entry soft owners.
      • setEntrySoftOwners

        public final void setEntrySoftOwners(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> value)

        Gets or sets the entry soft owners.

        Parameters:
        value - The entry soft owners.