create_document_type method
create_document_type
Creates a DocumentType node.
Returns
The DocumentType
.
def create_document_type(self, name, public_id, system_id, internal_subset):
...
Parameter | Type | Description |
---|---|---|
name | str | The document type name. |
public_id | str | The public id. |
system_id | str | The system id. |
internal_subset | str | The internal subset. |
See Also
- module
aspose.svg
- class
DocumentType
- class
SVGDocument