Document.CreateDocumentType
Document.CreateDocumentType method
创建一个 DocumentType 节点。
public DocumentType CreateDocumentType(string name, string publicId, string systemId, 
    string internalSubset)
| 范围 | 类型 | 描述 | 
|---|---|---|
| name | String | 文档类型名称。 | 
| publicId | String | 公共标识。 | 
| systemId | String | 系统标识。 | 
| internalSubset | String | 内部子集。 | 
返回值
的DocumentType .
也可以看看
- class DocumentType
- class Document
- 命名空间 Aspose.Svg.Dom
- 部件 Aspose.SVG