Commit f704496a authored by Sergey.Konovalov's avatar Sergey.Konovalov

чтение OutlineColor для цветов серии

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48924 954022d7-b5bf-4e40-9824-e11837661b57
parent 1008dec3
......@@ -1753,6 +1753,8 @@ function Binary_ChartReader(stream, chart, chartAsGroup)
{
var oPresentationSimpleSerializer = new CPPTXContentLoader();
var oNewSpPr = oPresentationSimpleSerializer.ReadShapeProperty(this.stream);
if(null != oNewSpPr.Fill && null != oNewSpPr.Fill.fill && null != oNewSpPr.Fill.fill.color)
seria.OutlineColor = oNewSpPr.Fill.fill.color;
}
else
res = c_oSerConstants.ReadUnknown;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment