C# 클래스 Wxv.Swg.Common.XmlToRtfConverter

파일 보기 프로젝트 열기: wverkley/Swg.Explorer 1 사용 예제들

공개 메소드들

메소드 설명
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