Tabulation setTableDiagramStyle
Revision as of 08:17, 7 December 2015 by Lekhacbaongoc (talk | contribs)
Return type
Returns the following array
tableDiagramStyle |
Constant |
Type |
Initial/Default value |
Description |
TABLE_DIAGRAM_STYLE_FILL |
DIAGRAM_FILL_STYLE_COLOR |
Array |
Default extracted from system's default style sheet. |
Fill style. Background color. |
DIAGRAM_FILL_STYLE_TYPE |
Number |
Default extracted from system's default style sheet |
Fill type. Enumeration. Either 1: Diagram_Fill_Style_NoFill or 2: Diagram_Fill_Style_Fill | |
DIAGRAM_FILL_STYLE_INHERIT |
Boolean |
False |
Specifies whether the font style will be inherited from the style sheet (when True) or gotten from the system's default (when False). | |
TABLE_DIAGRAM_STYLE_FONT |
DIAGRAM_FONT_STYLE_FACE |
String |
Default extracted from system's default style sheet. |
Font face. Currently, the system supports the following font face: arial, courier new, lucida sans unicode, ms sans serif, tahoma, verdana, arial black, arial narrow, comic sans ms, wingdings, kantipur. |
DIAGRAM_FONT_STYLE_SIZE |
Number |
Default extracted from system's default style sheet. |
Font size. | |
DIAGRAM_FONT_STYLE_COLOR |
Array |
Default extracted from system's default style sheet. |
Font color. | |
DIAGRAM_FONT_STYLE_BOLD |
Boolean |
Default extracted from system's default style sheet. |
Font style: bold. | |
DIAGRAM_FONT_STYLE_ITALIC |
Boolean |
Default extracted from system's default style sheet. |
Font style: italic. | |
DIAGRAM_FONT_STYLE_UNDERLINE |
Boolean |
Default extracted from system's default style sheet. |
Font style: underline. | |
DIAGRAM_FONT_STYLE_INHERIT |
Boolean |
False |
Specifies whether the font style will be inherited from the style sheet (when True) or gotten from the system's default (when False). | |
TABLE_DIAGRAM_STYLE_VALIGN |
||||