Enumeration

IpuzAcrosticSyncDirection

Declaration

enum Ipuz.AcrosticSyncDirection

Description [src]

Indicates which direction to sync the puzzle when called by the IpuzAcrostic _fix() functions.

Members

IPUZ_ACROSTIC_SYNC_STRING_TO_PUZZLE

Syncs from the string property to the puzzle.

  • Value: 0
  • Nickname: string-to-puzzle
  • Available since: 1.0
IPUZ_ACROSTIC_SYNC_PUZZLE_TO_STRING

Syncs from the puzzle to the string property.

  • Value: 1
  • Nickname: puzzle-to-string
  • Available since: 1.0