CustomXmlPart

CustomXmlPart Klasse

Stellt ein benutzerdefiniertes XML-Teil dar.

public class CustomXmlPart : ICustomXmlPart

Eigenschaften

NameBeschreibung
ItemId { get; set; }Specifies a globally unique identifier (GUID) that uniquely identifies a single custom XML part within an Office Open XML document. Nur-Lese Guid.
NamespaceSchemas { get; }Returns the collection XML schemas that are associated with the custom XML part. Nur-Lese String[].
XmlAsString { get; set; }Returns or sets xml data as UTF-8 string. Lese/Schreib String. value is null. value is empty or xml-data is invalid.
XmlData { get; set; }Returns or sets xml data. Lese/Schreib Byte[]. value is null. value is empty or xml-data is invalid.

Methoden

NameBeschreibung
Remove()Removes the custom xml part from the presentation.

Siehe auch