C# Класс Wxv.Swg.Common.XmlToRtfConverter

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ProcessElement ( System.Xml.Linq.XElement element, int level ) : string

Описание методов

Process() публичный Метод

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. ///
Результат string