Can I have some brief explanation about below table separators and when those are help full to us?
TST_Absent,
TST_Unknown,
TST_Invisible,
TST_Explicit,
TST_Multiple
Can I have some brief explanation about below table separators and when those are help full to us?
TST_Absent,
TST_Unknown,
TST_Invisible,
TST_Explicit,
TST_Multiple
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
Hello!
Separators may be of five types as defined by TableSeparatorTypeEnum constants.
TST_Absent is used inside a merged cell.
TST_Unknown is initially assigned to table separators created by user.
TST_Invisible may be assigned as a result of layout recognition. As a rule, this type of separator appears where the original table does not have one but where it “should be.”
TST_Explicit may be assigned as a result of layout recognition. It corresponds to an ordinary black or color table separator of the original table
TST_Multiple may be assigned as a result of table editing.
For more information, see Help→ API Reference → Enumerations → TableSeparatorTypeEnum
Also, for us to be able to better assist you, please describe your usage scenario in more details.
Hope this information will be helpful.
サインインしてコメントを残してください。