Enumeration

IpuzStyleDivided

Declaration

enum Ipuz.StyleDivided

Description [src]

Specifies how a cell should be divided.

Members

IPUZ_STYLE_DIVIDED_NONE

No division.

  • Value: 0
  • Available since: 1.0
IPUZ_STYLE_DIVIDED_HORIZ

A horizontal line “-“.

  • Value: 1
  • Available since: 1.0
IPUZ_STYLE_DIVIDED_VERT

A vertical line “|”.

  • Value: 2
  • Available since: 1.0
IPUZ_STYLE_DIVIDED_UP_RIGHT

A slash from lower left to upper right “/”.

  • Value: 3
  • Available since: 1.0
IPUZ_STYLE_DIVIDED_UP_LEFT

A slash from upper left to lower right “".

  • Value: 4
  • Available since: 1.0
IPUZ_STYLE_DIVIDED_PLUS

Horizontal and vertical lines dividing the cell into quarters “+”.

  • Value: 5
  • Available since: 1.0
IPUZ_STYLE_DIVIDED_CROSS

Two diagonal slashes dividing the cell into four triangles “X”.

  • Value: 6
  • Available since: 1.0