API Reference
Class
PowerPointShapeStackOptions
Options for stacking shapes.
Inheritance
- Object
- PowerPointShapeStackOptions
Constructors
public PowerPointShapeStackOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int64 SpacingEmus { get; set; } #Spacing between shapes in EMUs.
public Nullable<PowerPointShapeAlignment> Alignment { get; set; } #Cross-axis alignment. Defaults to Top for horizontal stacks and Left for vertical stacks.
public PowerPointShapeStackJustify Justify { get; set; } #Justification along the stack axis.
public Boolean ClampSpacingToBounds { get; set; } #When true, reduces spacing to keep the stack within the bounds.
public Boolean ScaleToFitBounds { get; set; } #When true, scales shapes along the stack axis to fit within bounds.
public Boolean PreserveAspect { get; set; } #When scaling, preserves aspect ratio by scaling both width and height.