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.
|
AppInfoData |
getAppInfo()
Gets the (DWG) app information.
|
HashMap<String,String> |
getCustomProperties()
Gets or sets the custom properties.
|
Map<Integer,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.
|
void |
setAppInfo(AppInfoData value)
Gets the (DWG) app information.
|
public Map<Integer,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 AppInfoData getAppInfo()
Gets the (DWG) app information.
public final void setAppInfo(AppInfoData value)
Gets the (DWG) app information.
public final CadHeader.SummaryInfoWrapper getPropertiesSummaryInfoWrapper()
Gets the summary information wrapper for HeaderProperties
(CadHeader.getHeaderProperties()
).
HeaderProperties
(CadHeader.getHeaderProperties()
).