Method | Description | |
---|---|---|
BeginNonUndoableTask ( ) : void | ||
BeginUndoTask ( string bstrUndo, string bstrRedo ) : void | ||
EndNonUndoableTask ( ) : void | ||
EndUndoTask ( ) : void | ||
SetMultiStringAlt ( int hvo, int tag, int ws, ITsString _tss ) : void | ||
SetString ( int hvo, int tag, ITsString _tss ) : void | ||
get_IsValidObject ( int hvo ) : bool | ||
get_MultiStringAlt ( int hvo, int tag, int ws ) : ITsString | ||
get_StringProp ( int hvo, int tag ) : ITsString |
public BeginUndoTask ( string bstrUndo, string bstrRedo ) : void | ||
bstrUndo | string | |
bstrRedo | string | |
return | void |
public SetMultiStringAlt ( int hvo, int tag, int ws, ITsString _tss ) : void | ||
hvo | int | |
tag | int | |
ws | int | |
_tss | ITsString | |
return | void |
public SetString ( int hvo, int tag, ITsString _tss ) : void | ||
hvo | int | |
tag | int | |
_tss | ITsString | |
return | void |
public get_MultiStringAlt ( int hvo, int tag, int ws ) : ITsString | ||
hvo | int | |
tag | int | |
ws | int | |
return | ITsString |
public get_StringProp ( int hvo, int tag ) : ITsString | ||
hvo | int | |
tag | int | |
return | ITsString |