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

      • getHardOwnerFlag

        public final short getHardOwnerFlag()

        Gets or sets hard owner flag.

      • setHardOwnerFlag

        public final void setHardOwnerFlag(short value)

        Gets or sets hard owner flag.

      • getCloningFlag

        public final short getCloningFlag()

        Gets or sets cloning flag.

      • setCloningFlag

        public final void setCloningFlag(short value)

        Gets or sets cloning flag.

      • getEntryNames

        public final List<String> getEntryNames()

        Gets or sets names of entries.

      • setEntryNames

        public final void setEntryNames(List<String> value)

        Gets or sets names of entries.

      • getEntrySoftOwners

        public final List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String>> 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,String>> value)

        Gets or sets the entry soft owners.

        Parameters:
        value - The entry soft owners.
      • get_Item

        public final String get_Item(String key)

        Gets or sets the entry soft owner by key.

        Returns:
        The entry soft owners.
      • tryGetValue

        public final boolean tryGetValue(String key,
                                         String[] value)

        Gets the entry soft owner by key.

        Parameters:
        key - The key.
        value - The parameter.
        Returns:
        true if dictionary contains the key otherwise false
      • tryGetValue

        public final boolean tryGetValue(String key,
                                         int[] attr,
                                         String[] value)

        Gets the entry soft owner by key.

        Parameters:
        key - The key.
        attr - The attribute.
        value - The parameter.
        Returns:
        true if dictionary contains the key otherwise false
      • removeByValue

        public final void removeByValue(String value)

        Removes the entry soft owner and entry name by value.

        Parameters:
        value - The value.