Méthode | Description | |
---|---|---|
GetCodePage ( int &codePage, bool &emitPreamble ) : HResult | ||
GetLanguageServiceID ( System.Guid &languageService ) : HResult | ||
GetLastLineIndex ( int &line, int &index ) : HResult | ||
GetLengthOfLine ( int line, int &length ) : HResult | ||
GetLineCount ( int &lineCount ) : HResult | ||
GetLineIndexOfPosition ( int position, int &line, int &column ) : HResult | ||
GetPositionOfLine ( int line, int &position ) : HResult | ||
GetPositionOfLineIndex ( int line, int index, int &position ) : HResult | ||
GetSize ( int &length ) : HResult | ||
GetStateFlags ( NiTextBufferState &flags ) : HResult | ||
InitializeContent ( string text ) : HResult | ||
NiTextBuffer ( ) : System | ||
NiTextBuffer ( IDocument document ) : System | ||
SetCodePage ( int codePage, bool emitPreamble ) : HResult | ||
SetLanguageServiceID ( System.Guid languageService ) : HResult | ||
SetStateFlags ( NiTextBufferState flags ) : HResult |
Méthode | Description | |
---|---|---|
OnBeginUpdate ( |
||
OnEndUpdate ( |
Méthode | Description | |
---|---|---|
INiObjectWithSite ( IServiceProvider &serviceProvider ) : HResult | ||
INiPersistDocData ( NiSaveMode mode, string &document, bool &saved ) : HResult | ||
INiPersistDocData ( bool &isDirty ) : HResult | ||
INiPersistDocData ( string document ) : HResult | ||
INiPersistFile ( bool &isDirty ) : HResult | ||
INiPersistFile ( string &fileName ) : HResult | ||
INiPersistFile ( string fileName, bool remember ) : HResult |
public GetCodePage ( int &codePage, bool &emitPreamble ) : HResult | ||
codePage | int | |
emitPreamble | bool | |
Résultat | HResult |
public GetLanguageServiceID ( System.Guid &languageService ) : HResult | ||
languageService | System.Guid | |
Résultat | HResult |
public GetLastLineIndex ( int &line, int &index ) : HResult | ||
line | int | |
index | int | |
Résultat | HResult |
public GetLengthOfLine ( int line, int &length ) : HResult | ||
line | int | |
length | int | |
Résultat | HResult |
public GetLineCount ( int &lineCount ) : HResult | ||
lineCount | int | |
Résultat | HResult |
public GetLineIndexOfPosition ( int position, int &line, int &column ) : HResult | ||
position | int | |
line | int | |
column | int | |
Résultat | HResult |
public GetPositionOfLine ( int line, int &position ) : HResult | ||
line | int | |
position | int | |
Résultat | HResult |
public GetPositionOfLineIndex ( int line, int index, int &position ) : HResult | ||
line | int | |
index | int | |
position | int | |
Résultat | HResult |
public GetStateFlags ( NiTextBufferState &flags ) : HResult | ||
flags | NiTextBufferState | |
Résultat | HResult |
public InitializeContent ( string text ) : HResult | ||
text | string | |
Résultat | HResult |
public NiTextBuffer ( IDocument document ) : System | ||
document | IDocument | |
Résultat | System |
protected OnBeginUpdate ( |
||
e | ||
Résultat | void |
protected OnEndUpdate ( |
||
e | ||
Résultat | void |
public SetCodePage ( int codePage, bool emitPreamble ) : HResult | ||
codePage | int | |
emitPreamble | bool | |
Résultat | HResult |
public SetLanguageServiceID ( System.Guid languageService ) : HResult | ||
languageService | System.Guid | |
Résultat | HResult |
public SetStateFlags ( NiTextBufferState flags ) : HResult | ||
flags | NiTextBufferState | |
Résultat | HResult |