public class CadHeader extends Object
Class describing Cad header
| Modifier and Type | Class and Description |
|---|---|
static class |
CadHeader.SummaryInfoWrapper
The summary info wrapper for Cad (Dxf and Dwg) header.
|
| Constructor and Description |
|---|
CadHeader()
Initializes a new instance of the
CadHeader class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getAcadVersion()
Gets the acad version.
|
HashMap<String,String> |
getCustomProperties()
Gets or sets the custom properties.
|
HashMap<Integer,com.aspose.ms.System.Collections.Generic.List<CadParameter>> |
getHeaderProperties()
Gets or sets the header properties.
|
CadHeader.SummaryInfoWrapper |
getPropertiesSummaryInfoWrapper()
Gets the summary information wrapper for
HeaderProperties(CadHeader.getHeaderProperties()). |
SummaryInfoData |
getSummaryInfo()
Gets the (DWG) summary information.
|
public HashMap<Integer,com.aspose.ms.System.Collections.Generic.List<CadParameter>> getHeaderProperties()
Gets or sets the header properties.
public HashMap<String,String> getCustomProperties()
Gets or sets the custom properties.
public int getAcadVersion()
Gets the acad version.
public final SummaryInfoData getSummaryInfo()
Gets the (DWG) summary information.
public final CadHeader.SummaryInfoWrapper getPropertiesSummaryInfoWrapper()
Gets the summary information wrapper for HeaderProperties(CadHeader.getHeaderProperties()).
HeaderProperties(CadHeader.getHeaderProperties()).Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.