Visible
ShadowFormat.Visible property
İadelerdoğru
bu örneğe uygulanan format görünürse.
public bool Visible { get; }
Notlar
BeğenmedimClear
, atamaYANLIŞ
Görünür, biçimlendirmeyi temizlemez, yalnızca şekil efektini gizler.
Ö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