Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadXdataContainer



  • public class CadXdataContainer
    extends Object

    The Xdata Container

    • Constructor Detail

      • CadXdataContainer

        public CadXdataContainer()
    • Method Detail

      • getXdatas

        public final List<CadXdata> getXdatas()

        Gets or sets the xdatas.

        Returns:
        The xdatas.
      • setXdatas

        public final void setXdatas(List<CadXdata> value)

        Gets or sets the xdatas.

        Parameters:
        value - The xdatas.
      • getHyperlink

        public final String getHyperlink()

        Gets or sets the hyperlink.

        Returns:
        The hyperlink.
      • setHyperlink

        public final void setHyperlink(String value)

        Gets or sets the hyperlink.

        Parameters:
        value - The hyperlink.
      • getData

        public final CadXdata getData(String applicationName)

        Gets the data.

        Parameters:
        applicationName - Name of the application.
        Returns:
        The xdata.
      • getAcadData

        public final CadXdata getAcadData()

        Gets the ACAD data.

        Returns:
        The xdata.