如何设置标注的换行?
如何设置标注的换行?
例如:对EName字段基于要素记录的空格进行换行。
def FindLabel ( [EName] ):
S = [EName]
S = S.replace(' ', '\n')
return S
参考资料:
http://zhihu.esrichina.com.cn/question/12346
转载自:https://blog.csdn.net/gislaozhang/article/details/85807165
如何设置标注的换行?
例如:对EName字段基于要素记录的空格进行换行。
def FindLabel ( [EName] ):
S = [EName]
S = S.replace(' ', '\n')
return S
参考资料:
http://zhihu.esrichina.com.cn/question/12346
转载自:https://blog.csdn.net/gislaozhang/article/details/85807165