Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following example demonstrates top-left alignment with a watermarked image:

Code Block
 * Align the caption along the top left sides of cell (1,1) with a watermarked image 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.CellAlignment[1; 1]", "Top":@FM:"Left":@FM:"Watermark")

...