LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

IXCOLUMNTEXTDESC

#include <ixview.h>

Formatted column text descriptor.

C definition

typedef struct {
  WORD Width;         /* Column width in 1/8 characters */
  WORD Position;       /* Column position in characters */
  FLAG Alignment:2;     /* Alignment (left, right, etc. ) */
  FLAG LastColumn:1;    /* Last column flag */
  FLAG Category:1;     /* Column is a category flag */
  WORD TextMax;       /* Text space allocated for this column */
  WORD TextLength;     /* Text string length */
/* char Text[TextMax]; */  /* Text string itself */
} IXCOLUMNTEXTDESC;

LotusScript

Definition(s)