You can either...

1) Export with rows=n, which will export all your DDL
or
2) Extract DDL using any tool that allows it
or
3) Extract DDL one by one using DBMS_METADATA.GET_DDL system package.