TextEffect
TextEffect enumeration
Metin çalışmaları için animasyon efekti.
public enum TextEffect
değerler
İsim | Değer | Tanım |
---|---|---|
None | 0 | |
LasVegasLights | 1 | |
BlinkingBackground | 2 | |
SparkleText | 3 | |
MarchingBlackAnts | 4 | |
MarchingRedAnts | 5 | |
Shimmer | 6 |
Örnekler
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
- ad alanı Aspose.Words
- toplantı Aspose.Words