Commit be00180f authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

setJustification в EqArray

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62775 954022d7-b5bf-4e40-9824-e11837661b57
parent 0efee88f
......@@ -865,6 +865,18 @@ CEqArray.prototype.setPosition = function(pos, PRSA, Line, Range, Page)
pos.x += this.size.width;
};
CEqArray.prototype.setJustification = function(js)
{
if(js == MCJC_RIGHT)
{
}
else if(js == MCJC_LEFT)
{
}
};
CEqArray.prototype.getElement = function(num)
{
return this.elements[num][0];
......
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