Packages

 

com.aspose.cad.fileformats.cad

Class CadAppIdDictionary

  • All Implemented Interfaces:
    com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes, com.aspose.ms.System.Collections.Generic.IGenericCollection<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadAppIdTableObject>>, com.aspose.ms.System.Collections.Generic.IGenericDictionary<String,CadAppIdTableObject>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadAppIdTableObject>>, com.aspose.ms.System.Collections.IEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadAppIdTableObject>>, com.aspose.ms.System.ICloneable, Iterable<com.aspose.ms.System.Collections.Generic.KeyValuePair<String,CadAppIdTableObject>>


    public class CadAppIdDictionary
    extends NonGenericDictionary<String,CadAppIdTableObject>
    implements com.aspose.ms.System.ICloneable, com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes

    Collection of cad layouts

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Collections.Generic.Dictionary

        com.aspose.ms.System.Collections.Generic.Dictionary.Enumerator<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.LinkSlots, com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>
    • Constructor Summary

      Constructors 
      Constructor and Description
      CadAppIdDictionary()
      Initializes a new instance of the CadAppIdDictionary class.
    • Constructor Detail

      • CadAppIdDictionary

        public CadAppIdDictionary()

        Initializes a new instance of the CadAppIdDictionary class.

    • Method Detail

      • getCadSymbolTableGroupCodes

        public CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()

        Gets or sets the cad symbol table group codes.

        Specified by:
        getCadSymbolTableGroupCodes in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
        Returns:
        The cad symbol table group codes.
      • setCadSymbolTableGroupCodes

        public void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)

        Gets or sets the cad symbol table group codes.

        Specified by:
        setCadSymbolTableGroupCodes in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
        Parameters:
        value - The cad symbol table group codes.
      • add

        public void add(String key,
                        CadAppIdTableObject value)

        Adds a CadAppIdTableObject to the dictionary.

        Parameters:
        key - The CadAppIdTableObject key.
        value - The CadAppIdTableObject to add.
      • remove

        public boolean remove(String key)

        Removes the CadAppIdTableObject with the specified key.

        Parameters:
        key - The CadAppIdTableObject key to remove.
        Returns:
        True if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the dictionary.
      • deepClone

        public Object deepClone()

        Clones the dictionary.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        A new object that is a shallow copy of this instance.