Packages

 

com.aspose.cad.fileformats.cad

Class CadVportList

  • 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 CadVportList
    extends NonGenericList
    implements com.aspose.ms.System.ICloneable, com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes

    The cad viewport dictionary The following group codes apply to VPORT symbol table entries. The VPORT table is unique: it may contain several entries with the same name (indicating a multiple-viewport configuration). The entries corresponding to the active viewport configuration all have the name *ACTIVE. The first such entry describes the current viewport. Since the name is not unique, we use List as a container

    • Constructor Detail

      • CadVportList

        public CadVportList()

        Initializes a new instance of the CadVportList class.

    • Method Detail

      • deepClone

        public final Object deepClone()

        The clone.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        The Object.
      • addRange

        public final void addRange(CadVportTableObject[] objects)

        Adds the range of the objects to container.

        Parameters:
        objects - The objects array.
      • 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.