OfficeIMO

API Reference

Class

PowerPointShapeGridOptions

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Options for automatic grid layout.

Inheritance

  • Object
  • PowerPointShapeGridOptions

Constructors

public PowerPointShapeGridOptions() #

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.