Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadHeader



  • public class CadHeader
    extends Object

    Class describing Cad header

    • Constructor Detail

      • CadHeader

        public CadHeader()

        Initializes a new instance of the CadHeader class.

    • Method Detail

      • getHeaderProperties

        public Map<Integer,List<CadParameter>> getHeaderProperties()

        Gets or sets the header properties.

        Returns:
        The header properties.
      • getCustomProperties

        public HashMap<String,String> getCustomProperties()

        Gets or sets the custom properties.

        Returns:
        The custom properties.
      • getAcadVersion

        public int getAcadVersion()

        Gets the acad version.

        Returns:
        The acad version.
      • getSummaryInfo

        public final SummaryInfoData getSummaryInfo()

        Gets the (DWG) summary information.

        Returns:
        The summary information.
      • getAppInfo

        public final AppInfoData getAppInfo()

        Gets the (DWG) app information.

      • setAppInfo

        public final void setAppInfo(AppInfoData value)

        Gets the (DWG) app information.