SAP ABAP Class CL_PPTX_PRESENTATIONPART (OpenXML/pptx Presentation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-I18 (Application Component) Internationalization (I18N)
     S_OOXML_PPTX (Package) OpenXML/pptx support
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_OPENXML_PART OpenXML Part 20080806
Properties
Class CL_PPTX_PRESENTATIONPART  
Short Description OpenXML/pptx Presentation    
Super Class CL_OPENXML_PART OpenXML Part 
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_OOXML_PPTX   OpenXML/pptx support 
Created 20080806   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_PPTX_PRESENTATIONPART has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_OPENXML_PACKAGE 20080806 OpenXML Package
2 CL_OPENXML_PART 20080806 OpenXML Part
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CONTENT_TYPE Constant Public Type reference (TYPE) OXA_OPC_CONTENT_TYPE 'application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml' Open Packaging Conventions - Content Type of a Part 20080806
2 CO_CONTENT_TYPE_MACRO Constant Public Type reference (TYPE) OXA_OPC_CONTENT_TYPE 'application/vnd.ms-powerpoint.presentation.macroEnabled.main+xml' 20080806
3 CO_FILEEXT Constant Public Type reference (TYPE) STRING 'xml' 20080806
4 CO_FILENAME Constant Public Type reference (TYPE) STRING 'presentation' 20080806
5 CO_FILEPATH Constant Public Type reference (TYPE) STRING 'ppt/' 20080806
6 CO_GUID_NAME Constant Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080806
7 CO_NUMBERED_FILE Constant Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080806
8 CO_NUMBERED_PATH Constant Public Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080806
9 CO_RELATION_TYPE Constant Public Type reference (TYPE) OXA_OPC_RELATION_TYPE 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument' 20080806
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CUSTOMXMLPART Instance method Public Method Create a new customXml part and add it to this main document 20080806
2 ADD_SLIDEPART Instance method Public Method 20080811
3 ADD_THEMEPART Instance method Public Method Create the theme part and add it 20080806
4 GET_CUSTOMXMLPARTS Instance method Public Method Get all customXml parts 20080806
5 GET_SLIDEPARTS Instance method Public Method 20080811
6 GET_THEMEPART Instance method Public Method Get theme part 20080806
Events
Class CL_PPTX_PRESENTATIONPART has no event.
Types
Class CL_PPTX_PRESENTATIONPART has no local type.
Method Signatures

Method ADD_CUSTOMXMLPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PART Value transfer Object reference (TYPE REF TO) CL_OXML_CUSTOMXMLPART 20080806
# Exception Resumable Description Created on
1 CX_OPENXML_NOT_ALLOWED 20080806

Method ADD_SLIDEPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PART Value transfer Object reference (TYPE REF TO) CL_PPTX_SLIDEPART OpenXML/pptx Slide 20080811
# Exception Resumable Description Created on
1 CX_OPENXML_NOT_ALLOWED 20080811

Method ADD_THEMEPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PART Value transfer Object reference (TYPE REF TO) CL_OXML_THEMEPART 20080806
# Exception Resumable Description Created on
1 CX_OPENXML_NOT_ALLOWED 20080806

Method GET_CUSTOMXMLPARTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PARTS Value transfer Object reference (TYPE REF TO) CL_OPENXML_PARTCOLLECTION 20080806
# Exception Resumable Description Created on
1 CX_OPENXML_FORMAT 20080806

Method GET_SLIDEPARTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PARTS Value transfer Object reference (TYPE REF TO) CL_OPENXML_PARTCOLLECTION 20080811
# Exception Resumable Description Created on
1 CX_OPENXML_FORMAT 20080811

Method GET_THEMEPART Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PART Value transfer Object reference (TYPE REF TO) CL_OXML_THEMEPART 20080806
# Exception Resumable Description Created on
1 CX_OPENXML_FORMAT 20080806
2 CX_OPENXML_NOT_FOUND 20080806
History
Last changed by/on SAP  20090618 
SAP Release Created in 712