How to get the paragraph outside the table

image.png (1.8 KB)

I have got a table object using the following code, how to get the paragraph before (or after) the table?

foreach (Page page in pdfDocument.Pages)
{
    sw.Restart();
    TableAbsorber absorber = new TableAbsorber();
    absorber.Visit(page);
    foreach (AbsorbedTable table in absorber.TableList)
    {
        // some logic
    }
}

@WPInfo

We have logged a ticket in our issue tracking system as PDFNET-51077 to investigate how to get paragraph outside the table. We will inform you via this forum thread once there is an update available on it.

We apologize for your inconvenience.