Aspose::Pdf::ColumnInfo class

ColumnInfo class

This class represents a columns info.

class ColumnInfo : public System::Object

Methods

MethodDescription
ColumnInfo()Initializes a new instance of the ColumnInfo class.
get_ColumnCount() constGets a int value that indicates the number of columns.
get_ColumnSpacing() constGets a string that contains the spacing between columns. The value of each spacing should be separated by blank. The default unit is point, but cm and inch are also supported.For example,“120 2.5cm 1.5inch”.
get_ColumnWidths() constGets a string that contains the width of columns. The value of each column should be separated by blank.The default unit is point, but cm, inch and percentage of available width are also supported. For example,“120 2.5cm 1.5inch”.
set_ColumnCount(int32_t)Sets a int value that indicates the number of columns.
set_ColumnSpacing(System::String)Sets a string that contains the spacing between columns. The value of each spacing should be separated by blank. The default unit is point, but cm and inch are also supported.For example,“120 2.5cm 1.5inch”.
set_ColumnWidths(System::String)Sets a string that contains the width of columns. The value of each column should be separated by blank.The default unit is point, but cm, inch and percentage of available width are also supported. For example,“120 2.5cm 1.5inch”.

See Also