API usagePDF APIEnumerationShdType本页总览ShdTypeAsk a question 可以添加到文档元素的底纹类型。 类型 枚举 值 "nil" "clear" 示例 此示例为表格添加绿色阴影。 CodeResultPlayground// How to change a table shadow type.// Indicate a clear shadow type of the table.tablePr.SetShd("clear", 0, 255, 0, false);