Question
Get all cells on one page with FDK
Hello.
I am trying to write an application that gets all texts from one specified page with FDK. So I am using F_ApiGetText with FTI_Strings. That returns normal text on page. (I am getting text from textframe on specified page).
But it doesn't return table cells texts. So I start to get all cells from textframe with F_ApiGet(docId, frameId, FP_FirstCell). That return the first cell on page. Then I am iterationg trough all cells with F_ApiGetId(docId, cellId, FP_NextCell).
And here is the problem. I have page with has on start continuation table from previous table and than simple text with pfgnumber and than next table. But FP_NextCell doesn't return these cells from another table. It stop on end from previous table.
What is the way to get all cells on one page?
P.S. PP_NextCell states next cell in textframe. What is wrong?
I am trying to write an application that gets all texts from one specified page with FDK. So I am using F_ApiGetText with FTI_Strings. That returns normal text on page. (I am getting text from textframe on specified page).
But it doesn't return table cells texts. So I start to get all cells from textframe with F_ApiGet(docId, frameId, FP_FirstCell). That return the first cell on page. Then I am iterationg trough all cells with F_ApiGetId(docId, cellId, FP_NextCell).
And here is the problem. I have page with has on start continuation table from previous table and than simple text with pfgnumber and than next table. But FP_NextCell doesn't return these cells from another table. It stop on end from previous table.
What is the way to get all cells on one page?
P.S. PP_NextCell states next cell in textframe. What is wrong?
