【EverEdit用户手册】Document >> GetLineImage

 

 

1 Document >> GetLineImage

获取指定行的图标序号

原型:

int GetLineImage(int line);

1.1 参数

line

 [in] int类型, 指定行数,0起始

1.2 返回值

int:图标序号,1起始

1.3 版本

EverEdit 4.5.0(4500)及之后版本。

1.4 备注

  

1.5 使用样例

 var imgIdx = doc.GetLineImage(5);
 PrintLine("图标序号:" + imgIdx);
posted @ 2024-12-14 20:43  tyysoft  阅读(4)  评论(0)    收藏  举报