public class TextAttrCol
extends java.lang.Object
DataTextObject
Constructor and Description |
---|
TextAttrCol(java.lang.String columnName,
int position,
int length)
Constructs a new text attribute column with the specified column name,
postition and length.
|
Modifier and Type | Method and Description |
---|---|
int |
getBeginIndex()
Returns the begin index to separate the columns' value by method substring
|
java.lang.String |
getColumnName()
Returns the column name
|
int |
getEndIndex()
Returns the end index to separate the columns' value by method substring
|
int |
getLength()
Returns the column length
|
int |
getPosition()
Returns the column position
|
public TextAttrCol(java.lang.String columnName, int position, int length)
columnName
- the name of the columnposition
- the position in the line, where the attribute value startslength
- the length of the positionpublic java.lang.String getColumnName()
public int getPosition()
public int getLength()
public int getBeginIndex()
public int getEndIndex()
Copyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de