-
-
Method Summary
Modifier and Type Method Description static Tableinstantiate()StringgetJsBase()Borderborder()Getter for border of the table (not cells). Tableborder(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for border of the table (not cells). Tableborder(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for border of the table (not cells). Tableborder(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for border of the table (not cells). Tableborder(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for border of the table (not cells). Tableborder(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for border of the table (not cells). Tableborder(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for border of the table (not cells). Tableborder(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for border of the table (not cells). Tableborder(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for border of the table (not cells). Tableborder(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for border of the table (not cells). Tableborder(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for border of the table (not cells). Tableborder(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for border of the table (not cells). Tableborder(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for border of the table (not cells). voidbottom()Getter for element bottom bound settings. Tablebottom(Number bottom)Setter for element bottom bound settings. Tablebottom(String bottom)Setter for element bottom bound settings. Boundsbounds()Getter for element bounds settings. Tablebounds(RectObj bounds)Setter for bounds of the element using one parameter. Tablebounds(Rect bounds)Setter for bounds of the element using one parameter. Tablebounds(Bounds bounds)Setter for bounds of the element using one parameter. Tablebounds(Number x, Number y, Number width, Number height)Setter for element bounds settings. Tablebounds(Number x, Number y, Number width, String height)Setter for element bounds settings. Tablebounds(Number x, Number y, String width, Number height)Setter for element bounds settings. Tablebounds(Number x, Number y, String width, String height)Setter for element bounds settings. Tablebounds(Number x, String y, Number width, Number height)Setter for element bounds settings. Tablebounds(Number x, String y, Number width, String height)Setter for element bounds settings. Tablebounds(Number x, String y, String width, Number height)Setter for element bounds settings. Tablebounds(Number x, String y, String width, String height)Setter for element bounds settings. Tablebounds(String x, Number y, Number width, Number height)Setter for element bounds settings. Tablebounds(String x, Number y, Number width, String height)Setter for element bounds settings. Tablebounds(String x, Number y, String width, Number height)Setter for element bounds settings. Tablebounds(String x, Number y, String width, String height)Setter for element bounds settings. Tablebounds(String x, String y, Number width, Number height)Setter for element bounds settings. Tablebounds(String x, String y, Number width, String height)Setter for element bounds settings. Tablebounds(String x, String y, String width, Number height)Setter for element bounds settings. Tablebounds(String x, String y, String width, String height)Setter for element bounds settings. BordercellBorder()Getter for cell border settings. TablecellBorder(Stroke colorSettings, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for cell border settings. TablecellBorder(Stroke colorSettings, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for cell border settings. TablecellBorder(Stroke colorSettings, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for cell border settings. TablecellBorder(Stroke colorSettings, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for cell border settings. TablecellBorder(String colorSettings, Number thickness, String dashpattern, String lineJoin, String lineCap)Setter for cell border settings. TablecellBorder(String colorSettings, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)Setter for cell border settings. TablecellBorder(String colorSettings, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)Setter for cell border settings. TablecellBorder(String colorSettings, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)Setter for cell border settings. voidcellFill()Getter for the table fill color. TablecellFill(Fill color)Setter for fill settings using an array, an object or a string. TablecellFill(GradientKey color)Setter for fill settings using an array, an object or a string. TablecellFill(Array<String> color)Setter for fill settings using an array, an object or a string. TablecellFill(String color, Number opacity)Fill color with opacity. TablecellFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. TablecellFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. TablecellFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. TablecellFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. TablecellFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. TablecellFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. TablecellFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. TablecellFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. PaddingcellPadding()Getter for cell padding settings. TablecellPadding(Array<Number> padding)Setter for cell paddings in pixels using a single value. TablecellPadding(Array<String> padding)Setter for cell paddings in pixels using a single value. TablecellPadding(String padding)Setter for cell paddings in pixels using a single value. TablecellPadding(String value1, String value2, String value3, String value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(String value1, String value2, String value3, Number value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(String value1, String value2, Number value3, String value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(String value1, String value2, Number value3, Number value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(String value1, Number value2, String value3, String value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(String value1, Number value2, String value3, Number value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(String value1, Number value2, Number value3, String value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(String value1, Number value2, Number value3, Number value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(Number value1, String value2, String value3, String value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(Number value1, String value2, String value3, Number value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(Number value1, String value2, Number value3, String value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(Number value1, String value2, Number value3, Number value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(Number value1, Number value2, String value3, String value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(Number value1, Number value2, String value3, Number value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(Number value1, Number value2, Number value3, String value4)Setter for cell paddings in pixels using several numbers. TablecellPadding(Number value1, Number value2, Number value3, Number value4)Setter for cell paddings in pixels using several numbers. voidcolsCount()Getter for table columns count. TablecolsCount(Number count)Setter for table columns count. voidcolsMaxWidth()Getter for the column width maximum. TablecolsMaxWidth(String width)Setter for the column width maximum. TablecolsMaxWidth(Number width)Setter for the column width maximum. voidcolsMinWidth()Getter for column width minimum. TablecolsMinWidth(String width)Setter for column width minimum. TablecolsMinWidth(Number width)Setter for column width minimum. voidcolsWidth()Getter for the column width. TablecolsWidth(String width)Setter for the column width. TablecolsWidth(Number width)Setter for the column width. Layercontainer()Getter for the element's container. Tablecontainer(Layer element)Setter for the element's container. Tablecontainer(Stage element)Setter for the element's container. Tablecontainer(String element)Setter for the element's container. voidcontents()Getter for the table content. Tablecontents(VisualBase tableValues, Boolean demergeCells)Setter for the table content. Tablecontents(Array<String> tableValues, Boolean demergeCells)Setter for the table content. Tablecontents(Array<Number> tableValues, Boolean demergeCells)Setter for the table content. voiddisablePointerEvents()Getter for the state of disablePointerEvents option. TabledisablePointerEvents(Boolean enabled)Setter for the text disablePointerEvents option. Tabledraw()Draws the table. voidenabled()Getter for the element state (enabled or disabled). Tableenabled(Boolean enabled)Setter for the element enabled state. voidfontColor()Getter for the text font color. TablefontColor(String color)Setter for the text font color. voidfontDecoration()Getter for the text font decoration. TablefontDecoration(Decoration value)Setter for the text font decoration. TablefontDecoration(String value)Setter for the text font decoration. voidfontFamily()Getter for the font family. TablefontFamily(String family)Setter for font family. voidfontOpacity()Getter for the text font opacity. TablefontOpacity(Number opacity)Setter for the text font opacity. voidfontSize()Getter for the text font size. TablefontSize(String size)Setter for text font size. TablefontSize(Number size)Setter for text font size. voidfontStyle()Getter for the text font style. TablefontStyle(FontStyle style)Setter for the text font style. TablefontStyle(String style)Setter for the text font style. voidfontVariant()Getter for the text font variant. TablefontVariant(FontVariant value)Setter for the text font variant. TablefontVariant(String value)Setter for the text font variant. voidfontWeight()Getter for the text font weight. TablefontWeight(String weight)Setter for the text font weight. TablefontWeight(Number weight)Setter for the text font weight. CellgetCell(Number row, Number col)Returns cell by its row and column number. ColumngetCol(Number col)Returns column instance by its number. RectgetPixelBounds()Returns pixel bounds of the element due to parent bounds and self bounds settings. RowgetRow(Number row)Returns row instance by its number. voidhAlign()Getter for the text horizontal align. TablehAlign(HAlign align)Setter for the text horizontal align. TablehAlign(String align)Setter for the text horizontal align. voidheight()Getter for element height settings. Tableheight(Number height)Setter for element height setting. Tableheight(String height)Setter for element height setting. voidleft()Getter for element left bound settings. Tableleft(Number left)Setter for element left bound settings. Tableleft(String left)Setter for element left bound settings. voidletterSpacing()Getter for the text letter spacing. TableletterSpacing(String spacing)Setter for the text letter spacing. TableletterSpacing(Number spacing)Setter for the text letter spacing. voidlineHeight()Getter for the text line height. TablelineHeight(String height)Setter for the text line height. TablelineHeight(Number height)Setter for the text line height. voidmaxHeight()Getter for the maximum height. TablemaxHeight(Number height)Setter for the maximum height. TablemaxHeight(String height)Setter for the maximum height. voidmaxWidth()Getter for the maximum width. TablemaxWidth(Number width)Setter for the maximum width. TablemaxWidth(String width)Setter for the maximum width. voidminHeight()Getter for the minimum height. TableminHeight(Number height)Setter for the minimum height. TableminHeight(String height)Setter for the minimum height. voidminWidth()Getter for the minimum width. TableminWidth(Number width)Setter for the minimum width. TableminWidth(String width)Setter for the minimum width. RectparentBounds()Getter for the parent bounds. TableparentBounds(Rect bounds)Setter for the parent bounds using single value. TableparentBounds(String bounds)Setter for the parent bounds using single value. TableparentBounds(Number bounds)Setter for the parent bounds using single value. TableparentBounds(Number left, Number top, Number width, Number height)Setter for the parent bounds using several values. voidprint(PaperSize paperSizeOrOptions, Boolean landscape)Prints all elements on related stage. voidprint(String paperSizeOrOptions, Boolean landscape)Prints all elements on related stage. voidremoveAllListeners(String type)Removes all listeners from an object. voidright()Getter for element right bound settings. Tableright(Number right)Setter for element right bound setting. Tableright(String right)Setter for element right bound setting. voidrowEvenFill()Getter for the even row fill color. TablerowEvenFill(Fill color)Setter for fill settings using an array, an object or a string. TablerowEvenFill(GradientKey color)Setter for fill settings using an array, an object or a string. TablerowEvenFill(Array<String> color)Setter for fill settings using an array, an object or a string. TablerowEvenFill(String color, Number opacity)Fill color with opacity. TablerowEvenFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. TablerowEvenFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. TablerowEvenFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. TablerowEvenFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. TablerowEvenFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. TablerowEvenFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. TablerowEvenFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. TablerowEvenFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. voidrowOddFill()Getter for the odd row fill color. TablerowOddFill(Fill color)Setter for fill settings using an array or a string. TablerowOddFill(GradientKey color)Setter for fill settings using an array or a string. TablerowOddFill(Array<String> color)Setter for fill settings using an array or a string. TablerowOddFill(String color, Number opacity)Fill color with opacity. TablerowOddFill(GradientKey keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. TablerowOddFill(GradientKey keys, Number angle, Rect mode, Number opacity)Linear gradient fill. TablerowOddFill(GradientKey keys, Number angle, String mode, Number opacity)Linear gradient fill. TablerowOddFill(Array<String> keys, Number angle, Boolean mode, Number opacity)Linear gradient fill. TablerowOddFill(Array<String> keys, Number angle, Rect mode, Number opacity)Linear gradient fill. TablerowOddFill(Array<String> keys, Number angle, String mode, Number opacity)Linear gradient fill. TablerowOddFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. TablerowOddFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)Radial gradient fill. voidrowsCount()Getter for table rows count. TablerowsCount(Number count)Setter for table rows count. voidrowsHeight()Getter for rows height. TablerowsHeight(String height)Setter for rows height. TablerowsHeight(Number height)Setter for rows height. voidrowsMaxHeight()Getter for the row height maximum. TablerowsMaxHeight(String height)Setter for the row height maximum. TablerowsMaxHeight(Number height)Setter for the row height maximum. voidrowsMinHeight()Getter for the row height minimum. TablerowsMinHeight(String height)Setter for the row height minimum. TablerowsMinHeight(Number height)Setter for the row height minimum. voidsaveAsJpg(Number width, Number height, Number quality, Boolean forceTransparentWhite)Saves the current table into JPEG file. voidsaveAsPdf(String paperSize, Boolean landscape, Number x, Number y)Saves the current table into PDF file. voidsaveAsPng(Number width, Number height, Number quality)Saves the current table into PNG file. voidsaveAsSvg(String paperSize, Boolean landscape)Saves the current table into SVG file with a paper size and landscape settings. voidsaveAsSvg(Number width, Number height)Saves the current visual state into SVG file image width and height. voidsaveAsXlsx(String filename)Saves table data as an Excel document. voidselectable()Getter for the text selectable option. Tableselectable(Boolean enabled)Setter for the text selectable. voidtextDirection()Getter for the text direction. TabletextDirection(Direction value)Setter for the text direction. TabletextDirection(String value)Setter for the text direction. voidtextIndent()Getter for the text indent. TabletextIndent(Number indent)Setter for the text indent. voidtextOverflow()Getter for the text overflow settings. TabletextOverflow(TextOverflow value)Setter for the text overflow settings. TabletextOverflow(String value)Setter for the text overflow settings. voidtoSvg(String paperSize, Boolean landscape)Returns SVG string if type of content SVG with parameters otherwise returns empty string. voidtoSvg(Number width, Number height)Returns SVG string if type of content SVG with determined the width and height otherwise returns empty string. voidtop()Getter for element top bound settings. Tabletop(Number top)Setter for element top bound settings. Tabletop(String top)Setter for element top bound settings. voidsetOnClickListener(ListenersInterface.OnClickListener listener)voidsetOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)voidunlistenByKey(String key)Removes an event listener which was added with listen() by the key returned by listen() or listenOnce(). voiduseHtml()Getter for the useHtml flag. TableuseHtml(Boolean enabled)Setter for flag useHtml. voidvAlign()Getter for the text vertical align. TablevAlign(VAlign align)Setter for the text vertical align. TablevAlign(String align)Setter for the text vertical align. voidwidth()Getter for element width settings. Tablewidth(Number width)Setter for element width setting. Tablewidth(String width)Setter for element width setting. voidwordBreak()Getter for the word-break mode. TablewordBreak(WordBreak mode)Setter for the word-break mode. TablewordBreak(String mode)Setter for the word-break mode. voidwordWrap()Getter for the word-wrap mode. TablewordWrap(WordWrap mode)Setter for the word-wrap mode. TablewordWrap(String mode)Setter for the word-wrap mode. voidzIndex()Getter for the Z-index of the element. TablezIndex(Number zIndex)Setter for the Z-index of the element. ContextMenucontextMenu()Getter for the context menu. TablecontextMenu(String settings)Setter for the context menu. TablecontextMenu(Boolean settings)Setter for the context menu. Exportsexports()Getter for the export table. Tableexports(String settings)Setter for the export table. voidfullScreen()Getter for the fullscreen mode. TablefullScreen(Boolean enabled)Setter for the fullscreen mode. voidisFullScreenAvailable()Whether the full screen mode available in the browser or not. voidshareWithFacebook(String captionOrOptions, String link, String name, String description)Opens Facebook sharing dialog. voidshareWithLinkedIn(String captionOrOptions, String description)Opens LinkedIn sharing dialog. voidshareWithPinterest(String linkOrOptions, String description)Opens Pinterest sharing dialog. voidshareWithTwitter()Opens Twitter sharing dialog. -
-
Constructor Detail
-
Table
Table(String jsChart)
-
-
Method Detail
-
instantiate
static Table instantiate()
-
border
Table border(Stroke color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for border of the table (not cells).
-
border
Table border(Stroke color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for border of the table (not cells).
-
border
Table border(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for border of the table (not cells).
-
border
Table border(Stroke color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for border of the table (not cells).
-
border
Table border(ColoredFill color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for border of the table (not cells).
-
border
Table border(ColoredFill color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for border of the table (not cells).
-
border
Table border(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for border of the table (not cells).
-
border
Table border(ColoredFill color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for border of the table (not cells).
-
border
Table border(String color, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for border of the table (not cells).
-
border
Table border(String color, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for border of the table (not cells).
-
border
Table border(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for border of the table (not cells).
-
border
Table border(String color, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for border of the table (not cells).
-
bottom
void bottom()
Getter for element bottom bound settings.
-
bounds
Table bounds(Number x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Table bounds(Number x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
Table bounds(Number x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
Table bounds(Number x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
Table bounds(Number x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Table bounds(Number x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
Table bounds(Number x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
Table bounds(Number x, String y, String width, String height)
Setter for element bounds settings.
-
bounds
Table bounds(String x, Number y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Table bounds(String x, Number y, Number width, String height)
Setter for element bounds settings.
-
bounds
Table bounds(String x, Number y, String width, Number height)
Setter for element bounds settings.
-
bounds
Table bounds(String x, Number y, String width, String height)
Setter for element bounds settings.
-
bounds
Table bounds(String x, String y, Number width, Number height)
Setter for element bounds settings.
-
bounds
Table bounds(String x, String y, Number width, String height)
Setter for element bounds settings.
-
bounds
Table bounds(String x, String y, String width, Number height)
Setter for element bounds settings.
-
bounds
Table bounds(String x, String y, String width, String height)
Setter for element bounds settings.
-
cellBorder
Border cellBorder()
Getter for cell border settings.
-
cellBorder
Table cellBorder(Stroke colorSettings, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for cell border settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
cellBorder
Table cellBorder(Stroke colorSettings, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for cell border settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
cellBorder
Table cellBorder(Stroke colorSettings, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for cell border settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
cellBorder
Table cellBorder(Stroke colorSettings, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for cell border settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
cellBorder
Table cellBorder(String colorSettings, Number thickness, String dashpattern, String lineJoin, String lineCap)
Setter for cell border settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
cellBorder
Table cellBorder(String colorSettings, Number thickness, String dashpattern, String lineJoin, StrokeLineCap lineCap)
Setter for cell border settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
cellBorder
Table cellBorder(String colorSettings, Number thickness, String dashpattern, StrokeLineJoin lineJoin, String lineCap)
Setter for cell border settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
cellBorder
Table cellBorder(String colorSettings, Number thickness, String dashpattern, StrokeLineJoin lineJoin, StrokeLineCap lineCap)
Setter for cell border settings. {docs:Graphics/Stroke_Settings}Learn more about stroke settings.{docs}
-
cellFill
void cellFill()
Getter for the table fill color.
-
cellFill
Table cellFill(Fill color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
cellFill
Table cellFill(GradientKey color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
cellFill
Table cellFill(Array<String> color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
cellFill
Table cellFill(String color, Number opacity)
Fill color with opacity. Fill as a string or an object.
-
cellFill
Table cellFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
cellFill
Table cellFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
cellFill
Table cellFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
cellFill
Table cellFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
cellFill
Table cellFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
cellFill
Table cellFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
cellFill
Table cellFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
cellFill
Table cellFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
cellPadding
Padding cellPadding()
Getter for cell padding settings.
-
cellPadding
Table cellPadding(Array<Number> padding)
Setter for cell paddings in pixels using a single value.
-
cellPadding
Table cellPadding(Array<String> padding)
Setter for cell paddings in pixels using a single value.
-
cellPadding
Table cellPadding(String padding)
Setter for cell paddings in pixels using a single value.
-
cellPadding
Table cellPadding(String value1, String value2, String value3, String value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(String value1, String value2, String value3, Number value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(String value1, String value2, Number value3, String value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(String value1, String value2, Number value3, Number value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(String value1, Number value2, String value3, String value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(String value1, Number value2, String value3, Number value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(String value1, Number value2, Number value3, String value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(String value1, Number value2, Number value3, Number value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(Number value1, String value2, String value3, String value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(Number value1, String value2, String value3, Number value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(Number value1, String value2, Number value3, String value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(Number value1, String value2, Number value3, Number value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(Number value1, Number value2, String value3, String value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(Number value1, Number value2, String value3, Number value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(Number value1, Number value2, Number value3, String value4)
Setter for cell paddings in pixels using several numbers.
-
cellPadding
Table cellPadding(Number value1, Number value2, Number value3, Number value4)
Setter for cell paddings in pixels using several numbers.
-
colsCount
void colsCount()
Getter for table columns count.
-
colsMaxWidth
void colsMaxWidth()
Getter for the column width maximum.
-
colsMaxWidth
Table colsMaxWidth(String width)
Setter for the column width maximum.
-
colsMaxWidth
Table colsMaxWidth(Number width)
Setter for the column width maximum.
-
colsMinWidth
void colsMinWidth()
Getter for column width minimum.
-
colsMinWidth
Table colsMinWidth(String width)
Setter for column width minimum.
-
colsMinWidth
Table colsMinWidth(Number width)
Setter for column width minimum.
-
colsWidth
void colsWidth()
Getter for the column width.
-
contents
void contents()
Getter for the table content. Note: Returns cells content ignored rowSpan and colSpan.
-
contents
Table contents(VisualBase tableValues, Boolean demergeCells)
Setter for the table content.
-
contents
Table contents(Array<String> tableValues, Boolean demergeCells)
Setter for the table content.
-
contents
Table contents(Array<Number> tableValues, Boolean demergeCells)
Setter for the table content.
-
disablePointerEvents
void disablePointerEvents()
Getter for the state of disablePointerEvents option.
-
disablePointerEvents
Table disablePointerEvents(Boolean enabled)
Setter for the text disablePointerEvents option.
-
enabled
void enabled()
Getter for the element state (enabled or disabled).
-
fontColor
void fontColor()
Getter for the text font color.
-
fontColor
Table fontColor(String color)
Setter for the text font color. ://www.w3schools.com/html/html_colors.asp
-
fontDecoration
void fontDecoration()
Getter for the text font decoration.
-
fontDecoration
Table fontDecoration(Decoration value)
Setter for the text font decoration.
-
fontDecoration
Table fontDecoration(String value)
Setter for the text font decoration.
-
fontFamily
void fontFamily()
Getter for the font family.
-
fontFamily
Table fontFamily(String family)
Setter for font family.
-
fontOpacity
void fontOpacity()
Getter for the text font opacity.
-
fontOpacity
Table fontOpacity(Number opacity)
Setter for the text font opacity. Double value from 0 to 1.
-
fontSize
void fontSize()
Getter for the text font size.
-
fontStyle
void fontStyle()
Getter for the text font style.
-
fontVariant
void fontVariant()
Getter for the text font variant.
-
fontVariant
Table fontVariant(FontVariant value)
Setter for the text font variant.
-
fontVariant
Table fontVariant(String value)
Setter for the text font variant.
-
fontWeight
void fontWeight()
Getter for the text font weight.
-
fontWeight
Table fontWeight(String weight)
Setter for the text font weight. ://www.w3schools.com/cssref/pr_font_weight.asp
-
fontWeight
Table fontWeight(Number weight)
Setter for the text font weight. ://www.w3schools.com/cssref/pr_font_weight.asp
-
getPixelBounds
Rect getPixelBounds()
Returns pixel bounds of the element due to parent bounds and self bounds settings.
-
hAlign
void hAlign()
Getter for the text horizontal align.
-
height
void height()
Getter for element height settings.
-
left
void left()
Getter for element left bound settings.
-
letterSpacing
void letterSpacing()
Getter for the text letter spacing.
-
letterSpacing
Table letterSpacing(String spacing)
Setter for the text letter spacing. ://www.w3schools.com/cssref/pr_text_letter-spacing.asp
-
letterSpacing
Table letterSpacing(Number spacing)
Setter for the text letter spacing. ://www.w3schools.com/cssref/pr_text_letter-spacing.asp
-
lineHeight
void lineHeight()
Getter for the text line height.
-
lineHeight
Table lineHeight(String height)
Setter for the text line height. ://www.w3schools.com/cssref/pr_text_letter-spacing.asp
-
lineHeight
Table lineHeight(Number height)
Setter for the text line height. ://www.w3schools.com/cssref/pr_text_letter-spacing.asp
-
maxHeight
void maxHeight()
Getter for the maximum height.
-
maxWidth
void maxWidth()
Getter for the maximum width.
-
minHeight
void minHeight()
Getter for the minimum height.
-
minWidth
void minWidth()
Getter for the minimum width.
-
parentBounds
Rect parentBounds()
Getter for the parent bounds. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
Table parentBounds(Rect bounds)
Setter for the parent bounds using single value. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
Table parentBounds(String bounds)
Setter for the parent bounds using single value. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
Table parentBounds(Number bounds)
Setter for the parent bounds using single value. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
parentBounds
Table parentBounds(Number left, Number top, Number width, Number height)
Setter for the parent bounds using several values. Bounds that would be used in case of percent size calculations. Expects pixel values only.
-
print
void print(PaperSize paperSizeOrOptions, Boolean landscape)
Prints all elements on related stage.
-
print
void print(String paperSizeOrOptions, Boolean landscape)
Prints all elements on related stage.
-
removeAllListeners
void removeAllListeners(String type)
Removes all listeners from an object. You can also optionally remove listeners of some particular type.
-
right
void right()
Getter for element right bound settings.
-
rowEvenFill
void rowEvenFill()
Getter for the even row fill color.
-
rowEvenFill
Table rowEvenFill(Fill color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowEvenFill
Table rowEvenFill(GradientKey color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowEvenFill
Table rowEvenFill(Array<String> color)
Setter for fill settings using an array, an object or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowEvenFill
Table rowEvenFill(String color, Number opacity)
Fill color with opacity. Fill as a string or an object.
-
rowEvenFill
Table rowEvenFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowEvenFill
Table rowEvenFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowEvenFill
Table rowEvenFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowEvenFill
Table rowEvenFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowEvenFill
Table rowEvenFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowEvenFill
Table rowEvenFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowEvenFill
Table rowEvenFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowEvenFill
Table rowEvenFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowOddFill
void rowOddFill()
Getter for the odd row fill color.
-
rowOddFill
Table rowOddFill(Fill color)
Setter for fill settings using an array or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowOddFill
Table rowOddFill(GradientKey color)
Setter for fill settings using an array or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowOddFill
Table rowOddFill(Array<String> color)
Setter for fill settings using an array or a string. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowOddFill
Table rowOddFill(String color, Number opacity)
Fill color with opacity. Fill as a string or an object.
-
rowOddFill
Table rowOddFill(GradientKey keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowOddFill
Table rowOddFill(GradientKey keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowOddFill
Table rowOddFill(GradientKey keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowOddFill
Table rowOddFill(Array<String> keys, Number angle, Boolean mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowOddFill
Table rowOddFill(Array<String> keys, Number angle, Rect mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowOddFill
Table rowOddFill(Array<String> keys, Number angle, String mode, Number opacity)
Linear gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowOddFill
Table rowOddFill(GradientKey keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowOddFill
Table rowOddFill(Array<String> keys, Number cx, Number cy, Rect mode, Number opacity, Number fx, Number fy)
Radial gradient fill. {docs:Graphics/Fill_Settings}Learn more about coloring.{docs}
-
rowsCount
void rowsCount()
Getter for table rows count.
-
rowsHeight
void rowsHeight()
Getter for rows height.
-
rowsHeight
Table rowsHeight(String height)
Setter for rows height.
-
rowsHeight
Table rowsHeight(Number height)
Setter for rows height.
-
rowsMaxHeight
void rowsMaxHeight()
Getter for the row height maximum.
-
rowsMaxHeight
Table rowsMaxHeight(String height)
Setter for the row height maximum.
-
rowsMaxHeight
Table rowsMaxHeight(Number height)
Setter for the row height maximum.
-
rowsMinHeight
void rowsMinHeight()
Getter for the row height minimum.
-
rowsMinHeight
Table rowsMinHeight(String height)
Setter for the row height minimum.
-
rowsMinHeight
Table rowsMinHeight(Number height)
Setter for the row height minimum.
-
saveAsJpg
void saveAsJpg(Number width, Number height, Number quality, Boolean forceTransparentWhite)
Saves the current table into JPEG file.
-
saveAsPdf
void saveAsPdf(String paperSize, Boolean landscape, Number x, Number y)
Saves the current table into PDF file.
-
saveAsPng
void saveAsPng(Number width, Number height, Number quality)
Saves the current table into PNG file.
-
saveAsSvg
void saveAsSvg(String paperSize, Boolean landscape)
Saves the current table into SVG file with a paper size and landscape settings.
-
saveAsSvg
void saveAsSvg(Number width, Number height)
Saves the current visual state into SVG file image width and height.
-
saveAsXlsx
void saveAsXlsx(String filename)
Saves table data as an Excel document.
-
selectable
void selectable()
Getter for the text selectable option.
-
selectable
Table selectable(Boolean enabled)
Setter for the text selectable.
-
textDirection
void textDirection()
Getter for the text direction.
-
textDirection
Table textDirection(Direction value)
Setter for the text direction.
-
textDirection
Table textDirection(String value)
Setter for the text direction.
-
textIndent
void textIndent()
Getter for the text indent.
-
textIndent
Table textIndent(Number indent)
Setter for the text indent.
-
textOverflow
void textOverflow()
Getter for the text overflow settings.
-
textOverflow
Table textOverflow(TextOverflow value)
Setter for the text overflow settings.
-
textOverflow
Table textOverflow(String value)
Setter for the text overflow settings.
-
toSvg
void toSvg(String paperSize, Boolean landscape)
Returns SVG string if type of content SVG with parameters otherwise returns empty string.
-
toSvg
void toSvg(Number width, Number height)
Returns SVG string if type of content SVG with determined the width and height otherwise returns empty string.
-
top
void top()
Getter for element top bound settings.
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener)
-
setOnClickListener
void setOnClickListener(ListenersInterface.OnClickListener listener, String type, String ePath)
-
unlistenByKey
void unlistenByKey(String key)
Removes an event listener which was added with listen() by the key returned by listen() or listenOnce().
-
useHtml
void useHtml()
Getter for the useHtml flag.
-
vAlign
void vAlign()
Getter for the text vertical align.
-
width
void width()
Getter for element width settings.
-
wordBreak
void wordBreak()
Getter for the word-break mode.
-
wordWrap
void wordWrap()
Getter for the word-wrap mode.
-
zIndex
void zIndex()
Getter for the Z-index of the element.
-
contextMenu
ContextMenu contextMenu()
Getter for the context menu.
-
contextMenu
Table contextMenu(String settings)
Setter for the context menu.
-
contextMenu
Table contextMenu(Boolean settings)
Setter for the context menu.
-
fullScreen
void fullScreen()
Getter for the fullscreen mode.
-
fullScreen
Table fullScreen(Boolean enabled)
Setter for the fullscreen mode.
-
isFullScreenAvailable
void isFullScreenAvailable()
Whether the full screen mode available in the browser or not.
-
shareWithFacebook
void shareWithFacebook(String captionOrOptions, String link, String name, String description)
Opens Facebook sharing dialog.
-
shareWithLinkedIn
void shareWithLinkedIn(String captionOrOptions, String description)
Opens LinkedIn sharing dialog.
-
shareWithPinterest
void shareWithPinterest(String linkOrOptions, String description)
Opens Pinterest sharing dialog.
-
shareWithTwitter
void shareWithTwitter()
Opens Twitter sharing dialog.
-
-
-
-