Underline
DocumentBuilder.Underline property
Geçerli yazı tipinin alt çizgi türünü alır/ayarlar.
public Underline Underline { get; set; }
Örnekler
Belge oluşturucu tarafından eklenen metnin nasıl biçimlendirileceğini gösterir.
Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);
builder.Underline = Underline.Dash;
builder.Font.Color = Color.Blue;
builder.Font.Size = 32;
// Oluşturucu, biçimlendirmeyi mevcut paragrafına ve daha sonra eklediği yeni metne uygular.
builder.Writeln("Large, blue, and underlined text.");
doc.Save(ArtifactsDir + "DocumentBuilder.InsertUnderline.docx");
Ayrıca bakınız
- enum Underline
- class DocumentBuilder
- ad alanı Aspose.Words
- toplantı Aspose.Words