ONLYOFFICE / doc-builder-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check tables in presentations

SL734 opened this issue · comments

Add methods in Api:

  • CreateTable;

Add methods in ApiTable:

  • GetClassType;

  • GetRow;

  • MergeCells;

  • SetTableLook;

  • AddRow;

  • AddColumn;

  • RemoveRow;

  • RemoveColumn;

  • SetShd;

Add methods in ApiTable:

  • GetClassType

  • GetCellsCount

  • GetCell

  • SetHeight

Add methods in ApiTableCell:

  • GetClassType;

  • GetContent;

  • SetShd;

  • SetCellMarginBottom;

  • SetCellMarginLeft;

  • SetCellMarginRight

  • SetCellMarginTop

  • SetCellBorderBottom

  • SetCellBorderLeft

  • SetCellBorderRight

  • SetCellBorderTop

  • SetVerticalAlign

  • SetTextDirection