API usageText document APIEnumerationShdType本页总览ShdType A shade type which can be added to the document element. Type Enumeration Values "nil" "clear" Example This example adds a green shadow to the table. CodeResult// How to change a table shadow type.// Indicate a clear shadow type of the table.tablePr.SetShd("clear", 0, 255, 0, false);