Search Results for

    Show / Hide Table of Contents

    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 Source

    ClearTextChunks()

    Declaration
    public void ClearTextChunks()
    | Improve this Doc View Source

    EventOccurred(IEventData, EventType)

    Declaration
    public override void EventOccurred(IEventData data, EventType type)
    Parameters
    Type Name Description
    IEventData data
    EventType type
    | Improve this Doc View Source

    GetTextChunks()

    Declaration
    public List<textChunk> GetTextChunks()
    Returns
    Type Description
    System.Collections.Generic.List<textChunk>
    | Improve this Doc View Source

    printTextChunks()

    Declaration
    public void printTextChunks()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright @ 2022 Luighi Viton-Zorrilla, lv@luighiviton.com
    Generated with DocFX