

Subtract will remove from one shape what was covered by the second.Intersect will remove everything except the intersection of the two shapes, making it similar to the opposite of the combine function.Fragment will combine them but give you a separate area to work with within these three compartments.Combine is similar to merge, but you get empty space where your shapes were overlapping.Union simply joins the two shapes, becoming one shape that you can use like all other shapes in PowerPoint.Here’s a quick rundown of what each option does: For Windows, go to the Format tab > Merge Shapes dropdown menu. As you can see, there are several options for merging shapes, including union, combine, fragment, intersect, and subtract.


#shapes.add_connector(MSO_CONNECTOR.STRAIGHT, start_x, start_y, end_x, end_y # Make sure you have a presentation called test1.pptx in your working directory
POWERPOINT MAC DRAW LINE CODE
Using the code below allows you to draw a straight line from x = 4 inches to x= 2 inches. Connection points are identified by index. These connections points are preset features of the auto shape, similar to how adjustment points are pre-defined. This relies on a concept of “connection points” on the auto shape. Freeform connectors, despite the name, are not connectors, and are a custom geometry shape based on the p:sp element.Ĭonnectors can be “connected” to an auto shape such that a connected end point remains connected when the auto shape is moved. For PowerPoint for Mac, the keyboard shortcut is the same you don’t need to substitute CMD. In particular, they have a start point and end point in addition to extents (left, top, width, height).Ĭonnectors are based on the element and have one of a handful of different preset geometry values, such as line. Press and hold the Shift key while inserting lines to make sure they are perfectly horizontal, vertical or at a 45-degree angle. Go to the Home tab, click Shapes in the Insert group of the ribbon to open a drop-down menu, move your cursor to Block Arrows, and then select an arrow. Lines are a sub-category of auto shape that differ in certain properties and behaviors. Draw a shape by moving your cursor around the screen, selecting where you want your points. To draw a freeform shape, select the Freeform icon. Drawing a Shape Using the Freeform Tool Select Insert > Shapes. To get started, open your PowerPoint presentation. You can draw lines using the connector object versus the shape object, (Shape requires x,y, height, and width and powerpoint can't deal with negative heights) Drawing a shape or line in PowerPoint is simple in this traditional method.
