I have a complex table (multiple header rows and details rows that point to a specific header row) that I need to render in a PDF and have it be ADA compliant. In Adobe I would make it compliant by opening the table editor. For each header cell I would go into table cell properties and give it a unique ID. For each detail row cell, I would go to cell properties and set "Associated Header Cells ID's.
Is there any way to access these properties through FOP?