Document.CreateDocumentType
Document.CreateDocumentType method
Erstellt einen DocumentType-Knoten.
public DocumentType CreateDocumentType(string name, string publicId, string systemId,
string internalSubset)
| Parameter | Typ | Beschreibung |
|---|---|---|
| name | String | Der Name des Dokumenttyps. |
| publicId | String | Die öffentliche ID. |
| systemId | String | Die System-ID. |
| internalSubset | String | Die interne Teilmenge. |
Rückgabewert
DieDocumentType .
Siehe auch
- class DocumentType
- class Document
- namensraum Aspose.Html.Dom
- Montage Aspose.HTML