تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
How to change microsoft office word DiacriticColor(taskil)
#1
Assalamualaikum all,im not arabic and im newbie in c#
 ,i got question
How to change microsoft office word DiacriticColor(taskil) to other for example Blue
 





This is my code 






كود :
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.Office.Interop.Word;
using Word = Microsoft.Office.Interop.Word;

namespace TaskilColour
{
   public partial class Form1 : Form
   {
       public Form1()
       {
           InitializeComponent();
       }

       private void button1_Click(object sender, EventArgs e)
       {
   
           Word.Document doc = wordApp.ActiveDocument;

         
           Word.Options options = wordApp.Options;

         
           options.ShowDiacritics = !options.ShowDiacritics;

           
           options.DiacriticColorVal = Word.WdColor.wdColorBlue;

       }
   }
}
Anyone can help me,Syukron  Big Grin
الرد }}}
تم الشكر بواسطة:
#2
(27-05-23, 01:35 PM)e3xpic كتب : Assalamualaikum all,im not arabic and im newbie in c#
 ,i got question
How to change microsoft office word DiacriticColor(taskil) to other for example Blue
 





This is my code 






كود :
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.Office.Interop.Word;
using Word = Microsoft.Office.Interop.Word;

namespace TaskilColour
{
   public partial class Form1 : Form
   {
       public Form1()
       {
           InitializeComponent();
       }

       private void button1_Click(object sender, EventArgs e)
       {
   
           Word.Document doc = wordApp.ActiveDocument;

         
           Word.Options options = wordApp.Options;

         
           options.ShowDiacritics = !options.ShowDiacritics;

           
           options.DiacriticColorVal = Word.WdColor.wdColorBlue;

       }
   }
}
Anyone can help me,Syukron  Big Grin

PHP كود :
options.ShowDiacritics true
الرد }}}
تم الشكر بواسطة:


المواضيع المحتمل أن تكون متشابهة .
الموضوع : الكاتب الردود : المشاهدات : آخر رد
  [سؤال] كيف يمكنني استعادة فتح form في برنامج microsoft visual studio aabir 2 1,716 22-09-21, 12:05 PM
آخر رد: aabir
  عاوز كود يحول pdf الي word Hosam Ashraf Elwakel 1 1,282 23-07-20, 05:59 PM
آخر رد: bidaya
  البحث فى ملجد معين عن ملفات word ومحتواها Abou Eman 10 3,533 18-09-19, 04:30 AM
آخر رد: Rabeea Qbaha
  ?How to Insert Text Box In Word Document coolstarcoolstar 3 2,613 18-05-14, 10:25 PM
آخر رد: coolstarcoolstar

التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم