TextEffect
Font.TextEffect property
Ruft den Schriftartanimationseffekt ab oder legt ihn fest.
public TextEffect TextEffect { get; set; }
Beispiele
Zeigt, wie man einen visuellen Effekt auf einen Lauf anwendet.
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.");
// Ältere Versionen von Microsoft Word unterstützen nur Schriftartanimationseffekte.
doc.Save(ArtifactsDir + "Font.SparklingText.doc");
Siehe auch
- enum TextEffect
- class Font
- namensraum Aspose.Words
- Montage Aspose.Words