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

A positioned \(offset, relative to the owner line\) tag. A tag is identified by a name, and references an optional object.

## Method: getName
- return type: `java.lang.String`

Description: Get the mark name.
return: the mark name

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

Description: Get the optional object associated with this mark.
return: the attached object, or `null` if none

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

Description: Get the mark offset within its owner line.
return: the 0\-based character offset

