Electron microscopy
 
top and left, width and height for pptx
- Python for Integrated Circuits -
- An Online Book -
Python for Integrated Circuits                                                                                   http://www.globalsino.com/ICs/        


Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix

=================================================================================

============================================

Definitions of "top" and "left" in Slide.shapes.add_picture(theImage, left, top, width =Inches(20), height =None):
        top: the top margin of the top-left corner, which is the position, measured in points, of the left edge of the picture relative to the left edge of the slide.
        left: the left margin of the top-left corner, which is the position, measured in points, of the top edge of the picture relative to the top edge of the slide.
        width: The width of the picture, measured in points.
        height: The height of the picture, measured in points.

============================================

Align the top-left corner of the image to the center of the slide no matter how the size of the images changes: code:          
         List all immediate subfolders
Output:         
         List all immediate subfolders
         List all immediate subfolders

============================================

Script ranking: number 1. Align the top-left corner of the image to the center of the slide when there is an image rotation: Code:       
         Create a pptx file and save and open it  
Output:         
         Create a pptx file and save and open it
Output without rotation:         
          Create a pptx file and save and open it

         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         
         

 

 

 

 

 

 

 

 

 

 

=================================================================================