C# Class LayoutFarm.Text.DocActionFormatting

Inheritance: DocumentAction
显示文件 Open project: prepare/HTML-Renderer

Public Methods

Method Description
DocActionFormatting ( TextSpanStyle textStyle, int startLineNumber, int startCharIndex, int endLineNumber, int endCharIndex ) : System
InvokeRedo ( InternalTextLayerController textdom ) : void
InvokeUndo ( InternalTextLayerController textMan ) : void

Method Details

DocActionFormatting() public method

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

InvokeRedo() public method

public InvokeRedo ( InternalTextLayerController textdom ) : void
textdom InternalTextLayerController
return void

InvokeUndo() public method

public InvokeUndo ( InternalTextLayerController textMan ) : void
textMan InternalTextLayerController
return void