mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 19:26:10 +08:00
Update src/zcl_excel_comment.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
parent
9492f8f709
commit
5a7767d358
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user