C# 클래스 SourceLog.Model.SideBySideFlowDocumentDiffGenerator

파일 보기 프로젝트 열기: tomhunter-gh/SourceLog 1 사용 예제들

공개 메소드들

메소드 설명
SideBySideFlowDocumentDiffGenerator ( string leftText, string rightText ) : System

비공개 메소드들

메소드 설명
CalculateLineWidth ( string line ) : double
GenerateFlowDocument ( DiffPlex.DiffBuilder.Model.DiffPaneModel diffPaneModel ) : System.Windows.Documents.FlowDocument
GetParagraph ( StringBuilder stringBuilder, ChangeType lineType, DiffPlex.DiffBuilder.Model.DiffPiece line ) : System.Windows.Documents.Paragraph
Initialise ( ) : void
RenderDiffWords ( DiffPlex.DiffBuilder.Model.DiffPiece line ) : System.Windows.Documents.Paragraph

메소드 상세

SideBySideFlowDocumentDiffGenerator() 공개 메소드

public SideBySideFlowDocumentDiffGenerator ( string leftText, string rightText ) : System
leftText string
rightText string
리턴 System