Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadBase

    • Constructor Detail

      • CadBase

        public CadBase()
    • Method Detail

      • getEmbeddedObjectsContainer

        public final CadEmbeddedObjectContainer getEmbeddedObjectsContainer()

        Gets or sets the embedded objects container.

      • setEmbeddedObjectsContainer

        public final void setEmbeddedObjectsContainer(CadEmbeddedObjectContainer value)

        Gets or sets the embedded objects container.

      • getObjectHandle

        public final String getObjectHandle()

        Gets or sets the object handle.

        Returns:
        The object handle.
      • setObjectHandle

        public final void setObjectHandle(String value)

        Gets or sets the object handle.

        Parameters:
        value - The object handle.
      • getXdataContainer

        public final CadXdataContainer getXdataContainer()

        Gets or sets the xdata container.

        Returns:
        The xdata container.
      • setXdataContainer

        public final void setXdataContainer(CadXdataContainer value)

        Gets or sets the xdata container.

        Parameters:
        value - The xdata container.
      • getAttributes

        public final List<CadObjectAttribute> getAttributes()

        Gets or sets the attributes.

        Returns:
        The attributes.
      • setAttributes

        public final void setAttributes(List<CadObjectAttribute> value)

        Gets or sets the attributes.

        Parameters:
        value - The attributes.
      • getApplicationCodesContainer

        public final CadApplicationCodesContainer getApplicationCodesContainer()

        Gets or sets the application defined codes container.

        Returns:
        The application defined codes container.
      • setApplicationCodesContainer

        public final void setApplicationCodesContainer(CadApplicationCodesContainer value)

        Gets or sets the application defined codes container.

        Parameters:
        value - The application defined codes container.
      • getAttribute102Values

        public final List<CadCodeValue> getAttribute102Values()

        Gets or sets the attribute102 values.

        Returns:
        The attribute102 values.
      • setAttribute102Values

        public final void setAttribute102Values(List<CadCodeValue> value)

        Gets or sets the attribute102 values.

        Parameters:
        value - The attribute102 values.