IMAGE_HEADER_FOOTER

This commit is contained in:
mfallen 2019-02-19 07:37:22 +01:00
parent f6b2a0218d
commit 0a17f7f14a
2 changed files with 14 additions and 7 deletions

View File

@ -5,6 +5,12 @@ class ZCL_EXCEL_DRAWING definition
public section. public section.
*"* public components of class ZCL_EXCEL_DRAWING *"* public components of class ZCL_EXCEL_DRAWING
*"* do not include other source files here!!!
*"* protected components of class ZCL_EXCEL_DRAWING
*"* do not include other source files here!!!
*"* protected components of class ZCL_EXCEL_DRAWING
*"* do not include other source files here!!!
*"* protected components of class ZCL_EXCEL_DRAWING
*"* do not include other source files here!!! *"* do not include other source files here!!!
type-pools ABAP . type-pools ABAP .
@ -12,7 +18,7 @@ public section.
constants C_GRAPH_LINE type ZEXCEL_GRAPH_TYPE value 2. "#EC NOTEXT constants C_GRAPH_LINE type ZEXCEL_GRAPH_TYPE value 2. "#EC NOTEXT
constants C_GRAPH_BARS type ZEXCEL_GRAPH_TYPE value 0. "#EC NOTEXT constants C_GRAPH_BARS type ZEXCEL_GRAPH_TYPE value 0. "#EC NOTEXT
data GRAPH_TYPE type ZEXCEL_GRAPH_TYPE . data GRAPH_TYPE type ZEXCEL_GRAPH_TYPE .
data TITLE type STRING value 'image1.jpg'. "#EC NOTEXT . . . . . . . . . . . . " . data TITLE type STRING value 'image1.jpg'. "#EC NOTEXT
data X_REFERENCES type CHAR1 . data X_REFERENCES type CHAR1 .
data Y_REFERENCES type CHAR1 . data Y_REFERENCES type CHAR1 .
constants TYPE_IMAGE type ZEXCEL_DRAWING_TYPE value 'image'. "#EC NOTEXT constants TYPE_IMAGE type ZEXCEL_DRAWING_TYPE value 'image'. "#EC NOTEXT
@ -24,6 +30,7 @@ public section.
constants C_MEDIA_TYPE_BMP type STRING value 'bmp'. "#EC NOTEXT constants C_MEDIA_TYPE_BMP type STRING value 'bmp'. "#EC NOTEXT
constants C_MEDIA_TYPE_XML type STRING value 'xml'. "#EC NOTEXT constants C_MEDIA_TYPE_XML type STRING value 'xml'. "#EC NOTEXT
constants C_MEDIA_TYPE_JPG type STRING value 'jpg'. "#EC NOTEXT constants C_MEDIA_TYPE_JPG type STRING value 'jpg'. "#EC NOTEXT
constants TYPE_IMAGE_HEADER_FOOTER type ZEXCEL_DRAWING_TYPE value 'hd_ft'. "#EC NOTEXT
methods CONSTRUCTOR methods CONSTRUCTOR
importing importing
@ -118,12 +125,6 @@ public section.
methods LOAD_CHART_ATTRIBUTES methods LOAD_CHART_ATTRIBUTES
importing importing
value(IP_CHART) type ref to IF_IXML_DOCUMENT . value(IP_CHART) type ref to IF_IXML_DOCUMENT .
*"* protected components of class ZCL_EXCEL_DRAWING
*"* do not include other source files here!!!
*"* protected components of class ZCL_EXCEL_DRAWING
*"* do not include other source files here!!!
*"* protected components of class ZCL_EXCEL_DRAWING
*"* do not include other source files here!!!
protected section. protected section.
private section. private section.

View File

@ -571,6 +571,12 @@
<LANGU>I</LANGU> <LANGU>I</LANGU>
<DESCRIPT>Excel Drawing type</DESCRIPT> <DESCRIPT>Excel Drawing type</DESCRIPT>
</SEOCOMPOTX> </SEOCOMPOTX>
<SEOCOMPOTX>
<CLSNAME>ZCL_EXCEL_DRAWING</CLSNAME>
<CMPNAME>TYPE_IMAGE_HEADER_FOOTER</CMPNAME>
<LANGU>E</LANGU>
<DESCRIPT>Excel Drawing type</DESCRIPT>
</SEOCOMPOTX>
<SEOCOMPOTX> <SEOCOMPOTX>
<CLSNAME>ZCL_EXCEL_DRAWING</CLSNAME> <CLSNAME>ZCL_EXCEL_DRAWING</CLSNAME>
<CMPNAME>X_REFERENCES</CMPNAME> <CMPNAME>X_REFERENCES</CMPNAME>