# Interface: com.pnfsoftware.jeb.core.output.text.IObjectLocation

Textual location of an object represented as text in a text document.

## Method: getColumnBegin
- return type: `int`

Description: Get the first column of the object's textual range.
return: the inclusive start column offset

## Method: getColumnEnd
- return type: `int`

Description: Get the end column of the object's textual range.
return: the exclusive end column offset

## Method: getLineBegin
- return type: `int`

Description: Get the first line of the object's textual range.
return: the inclusive start line index

## Method: getLineEnd
- return type: `int`

Description: Get the last line of the object's textual range.
return: the inclusive end line index

## Method: getObject
- return type: `java.lang.Object`

Description: Get the represented object.
return: the represented object

