OfficeIMO

API Reference

Class

PowerPointAutoShape

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint

Represents an auto shape without a text body.

Inheritance

Methods

public PowerPointAutoShape Fill(String color) #
Returns: PowerPointAutoShape

Sets the fill color and returns the shape for chaining.

Parameters

color System.String requiredposition: 0
public PowerPointAutoShape Stroke(String color, Nullable<Double> widthPoints = null) #
Returns: PowerPointAutoShape

Sets the outline color (and optional width in points) and returns the shape for chaining.

Parameters

color System.String requiredposition: 0
widthPoints System.Nullable{System.Double} = null optionalposition: 1

Properties

public Nullable<ShapeTypeValues> ShapeType { get; } #

Gets the preset geometry type of the shape.