C# 클래스 LayoutFarm.Text.DocumentCommandCollection

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
AddDocAction ( DocumentAction docAct ) : void
Clear ( ) : void
DocumentCommandCollection ( InternalTextLayerController textdomManager ) : System
PopUndoCommand ( ) : DocumentAction
ReverseLastUndoAction ( ) : void
UndoLastAction ( ) : void

비공개 메소드들

메소드 설명
EnsureCapacity ( ) : void

메소드 상세

AddDocAction() 공개 메소드

public AddDocAction ( DocumentAction docAct ) : void
docAct DocumentAction
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DocumentCommandCollection() 공개 메소드

public DocumentCommandCollection ( InternalTextLayerController textdomManager ) : System
textdomManager InternalTextLayerController
리턴 System

PopUndoCommand() 공개 메소드

public PopUndoCommand ( ) : DocumentAction
리턴 DocumentAction

ReverseLastUndoAction() 공개 메소드

public ReverseLastUndoAction ( ) : void
리턴 void

UndoLastAction() 공개 메소드

public UndoLastAction ( ) : void
리턴 void