C# 클래스 Novacode.DocXElement

All DocX types are derived from DocXElement. This class contains properties which every element of a DocX must contain.
파일 보기 프로젝트 열기: WordDocX/DocX

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DocXElement ( DocX document, System.Xml.Linq.XElement xml ) : System

Store both the document and xml so that they can be accessed by derived types.

메소드 상세

DocXElement() 공개 메소드

Store both the document and xml so that they can be accessed by derived types.
public DocXElement ( DocX document, System.Xml.Linq.XElement xml ) : System
document DocX The document that this element belongs to.
xml System.Xml.Linq.XElement The Xml that gives this element substance
리턴 System