CadHeader
Contents
[
Hide
]Class describing Cad header
Constructors
| Constructor | Description |
|---|---|
| CadHeader() | Initializes a new instance of the CadHeader class. |
Methods
| Method | Description |
|---|---|
| getHeaderProperties() | Gets or sets the header properties. |
| getCustomProperties() | Gets or sets the custom properties. |
| getAcadVersion() | Gets the acad version. |
| getSummaryInfo() | Gets the (DWG) summary information. |
| getPropertiesSummaryInfoWrapper() | Gets the summary information wrapper for HeaderProperties ( CadHeader.getHeaderProperties() ). |
CadHeader()
public CadHeader()
Initializes a new instance of the CadHeader class.
getHeaderProperties()
public HashMap<Integer,com.aspose.ms.System.Collections.Generic.List<CadParameter>> getHeaderProperties()
Gets or sets the header properties.
Returns: HashMap<Integer,com.aspose.ms.System.Collections.Generic.List
getCustomProperties()
public HashMap<String,String> getCustomProperties()
Gets or sets the custom properties.
Returns: HashMap<String,String> - The custom properties.
getAcadVersion()
public int getAcadVersion()
Gets the acad version.
Returns: int - The acad version.
getSummaryInfo()
public final SummaryInfoData getSummaryInfo()
Gets the (DWG) summary information.
Returns: SummaryInfoData - The summary information.
getPropertiesSummaryInfoWrapper()
public final CadHeader.SummaryInfoWrapper getPropertiesSummaryInfoWrapper()
Gets the summary information wrapper for HeaderProperties ( CadHeader.getHeaderProperties() ).
Returns: CadHeader.SummaryInfoWrapper - The summary information wrapper for HeaderProperties ( CadHeader.getHeaderProperties() ).