java命名空间javax.swing.text类stringcontent的类成员方法:
insertstring定义及介绍
本文导语:
insertstring
public undoableedit insertstring(int where,
string str)
throws badlocationexception
将字符串插入到内容中。
指定者:接口 abstractdocument.content 中的 insertstring
参数:where - 起始位置,该...
insertstring
public undoableedit insertstring(int where,
string str)
throws badlocationexception
- 将字符串插入到内容中。
- 指定者:
- 接口
abstractdocument.content
中的 insertstring
- 参数:
where
- 起始位置,该值 >= 0 且 < length()str
- 要插入的非 null 字符串
- 返回:
- 撤消的 undoableedit 对象
- 抛出:
badlocationexception
- 如果指定位置无效- 另请参见:
abstractdocument.content.insertstring(int, java.lang.string)