C# 클래스 LayoutFarm.Text.DocActionFormatting

상속: DocumentAction
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
DocActionFormatting ( TextSpanStyle textStyle, int startLineNumber, int startCharIndex, int endLineNumber, int endCharIndex ) : System
InvokeRedo ( InternalTextLayerController textdom ) : void
InvokeUndo ( InternalTextLayerController textMan ) : void

메소드 상세

DocActionFormatting() 공개 메소드

public DocActionFormatting ( TextSpanStyle textStyle, int startLineNumber, int startCharIndex, int endLineNumber, int endCharIndex ) : System
textStyle TextSpanStyle
startLineNumber int
startCharIndex int
endLineNumber int
endCharIndex int
리턴 System

InvokeRedo() 공개 메소드

public InvokeRedo ( InternalTextLayerController textdom ) : void
textdom InternalTextLayerController
리턴 void

InvokeUndo() 공개 메소드

public InvokeUndo ( InternalTextLayerController textMan ) : void
textMan InternalTextLayerController
리턴 void