public class CadHeader extends Object
Class describing Cad 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 the header properties.
|
void |
setCustomProperties(HashMap<String,String> value)
Gets or sets the custom properties.
|
void |
setHeaderProperties(HashMap<Integer,com.aspose.ms.System.Collections.Generic.List<CadParameter>> value)
Sets the header properties
|
public HashMap<Integer,com.aspose.ms.System.Collections.Generic.List<CadParameter>> getHeaderProperties()
Gets the header properties.
public void setHeaderProperties(HashMap<Integer,com.aspose.ms.System.Collections.Generic.List<CadParameter>> value)
Sets the header properties
value
- A map of cad parameters *public HashMap<String,String> getCustomProperties()
Gets or sets the custom properties.
public void setCustomProperties(HashMap<String,String> value)
Gets or sets the custom properties.
value
- The custom properties.public int getAcadVersion()
Gets the acad version.