mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[de] Fix tests
This commit is contained in:
committed by
Ilya Kirillov
parent
c0334662ab
commit
d57a62271b
@ -553,6 +553,14 @@ CDocPart.prototype.CheckDocPartBehavior = function(nType)
|
||||
{
|
||||
return !!(this.Pr.Behavior & nType);
|
||||
};
|
||||
CDocPart.prototype.IsTableCellContent = function()
|
||||
{
|
||||
return false;
|
||||
};
|
||||
CDocPart.prototype.Is_DrawingShape = function(returnShape)
|
||||
{
|
||||
return returnShape ? null : false;
|
||||
};
|
||||
|
||||
/** @enum {number} */
|
||||
var c_oAscDocPartType = {
|
||||
|
||||
Reference in New Issue
Block a user