API usagePDF APIEnumerationShdTypeOn this pageShdTypeAsk a question A shade type which can be added to the document element. Type Enumeration Values "nil" "clear" Example Add a green shadow to the table. CodeResultPlayground// How to change a table shadow type.// Indicate a clear shadow type of the table.tablePr.SetShd("clear", 0, 255, 0, false);