table
Like the textbox shape, the table
shape is used to display simple text or numerical data.
name
String
data_cells
Object
settings
Object
is_hidden
Boolean
true; false
[optional] Hide shape
remove
Boolean
true; false
[optional] Delete shape
JSON payload
data_cells object
The data_cells
object is used to populate a table shape. It is a 2-dimensions array of cell values. Each cell value can be a simple string or a text object.
text_content
Object
cell_properties
Object
[optional] A cell styling object
JSON payload
text_properties
font_type
String
[optional] Font type
font_size
Integer
1 to 4000
[optional] Font size
font_bold
Boolean
true; false
[optional] Bold
font_italic
Boolean
true; false
[optional] Italic
font_color
String
RGB(0,0,0),
[optional] Set text color
font_bg_color
String
RGB(0,0,0),
[optional] Set text background color
text_indent
Integer
0 to 142.24
[optional] Set text indent
text_align
String
left,
center,
right,
justified,
dist
[optional] Set text alignment
font_underline
String
single;
double;
heavy;
dotted
heavydotted;
dashed;
heavydashed;
heavylongdashed;
dotdash;
heavydotdash;
heavydotdotdash;
wavy;
heavywavy;
doublewavy;
[optional] Various text underline
text_line_spacing
Integer
1 to 1584
[optional] Spacing between text lines
new_line
Boolean
true; false
[required] Create new line within text box
JSON payload
cell_properties
bg_color
String
RGB(0,0,0),
[optional] Cell background color
Settings Object
The settings
object contain a list format/styling parameters.
Parameters below are available across all shapes, regardless of type.
Some shape types (i.e. Charts, Tables, Textboxes) have specific attributes, see shape specific settings pages to learn more.
width
Integer,
Float
0 to 5963.92
[optional] Set shape width
height
Integer,
Float
0 to 5963.92
[optional] Set shape height
left
Integer,
Float
-5963.92 to 5963.92
[optional] Set left position
top
Integer,
Float
-5963.92 to 5963.92
[optional] Set top position
unit
String
cm,
pt,
points
[optional] Set unit of measurement for shape width
, height
, left
, top
. Defaults to points
if not specifcied.
fill_color
String
RGB(0,0,0),
[optional] Set shape background color
JSON payload
Last updated