Update src/zcl_excel_comment.clas.abap

Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
sandraros 2024-05-02 11:32:51 +02:00 committed by GitHub
parent 9492f8f709
commit 5a7767d358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,10 +25,10 @@ CLASS zcl_excel_comment DEFINITION
IMPORTING IMPORTING
!ip_text TYPE string !ip_text TYPE string
!ip_ref TYPE string OPTIONAL . !ip_ref TYPE string OPTIONAL .
methods SET_SIZE METHODS set_size
importing IMPORTING
!IP_WIDTH type I optional !ip_width TYPE i OPTIONAL
!IP_HEIGHT type I optional . !ip_height TYPE i OPTIONAL .
methods GET_SIZE methods GET_SIZE
exporting exporting
!EP_WIDTH type I !EP_WIDTH type I