When using a label expression for color, CMYK, and setting the values to 0,0,0,0 for white, the labels still display in black.
上次发布: August 25, 2014ArcGIS for Desktop
漏洞 ID 编号
NIM063942
已提交
January 5, 2011
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.0
修正版本
10.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
You can manually set the values of CMYK to white by right-clicking on the layer in the Table of Contents and selecting Properties and browsing to the Labels tab. In the Text Symbol area, select the arrow next to the color patch and select More Colors. In the Color Selector dialog box, in the upper right drop-down menu, select CMYK and change all of the values to 0 and the labels will display in white. You can also use the RGB color model in the label expression: FindLabel = "<CLR red='255' green ='255' blue='255' >" & [NAME] & "</CLR>"