Commit e885faca authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=30515 - [Copy&Paste] Изменение стиля текста...

http://bugzserver/show_bug.cgi?id=30515 -  [Copy&Paste] Изменение стиля текста и цвета фона ячеек таблицы при копировании DOCX документа целиком

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65124 954022d7-b5bf-4e40-9824-e11837661b57
parent 9513c2a8
......@@ -5354,6 +5354,7 @@ function BinaryFileReader(doc, openParams)
else if (!isAlreadyContainsStyle && isEqualName == null)//нужно добавить новый стиль
{
//todo править и BaseOn
stylePaste.style.BasedOn = null;
var nStyleId = oDocumentStyles.Add(stylePaste.style);
if (nStyleType == oStyleTypes.par || nStyleType == oStyleTypes.lvl)
elem.pPr.PStyle = nStyleId;
......
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