class anychart.core.ui.table.Base Improve this Doc
Base class for Row, Column and Cell. Contains text settings and lazy settings object initialization. Also knows about table, so it can send messages to the table.
Methods Overview
Advanced Text Settings | |
fontVariant() | Text font variant settings. |
letterSpacing() | Text letter spacing settings. |
textDirection() | Text direction settings. |
textIndent() | Text line height settings. |
textOverflow() | Text overflow settings. |
textWrap() | Text wrap settings. |
useHtml() | Text useHtml settings. |
Base Text Settings | |
fontColor() | Text font color settings. |
fontDecoration() | Text font decoration settings. |
fontFamily() | Text font family settings. |
fontOpacity() | Text font opacity settings. |
fontSize() | Text font size settings. |
fontStyle() | Text font style settings. |
fontWeight() | Text font weight settings. |
hAlign() | Text horizontal align settings. |
lineHeight() | Text line height settings. |
vAlign() | Text vertical align settings. |
Coloring | |
border() | Border settings. |
Events | |
disablePointerEvents() | Disable pointer events settings. |
Interactivity | |
selectable() | Text selectable option. |
Methods Description
border
Returns:
anychart.core.ui.table.Border - Current border settings.Note: lineJoin settings not working here.
Params:
Name | Type | Default | Description |
---|---|---|---|
color | anychart.graphics.vector.Stroke | anychart.graphics.vector.ColoredFill | string | function | null | Stroke settings. | |
thickness | number | 1 | Line thickness. |
dashpattern | string | Controls the pattern of dashes and gaps used to stroke paths. | |
lineJoin | anychart.graphics.vector.StrokeLineJoin | Line join style. | |
lineCap | anychart.graphics.vector.StrokeLineCap | Line cap style. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
disablePointerEvents
Returns:
boolean - If pointer events are disabled.Params:
Name | Type | Default | Description |
---|---|---|---|
value | boolean | false | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.fontColor
Returns:
string - The current font color.Params:
Name | Type | Description |
---|---|---|
value | string | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
fontDecoration
Returns:
anychart.graphics.vector.Text.Decoration | string - The current font decoration.Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.Decoration | string | anychart.graphics.vector.Text.Decoration#NONE | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
fontFamily
Returns:
string - The current font family.Params:
Name | Type | Description |
---|---|---|
value | string | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
fontOpacity
Returns:
number - The current font opacity.Params:
Name | Type | Default | Description |
---|---|---|---|
value | number | 1 | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
fontSize
Returns:
string | number - Current font size.Params:
Name | Type | Description |
---|---|---|
value | string | number | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
fontStyle
Returns:
anychart.graphics.vector.Text.FontStyle | string - The current font style.Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.FontStyle | string | anychart.graphics.vector.Text.FontStyle#NORMAL | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
fontVariant
Returns:
anychart.graphics.vector.Text.FontVariant | string - The current font variant.Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.FontVariant | string | anychart.graphics.vector.Text.FontVariant#NORMAL | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
fontWeight
Returns:
string | number - The current font weight.Params:
Name | Type | Description |
---|---|---|
value | string | number | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
hAlign
Returns:
anychart.graphics.vector.Text.HAlign | string - The current text horizontal align.Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.HAlign | string | anychart.graphics.vector.Text.HAlign#START | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
letterSpacing
Returns:
string | number - The current letter spacing.Params:
Name | Type | Description |
---|---|---|
value | string | number | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
lineHeight
Returns:
string | number - The current text line height.Params:
Name | Type | Description |
---|---|---|
value | string | number | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
selectable
Returns:
boolean - The current text selectable option.Params:
Name | Type | Default | Description |
---|---|---|---|
value | boolean | false | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
textDirection
Returns:
anychart.graphics.vector.Text.Direction | string - Current text direction.Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.Direction | string | anychart.graphics.vector.Text.Direction#LTR | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
textIndent
Returns:
number - The current text indent.Params:
Name | Type | Description |
---|---|---|
value | number | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
textOverflow
Returns:
anychart.graphics.vector.Text.TextOverflow | string - The current text overflow settings.Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.TextOverflow | string | anychart.graphics.vector.Text.TextOverflow#CLIP | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
textWrap
Returns:
anychart.graphics.vector.Text.TextWrap | string - The current text wrap settings.Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.TextWrap | string | anychart.graphics.vector.Text.TextWrap#BY_LETTER | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
useHtml
Returns:
boolean - The current value of useHTML flag.Params:
Name | Type | Default | Description |
---|---|---|---|
value | boolean | false | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it:
vAlign
Returns:
anychart.graphics.vector.Text.VAlign | string - The current text vertical align.Params:
Name | Type | Default | Description |
---|---|---|---|
value | anychart.graphics.vector.Text.VAlign | string | anychart.graphics.vector.Text.VAlign#TOP | Value to set. |
Returns:
anychart.core.ui.table.Base - Self instance for method chaining.Try it: