Property | Type | Description | |
---|---|---|---|
BookmarkPropertyName | string | ||
Init | void | ||
InterAreaBookmark | System | ||
InterAreaBookmark | System | ||
Save | void | ||
SavePersisted | void |
Method | Description | |
---|---|---|
Reset ( int index, XCore.Mediator mediator ) : void |
Reset the bookmark to its default values.
|
|
Restore ( int index, XCore.Mediator mediator ) : void |
Restore the InterlinMaster bookmark to its previously saved state.
|
|
Save ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence point, bool fPersistNow, int index, XCore.Mediator mediator ) : void |
Saves the given AnalysisOccurrence in the InterlinMaster.
|
|
Save ( bool fPersistNow, int index, XCore.Mediator mediator ) : void |
Saves the current selected annotation in the InterlinMaster.
|
Method | Description | |
---|---|---|
BookmarkPropertyName ( string attribute ) : string | ||
Init ( |
||
InterAreaBookmark ( ) : System | ||
InterAreaBookmark ( |
||
Save ( int textIndex, int paragraphIndex, int beginCharOffset, int endCharOffset, bool fPersistNow, XCore.Mediator mediator ) : void | ||
SavePersisted ( int recordIndex, XCore.Mediator mediator ) : void |
public Reset ( int index, XCore.Mediator mediator ) : void | ||
index | int | |
mediator | XCore.Mediator | |
return | void |
public Restore ( int index, XCore.Mediator mediator ) : void | ||
index | int | |
mediator | XCore.Mediator | |
return | void |
public Save ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence point, bool fPersistNow, int index, XCore.Mediator mediator ) : void | ||
point | SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence | |
fPersistNow | bool | if true, this annotation will persist. |
index | int | The index of the selected text in the list |
mediator | XCore.Mediator | |
return | void |
public Save ( bool fPersistNow, int index, XCore.Mediator mediator ) : void | ||
fPersistNow | bool | if true, this annotation will persist. |
index | int | |
mediator | XCore.Mediator | |
return | void |