C# 클래스 DocumentFormat.OpenXml.InkML.Ink

Defines Ink.
상속: OpenXmlPartRootElement
파일 보기 프로젝트 열기: OfficeDev/Open-XML-SDK

공개 메소드들

메소드 설명
Load ( CustomXmlPart openXmlPart ) : void

Loads the DOM from an OpenXML part.

Save ( CustomXmlPart openXmlPart ) : void

Saves the DOM into the OpenXML part.

비공개 메소드들

메소드 설명
Ink ( CustomXmlPart ownerPart ) : DocumentFormat.OpenXml.Packaging

Ink constructor.

메소드 상세

Load() 공개 메소드

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

Save() 공개 메소드

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