├── .gitattributes ├── LICENSE ├── README.md ├── examples ├── A large text - if You like to include it in the document.txt ├── APEX_app.sql ├── An image - if You like to include it in the document.png └── p_create_word.sql ├── package ├── ZT_WORD.pkb └── ZT_WORD.pks └── preview.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zorantica/plsql-word/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zorantica/plsql-word/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zorantica/plsql-word/HEAD/README.md -------------------------------------------------------------------------------- /examples/A large text - if You like to include it in the document.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zorantica/plsql-word/HEAD/examples/A large text - if You like to include it in the document.txt -------------------------------------------------------------------------------- /examples/APEX_app.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zorantica/plsql-word/HEAD/examples/APEX_app.sql -------------------------------------------------------------------------------- /examples/An image - if You like to include it in the document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zorantica/plsql-word/HEAD/examples/An image - if You like to include it in the document.png -------------------------------------------------------------------------------- /examples/p_create_word.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zorantica/plsql-word/HEAD/examples/p_create_word.sql -------------------------------------------------------------------------------- /package/ZT_WORD.pkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zorantica/plsql-word/HEAD/package/ZT_WORD.pkb -------------------------------------------------------------------------------- /package/ZT_WORD.pks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zorantica/plsql-word/HEAD/package/ZT_WORD.pks -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zorantica/plsql-word/HEAD/preview.png --------------------------------------------------------------------------------