get_table_border_style
Description:
[ Version ( since = "0.26" ) ]
public void get_table_border_style (out StructureBorderStyle[] border_styles)
public void get_table_border_style (out StructureBorderStyle[] border_styles)
Obtains the table cell border style of a block-level structure element.
The result values are in before-after-start-end ordering. For example, using Western left-to-right writing, that is top-bottom-left-right.
Parameters:
this | |
border_styles |
An array of four StructureBorderStyle elements. |