Class TextLocationStrategy
Reference https://stackoverflow.com/a/43785366
Inheritance
System.Object
TextLocationStrategy
Namespace: editdocuments
Assembly: editdocuments.dll
Syntax
public class TextLocationStrategy : LocationTextExtractionStrategy
Methods
| Improve this Doc View SourceClearTextChunks()
Declaration
public void ClearTextChunks()
EventOccurred(IEventData, EventType)
Declaration
public override void EventOccurred(IEventData data, EventType type)
Parameters
Type | Name | Description |
---|---|---|
IEventData | data | |
EventType | type |
GetTextChunks()
Declaration
public List<textChunk> GetTextChunks()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<textChunk> |
printTextChunks()
Declaration
public void printTextChunks()