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

запись свойств колонок.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67820 954022d7-b5bf-4e40-9824-e11837661b57
parent d16fcbf1
......@@ -1626,8 +1626,8 @@ function Binary_pPrWriter(memory, oNumIdMap, oBinaryHeaderFooterTableWriter, sav
var PageNumType = sectPr.Get_PageNum_Start();
if(-1 != PageNumType)
this.bs.WriteItem(c_oSerProp_secPrType.pageNumType, function(){oThis.WritePageNumType(PageNumType);});
// if(null != sectPr.Columns)
// this.bs.WriteItem(c_oSerProp_secPrType.cols, function(){oThis.WriteColumns(sectPr.Columns);});
if(null != sectPr.Columns)
this.bs.WriteItem(c_oSerProp_secPrType.cols, function(){oThis.WriteColumns(sectPr.Columns);});
};
this.WritePageSize = function(sectPr, oDocument)
{
......
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