Commit ba5048b5 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49461 954022d7-b5bf-4e40-9824-e11837661b57
parent ef95cb38
......@@ -827,6 +827,7 @@ ParaTextPr.prototype =
this.Set_Caps(Value.Caps);
this.Set_SmallCaps(Value.SmallCaps);
this.Set_Position(Value.Position);
this.Set_RFonts(Value.RFonts);
}
/*this.Bold = undefined; // Жирный текст
......
......@@ -5755,7 +5755,7 @@
cell_info.font = new asc_CFont();
if ( isGraphicObject && textPr && paraPr ) {
cell_info.font.name = textPr.FontFamily.Name;
cell_info.font.name = textPr.FontFamily ? textPr.FontFamily.Name : "";
cell_info.font.size = textPr.FontSize;
cell_info.font.bold = textPr.Bold;
cell_info.font.italic = textPr.Italic;
......
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