Lines Matching full:column
91 where you have a fixed number of columns, but don't know the column
113 is the header to print at the top of the column, and
115 are flags specific to this column. Currently the only defined flag is
117 aligning column entries to the right. Columns are printed in the order
120 There's also a way to add columns by column name with
125 To add data to a column you use
129 is the same as when the column was added (adding data to a
130 non-existent column is undefined), and
144 Each column can have a separate prefix and suffix, set with
147 allows setting the prefix only by column name. In addition to this,
167 rtbl_add_column_by_id(table, 0, "Column A", 0);
168 rtbl_add_column_by_id(table, 1, "Column B", RTBL_ALIGN_RIGHT);
169 rtbl_add_column_by_id(table, 2, "Column C", 0);
193 Column A Column B Column C