Bookmark.Text wraps the whole row text in table row

Hi,

Could you please tell me if this is deliberate for Bookmark.Text to contain text from the whole row (3 cells) rather than the actual text it wraps in the row (2 cells).

Please see the attached document EndsInMiddleCell.zip (14.3 KB)
and the code example below.

Document document = new Document(MyDir + "EndsInMiddleCell.dot");

        foreach (Bookmark bookmark in doc.Range.Bookmarks)
        {
               Console.WriteLine(bookmark.Text);                        
        }

Thanks,
Lukasz

@acturisaspose

Thanks for your inquiry. We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-17608. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

Hi Tahir,
I was just wondering if there is any update on this ticket?
Thank you,
Lukasz

@acturisaspose

Thanks for your inquiry. We try our best to deal with every customer request in a timely fashion, we unfortunately cannot guarantee a delivery date to every customer issue. We work on issues on a first come, first served basis. We feel this is the fairest and most appropriate way to satisfy the needs of the majority of our customers.

Currently, there is no update available on your issue. We will inform you via this forum thread once there is an update available on it.

You reported this issue in free support forum and it will be treated with normal priority. To speed up the progress of issue’s resolution, we suggest you please check our paid support policies from following link.
Paid Support Policies

The issues you have found earlier (filed as WORDSNET-17608) have been fixed in this Aspose.Words for .NET 20.4 update and this Aspose.Words for Java 20.4 update.