API Reference
Class
PowerPointShapeGridOptions
Options for automatic grid layout.
Inheritance
- Object
- PowerPointShapeGridOptions
Constructors
public PowerPointShapeGridOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Int32> MinColumns { get; set; } #Minimum number of columns to use.
public Nullable<Int32> MaxColumns { get; set; } #Maximum number of columns to use.
public Nullable<Double> TargetCellAspect { get; set; } #Target cell aspect ratio (width / height).
public Int64 GutterX { get; set; } #Horizontal gutter between cells (EMUs).
public Int64 GutterY { get; set; } #Vertical gutter between cells (EMUs).
public Boolean ResizeToCell { get; set; } #Whether shapes should be resized to the grid cell.
public PowerPointShapeGridFlow Flow { get; set; } #Flow direction for filling cells.