API Reference
Class
PowerPointGroupShape
Represents a grouped set of shapes.
Inheritance
- PowerPointShape
- PowerPointGroupShape
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
public Void MoveBy(Int64 offsetX, Int64 offsetY) #Returns:
VoidInherited from PowerPointShape
Parameters
- offsetX Int64
- offsetY Int64
public Void MoveByCm(Double offsetXCm, Double offsetYCm) #Returns:
VoidInherited from PowerPointShape
Parameters
- offsetXCm Double
- offsetYCm Double
public Void MoveByInches(Double offsetXInches, Double offsetYInches) #Returns:
VoidInherited from PowerPointShape
Parameters
- offsetXInches Double
- offsetYInches Double
public Void MoveByPoints(Double offsetXPoints, Double offsetYPoints) #Returns:
VoidInherited from PowerPointShape
Parameters
- offsetXPoints Double
- offsetYPoints Double
public Void Resize(Int64 width, Int64 height, PowerPointShapeAnchor anchor = TopLeft) #Returns:
VoidInherited from PowerPointShape
Parameters
- width Int64
- height Int64
- anchor PowerPointShapeAnchor = TopLeft
public Void ResizeCm(Double widthCm, Double heightCm, PowerPointShapeAnchor anchor = TopLeft) #Returns:
VoidInherited from PowerPointShape
Parameters
- widthCm Double
- heightCm Double
- anchor PowerPointShapeAnchor = TopLeft
public Void ResizeInches(Double widthInches, Double heightInches, PowerPointShapeAnchor anchor = TopLeft) #Returns:
VoidInherited from PowerPointShape
Parameters
- widthInches Double
- heightInches Double
- anchor PowerPointShapeAnchor = TopLeft
public Void ResizePoints(Double widthPoints, Double heightPoints, PowerPointShapeAnchor anchor = TopLeft) #Returns:
VoidInherited from PowerPointShape
Parameters
- widthPoints Double
- heightPoints Double
- anchor PowerPointShapeAnchor = TopLeft
public Void Scale(Double scaleX, Double scaleY, PowerPointShapeAnchor anchor = Center) #Returns:
VoidInherited from PowerPointShape
Parameters
- scale Double
- anchor PowerPointShapeAnchor = Center
public Void SetBlur(Double radiusPoints, Boolean grow = false) #Returns:
VoidInherited from PowerPointShape
Parameters
- radiusPoints Double
- grow Boolean = false
public Void SetGlow(String color, Double radiusPoints = 4, Int32 transparencyPercent = 30) #Returns:
VoidInherited from PowerPointShape
Parameters
- color String
- radiusPoints Double = 4
- transparencyPercent Int32 = 30
public Void SetLineEnds(Nullable<LineEndValues> startType, Nullable<LineEndValues> endType, Nullable<LineEndWidthValues> width = null, Nullable<LineEndLengthValues> length = null) #Returns:
VoidInherited from PowerPointShape
Parameters
- startType Nullable<LineEndValues>
- endType Nullable<LineEndValues>
- width Nullable<LineEndWidthValues> = null
- length Nullable<LineEndLengthValues> = null
public Void SetPositionCm(Double leftCm, Double topCm) #Returns:
VoidInherited from PowerPointShape
Parameters
- leftCm Double
- topCm Double
public Void SetPositionInches(Double leftInches, Double topInches) #Returns:
VoidInherited from PowerPointShape
Parameters
- leftInches Double
- topInches Double
public Void SetPositionPoints(Double leftPoints, Double topPoints) #Returns:
VoidInherited from PowerPointShape
Parameters
- leftPoints Double
- topPoints Double
public Void SetReflection(Double blurPoints = 4, Double distancePoints = 2, Double directionDegrees = 270, Double fadeDirectionDegrees = 90, Int32 startOpacityPercent = 50, Int32 endOpacityPercent = 0, Int32 startPositionPercent = 0, Int32 endPositionPercent = 100, Nullable<RectangleAlignmentValues> alignment = null, Boolean rotateWithShape = false) #Returns:
VoidInherited from PowerPointShape
Parameters
- blurPoints Double = 4
- distancePoints Double = 2
- directionDegrees Double = 270
- fadeDirectionDegrees Double = 90
- startOpacityPercent Int32 = 50
- endOpacityPercent Int32 = 0
- startPositionPercent Int32 = 0
- endPositionPercent Int32 = 100
- alignment Nullable<RectangleAlignmentValues> = null
- rotateWithShape Boolean = false
public Void SetShadow(String color, Double blurPoints = 4, Double distancePoints = 3, Double angleDegrees = 45, Int32 transparencyPercent = 35, Boolean rotateWithShape = false) #Returns:
VoidInherited from PowerPointShape
Parameters
- color String
- blurPoints Double = 4
- distancePoints Double = 3
- angleDegrees Double = 45
- transparencyPercent Int32 = 35
- rotateWithShape Boolean = false
public Void SetSizeCm(Double widthCm, Double heightCm) #Returns:
VoidInherited from PowerPointShape
Parameters
- widthCm Double
- heightCm Double
public Void SetSizeInches(Double widthInches, Double heightInches) #Returns:
VoidInherited from PowerPointShape
Parameters
- widthInches Double
- heightInches Double
public Void SetSizePoints(Double widthPoints, Double heightPoints) #Returns:
VoidInherited from PowerPointShape
Parameters
- widthPoints Double
- heightPoints Double
public Void SetSoftEdges(Double radiusPoints) #Returns:
VoidInherited from PowerPointShape
Parameters
- radiusPoints Double
Inherited Properties
public String Name { get; } #Inherited from PowerPointShape
public String FillColor { get; set; } #Inherited from PowerPointShape
public Int64 Left { get; set; } #Inherited from PowerPointShape
public Double LeftPoints { get; set; } #Inherited from PowerPointShape
public Double LeftCm { get; set; } #Inherited from PowerPointShape
public Double LeftInches { get; set; } #Inherited from PowerPointShape
public Int64 Top { get; set; } #Inherited from PowerPointShape
public Double TopPoints { get; set; } #Inherited from PowerPointShape
public Double TopCm { get; set; } #Inherited from PowerPointShape
public Double TopInches { get; set; } #Inherited from PowerPointShape
public Int64 Width { get; set; } #Inherited from PowerPointShape
public Double WidthPoints { get; set; } #Inherited from PowerPointShape
public Double WidthCm { get; set; } #Inherited from PowerPointShape
public Double WidthInches { get; set; } #Inherited from PowerPointShape
public Int64 Height { get; set; } #Inherited from PowerPointShape
public Double HeightPoints { get; set; } #Inherited from PowerPointShape
public Double HeightCm { get; set; } #Inherited from PowerPointShape
public Double HeightInches { get; set; } #Inherited from PowerPointShape
public Int64 Right { get; set; } #Inherited from PowerPointShape
public Double RightPoints { get; set; } #Inherited from PowerPointShape
public Double RightCm { get; set; } #Inherited from PowerPointShape
public Double RightInches { get; set; } #Inherited from PowerPointShape
public Int64 Bottom { get; set; } #Inherited from PowerPointShape
public Double BottomPoints { get; set; } #Inherited from PowerPointShape
public Double BottomCm { get; set; } #Inherited from PowerPointShape
public Double BottomInches { get; set; } #Inherited from PowerPointShape
public Int64 CenterX { get; set; } #Inherited from PowerPointShape
public Double CenterXPoints { get; set; } #Inherited from PowerPointShape
public Double CenterXCm { get; set; } #Inherited from PowerPointShape
public Double CenterXInches { get; set; } #Inherited from PowerPointShape
public Int64 CenterY { get; set; } #Inherited from PowerPointShape
public Double CenterYPoints { get; set; } #Inherited from PowerPointShape
public Double CenterYCm { get; set; } #Inherited from PowerPointShape
public Double CenterYInches { get; set; } #Inherited from PowerPointShape
public PowerPointLayoutBox Bounds { get; set; } #Inherited from PowerPointShape
public String OutlineColor { get; set; } #Inherited from PowerPointShape
public Nullable<Double> OutlineWidthPoints { get; set; } #Inherited from PowerPointShape
public Nullable<PresetLineDashValues> OutlineDash { get; set; } #Inherited from PowerPointShape
public Nullable<Int32> FillTransparency { get; set; } #Inherited from PowerPointShape
public Nullable<Double> Rotation { get; set; } #Inherited from PowerPointShape
public Nullable<Boolean> HorizontalFlip { get; set; } #Inherited from PowerPointShape
public Nullable<Boolean> VerticalFlip { get; set; } #Inherited from PowerPointShape