I am creating StructuredDocumentTag using below code:
public StructuredDocumentTag createNewStructureDocumentTag(Document document) {
StructuredDocumentTag structuredDocumentTag;
try {
struct…...created SDT as parent of paragraph with below code: public void...void makeParaChildOfSDT(Paragraph para, StructuredDocumentTa ...