3.1.4.63 ShapeFormatPainting

The ShapeFormatPainting operation SHOULD<99> be used to copy formatting from one shape and apply it to another shape in the presentation.

The following is the WSDL port type specification of the ShapeFormatPainting WSDL operation.

 <wsdl:operation name="ShapeFormatPainting" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointEditServerInternalService/IPptEdit/ShapeFormatPainting" message="tns:IPptEdit_ShapeFormatPainting_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointEditServerInternalService/IPptEdit/ShapeFormatPaintingResponse" message="tns:IPptEdit_ShapeFormatPainting_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IPptEdit_ShapeFormatPainting_InputMessage request message, and the protocol server responds with an IPptEdit_ShapeFormatPainting_OutputMessage response message.