mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-06 05:07:36 +08:00
Drawing reference 5
This commit is contained in:
parent
f94f3f2e44
commit
3ef7f0a0f6
|
@ -1140,13 +1140,9 @@ CLASS ZCL_EXCEL_DRAWING IMPLEMENTATION.
|
|||
me->anchor = lv_anchor.
|
||||
|
||||
ENDMETHOD.
|
||||
|
||||
|
||||
METHOD set_reference_drawing.
|
||||
reference_drawing = ip_ref.
|
||||
ENDMETHOD.
|
||||
|
||||
|
||||
METHOD get_reference_guid.
|
||||
IF reference_drawing IS BOUND.
|
||||
ep_guid = reference_drawing->get_guid( ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user