Interface IAnnotationObject
- Inherited Members
-
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Objects that have annotations
public interface IAnnotationObject : ITabularObject, INotifyPropertyChanged
- Extension Methods
-
Properties
Annotations
AnnotationCollection Annotations { get; }
Property Value
Methods
ClearAnnotations()
GetAnnotation(int)
string GetAnnotation(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
GetAnnotation(string)
string GetAnnotation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
GetAnnotations()
IEnumerable<string> GetAnnotations()
Returns
GetAnnotationsCount()
int GetAnnotationsCount()
Returns
GetNewAnnotationName()
string GetNewAnnotationName()
Returns
HasAnnotation(string)
bool HasAnnotation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
RemoveAnnotation(string)
void RemoveAnnotation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
SetAnnotation(int, string)
void SetAnnotation(int index, string value)
Parameters
SetAnnotation(string, string)
void SetAnnotation(string name, string value)
Parameters