Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 6,169 for

fill color

(0.06 sec)
  1. Как изменить цвет шрифта комментария с помощью ...

    Узнайте, как настраивать цвет шрифта комментария в Excel с помощью Aspose.Cells и C++....GetCommentShape (); // Set the fill color of the shape to black shape...GetSolidFill (). SetColor ( Color :: Black ()); // Get the font...

    docs.aspose.com/cells/ru/cpp/how-to-change-the-...
  2. Travailler avec des motifs de hachuresdans PS |...

    Comment ajouter un motif de hachures au fichier PS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en Java... foreground and background colors 35 TexturePaint paint = HatchPaintLibrary...(hatchStyles [ i ] , Color. BLACK , Color. WHITE ); 36 //Set paint...

    docs.aspose.com/page/fr/java/ps/working-with-ha...
  3. ایجاد تصویر PSD یا PSB از ابتدا با استفاده از پ...

    نمونه از نحوه‌ی ایجاد تصویر Psd از ابتدا با استفاده از Aspose.PSD برای پایتون...psd import Graphics , Pen , Color , Rectangle from aspose.psd...regularLayer ) pen = Pen ( Color . alice_blue ) brush = LinearGradientBrush...

    docs.aspose.com/psd/fa/fa/python-net/ایجاد-psd-...
  4. تدوير نص الخلية في VSTO و Aspose.Cells|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the background color. _range . Interior . Color = System . Drawing...ColorTranslator . ToWin32 ( Color . FromArgb ( 0 , 51 , 105 ));...

    docs.aspose.com/cells/ar/net/rotating-cell-text...
  5. Rotera celltext i VSTO och Aspose.Cells|Documen...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the background color. _range . Interior . Color = System . Drawing...ColorTranslator . ToWin32 ( Color . FromArgb ( 0 , 51 , 105 ));...

    docs.aspose.com/cells/sv/net/rotating-cell-text...
  6. VSTO ve Aspose.Cells te Bir Hücrenin Metnini Dö...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the background color. _range . Interior . Color = System . Drawing...ColorTranslator . ToWin32 ( Color . FromArgb ( 0 , 51 , 105 ));...

    docs.aspose.com/cells/tr/net/rotating-cell-text...
  7. تغییر رنگ پس زمینه در پاورپوینت با استفاده از پ...

    تغییر رنگ پس زمینه در پاورپوینت با استفاده از پایتون جزئیات IDE، مراحل و یک کد نمونه برای تغییر رنگ پس‌زمینه PPT با استفاده از پایتون را دریافت کنید....ویژگی fill_format را دریافت کنید و fill_type و fill_color را تنظیم...

    kb.aspose.com/fa/slides/python/change-backgroun...
  8. ShapeBase.ShapeType | Aspose.Words per .NET

    Scopri la proprietà ShapeBase ShapeType per accedere e definire facilmente i tuoi tipi di forma, migliorando le tue capacità di progettazione e l'efficienza del progetto....Height = 200 , Stroke = { Color = Color . Red } }; Shape cube =...Height = 100 , Stroke = { Color = Color . Blue } }; GroupShape group...

    reference.aspose.com/words/it/net/aspose.words....
  9. ShapeBase.IsGroup | Aspose.Words för .NET

    Upptäck ShapeBase IsGroup. Identifiera enkelt om en form är en grupp. Förbättra ditt designarbetsflöde med den här viktiga egenskapen för bättre organisation....Height = 200 , Stroke = { Color = Color . Red } }; Shape cube =...Height = 100 , Stroke = { Color = Color . Blue } }; GroupShape group...

    reference.aspose.com/words/sv/net/aspose.words....
  10. Конвертировать SVG в JPG на Java

    Конвертировать SVG в JPG в Java. Рассмотрите различные сценарии преобразования SVG в JPG и узнайте, как настроить вывод с помощью ImageSaveOptions....stroke='black' stroke-width='3' fill='red' />\n" + 4 "</svg>\n" ;...stroke='black' stroke-width='3' fill='red' />\n" + 4 "</svg>\n" ;...

    docs.aspose.com/html/ru/java/convert-svg-to-jpg/