Packages

 

com.aspose.cad.fileformats.cad

Class CadStylesList

  • All Implemented Interfaces:
    com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes, com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, com.aspose.ms.System.Collections.IList, com.aspose.ms.System.ICloneable, Iterable


    public class CadStylesList
    extends NonGenericList
    implements com.aspose.ms.System.ICloneable, com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes

    List of Cad styles

    • Constructor Detail

      • CadStylesList

        public CadStylesList()

        Initializes a new instance of the CadStylesList class.

    • Method Detail

      • getCadSymbolTableGroupCodes

        public final 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 final 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.
      • getApplicationCodesContainer

        public final CadApplicationCodesContainer getApplicationCodesContainer()

        Gets or sets the application codes container.

        Returns:
        The application codes container.
      • setApplicationCodesContainer

        public final void setApplicationCodesContainer(CadApplicationCodesContainer value)

        Gets or sets the application codes container.

        Parameters:
        value - The application codes container.
      • addRange

        public final void addRange(CadStyleTableObject[] objects)

        Adds the range of the objects to container.

        Parameters:
        objects - The objects array.
      • deepClone

        public final Object deepClone()

        Clones the list.

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