toad ddl export of tables - can we control the order of the statements?

I’m testing Toad for Oracle 11.

When I run a ddl export of all tables in a schema (Oracle 11.2), table grants, indexes and foreign and non-foreign key constraints are all defined at the END of the generated sql, with the table DDL (and inline constraints) coming first. Is it possible to have TOAD generate the DDL with the table, indexes, grants and constraints together?

Thanks much!

jgmh