C# Class Novacode.DocXElement

All DocX types are derived from DocXElement. This class contains properties which every element of a DocX must contain.
Afficher le fichier Open project: WordDocX/DocX

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DocXElement ( DocX document, System.Xml.Linq.XElement xml ) : System

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

Method Details

DocXElement() public méthode

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
Résultat System