VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentParagraph Class / FindTextNext(Int32,String) Method
Syntax Requirements SeeAlso
In This Topic
    FindTextNext(Int32,String) Method (OpenXmlDocumentParagraph)
    In This Topic
    Finds the specified text at specified index.
    Syntax
    'Declaration
    
    Public Overrides Function FindTextNext( _
    ByRef startIndex
    The start index.
    As System.Int32, _
    ByVal text
    The text to search.
    As System.String _
    ) As OpenXmlTextContent
    public override OpenXmlTextContent FindTextNext(
    ref System.Int32 startIndex,
    System.String text
    )
    public: OpenXmlTextContent* FindTextNext(
    ref System.Int32 startIndex,
    System.String text
    ); override
    public:
    OpenXmlTextContent^ FindTextNext(
    System.Int32% startIndex,
    System.String text
    ); override

    Parameters

    startIndex
    The start index.
    text
    The text to search.

    Return Value

    A new instance of OpenXmlTextContent class.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also