C# Class Wxv.Swg.Common.XmlToRtfConverter

Afficher le fichier Open project: wverkley/Swg.Explorer Class Usage Examples

Méthodes publiques

Méthode Description
Process ( System.Xml.Linq.XDocument xmlDoc, bool includeDeclaration ) : string

Convert the Xml to Rtf with some formats specified in the XMLViewerSettings, and then set the Rtf property to the value.

Private Methods

Méthode Description
ProcessElement ( System.Xml.Linq.XElement element, int level ) : string

Method Details

Process() public méthode

Convert the Xml to Rtf with some formats specified in the XMLViewerSettings, and then set the Rtf property to the value.
public Process ( System.Xml.Linq.XDocument xmlDoc, bool includeDeclaration ) : string
xmlDoc System.Xml.Linq.XDocument
includeDeclaration bool /// Specify whether include the declaration. ///
Résultat string