| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| int | GetTextIndexNumber
()
Get method for attribute "TextIndexNumber" The index of the text, on this line. |
| int | GetTextLineNumber
()
Get method for attribute "TextLineNumber" The line number of the note. |
| DetailNoteItem | GetTextRefNote
()
Get method for attribute "TextRefNote" The note item containing the text. |
| void | SetTextIndexNumber
(int value)
Set method for attribute "TextIndexNumber" The index of the text, on this line. |
| void | SetTextLineNumber
(int value)
Set method for attribute "TextLineNumber" The line number of the note. |
| void | SetTextRefNote
(DetailNoteItem value)
Set method for attribute "TextRefNote" The note item containing the text. |
| Method Detail |
|---|
| GetTextRefNote/SetTextRefNote |
|---|
| DetailNoteItem | GetTextRefNote | () |
| void | SetTextRefNote | (DetailNoteItem value) |
| The note item containing the text. |
| GetTextLineNumber/SetTextLineNumber |
|---|
| int | GetTextLineNumber | () |
| void | SetTextLineNumber | (int value) |
| The line number of the note. |
| GetTextIndexNumber/SetTextIndexNumber |
|---|
| int | GetTextIndexNumber | () |
| void | SetTextIndexNumber | (int value) |
| The index of the text, on this line. |