TextEffect
Font.TextEffect property
Yazı tipi animasyon efektini alır veya ayarlar.
public TextEffect TextEffect { get; set; }
Örnekler
Bir koşuya görsel efektin nasıl uygulanacağını gösterir.
Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);
builder.Font.Size = 36;
builder.Font.TextEffect = TextEffect.SparkleText;
builder.Writeln("Text with a sparkle effect.");
// Microsoft Word'ün eski sürümleri yalnızca yazı tipi animasyon efektlerini destekler.
doc.Save(ArtifactsDir + "Font.SparklingText.doc");
Ayrıca bakınız
- enum TextEffect
- class Font
- ad alanı Aspose.Words
- toplantı Aspose.Words