C# Class DocumentFormat.OpenXml.InkML.Ink

Defines Ink.
Inheritance: OpenXmlPartRootElement
Show file Open project: OfficeDev/Open-XML-SDK

Public Methods

Method Description
Load ( CustomXmlPart openXmlPart ) : void

Loads the DOM from an OpenXML part.

Save ( CustomXmlPart openXmlPart ) : void

Saves the DOM into the OpenXML part.

Private Methods

Method Description
Ink ( CustomXmlPart ownerPart ) : DocumentFormat.OpenXml.Packaging

Ink constructor.

Method Details

Load() public method

Loads the DOM from an OpenXML part.
public Load ( CustomXmlPart openXmlPart ) : void
openXmlPart CustomXmlPart The part to be loaded.
return void

Save() public method

Saves the DOM into the OpenXML part.
public Save ( CustomXmlPart openXmlPart ) : void
openXmlPart CustomXmlPart The part to be saved to.
return void