Clear
ShadowFormat.Clear method
Gölge biçimini temizler.
public void Clear()
Örnekler
Şeklin gölge formatıyla nasıl çalışılacağını gösterir.
Document doc = new Document(MyDir + "Shape stroke pattern border.docx");
Shape shape = (Shape)doc.GetChildNodes(NodeType.Shape, true)[0];
if (shape.ShadowFormat.Visible && shape.ShadowFormat.Type == ShadowType.Shadow2)
shape.ShadowFormat.Type = ShadowType.Shadow7;
if (shape.ShadowFormat.Type == ShadowType.ShadowMixed)
shape.ShadowFormat.Clear();
Ayrıca bakınız
- class ShadowFormat
- ad alanı Aspose.Words.Drawing
- toplantı Aspose.Words