public static class AbstractNodeModelFormatter.FormattedRegion extends java.lang.Object implements INodeModelFormatter.IFormattedRegion
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
formattedText |
protected int |
lengt |
protected int |
offset |
| Constructor and Description |
|---|
FormattedRegion(int offset,
int lengt,
java.lang.String formattedText) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormattedText() |
int |
getLength() |
int |
getOffset() |
protected java.lang.String formattedText
protected int lengt
protected int offset
public FormattedRegion(int offset,
int lengt,
java.lang.String formattedText)
public java.lang.String getFormattedText()
getFormattedText in interface INodeModelFormatter.IFormattedRegionpublic int getLength()
getLength in interface INodeModelFormatter.IFormattedRegionpublic int getOffset()
getOffset in interface INodeModelFormatter.IFormattedRegion