跳到主要内容

ShdType

可以添加到文档元素的底纹类型。

类型

枚举

  • "nil"
  • "clear"

示例

This example adds a green shadow to the table.

// How to change a table shadow type.

// Indicate a clear shadow type of the table.

tablePr.SetShd("clear", 0, 255, 0, false);