ColumnInfo

Inheritance: java.lang.Object

public final class ColumnInfo

This class represents a columns info.

Constructors

ConstructorDescription
ColumnInfo()Initializes a new instance of the ColumnInfo class.

Methods

MethodDescription
getColumnWidths()Gets or sets a string that contains the width of columns.
setColumnWidths(String value)Gets or sets a string that contains the width of columns.
getColumnSpacing()Gets or sets a string that contains the spacing between columns.
setColumnSpacing(String value)Gets or sets a string that contains the spacing between columns.
getColumnCount()Gets int value that indicates the number of columns.
setColumnCount(int value)Sets int value that indicates the number of columns.

ColumnInfo()

public ColumnInfo()

Initializes a new instance of the ColumnInfo class.

getColumnWidths()

public String getColumnWidths()

Gets or 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”

Returns: java.lang.String - String value

setColumnWidths(String value)

public void setColumnWidths(String value)

Gets or 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”

Parameters:

ParameterTypeDescription
valuejava.lang.StringString value

getColumnSpacing()

public String getColumnSpacing()

Gets or 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”.


If this property is not set, default value 0 will be used for each spacing.

Returns: java.lang.String - String value

setColumnSpacing(String value)

public void setColumnSpacing(String value)

Gets or 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”.


If this property is not set, default value 0 will be used for each spacing.

Parameters:

ParameterTypeDescription
valuejava.lang.StringString value

getColumnCount()

public int getColumnCount()

Gets int value that indicates the number of columns.

Returns: int - column count

setColumnCount(int value)

public void setColumnCount(int value)

Sets int value that indicates the number of columns.

Parameters:

ParameterTypeDescription
valueintcolumn count