
You use this method to create the instance wp_interface to manage the Word Processor Interface :
CALL METHOD document->get_wordprocessor_interface
EXPORTING no_flush = no_flush
IMPORTING wp_interface = wp_interface
error = error
retcode = retcode.
|
Parameter |
Optional |
Description |
|
wp_interface |
The instance created for the application-specific interface |