Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 6,952 for

fill color

(0.18 sec)
  1. สร้างภาพ PSD หรือ PSB จากต้นแบบโดยใช้ Python|Do...

    ตัวอย่างเช่นว่า Aspose.PSD สำหรับ Python สามารถสร้างภาพ Psd จากต้นแบบ...psd import Graphics , Pen , Color , Rectangle from aspose.psd...regularLayer ) pen = Pen ( Color . alice_blue ) brush = LinearGradientBrush...

    docs.aspose.com/psd/th/th/python-net/create-psd...
  2. Arsip

    Arsip...seri series->get_Format()->get_Fill()->set_FillType(FillType::Solid);...series->get_Format()->get_Fill()->get_SolidFillColor()->set_Color(System::Dr...

    blog.aspose.com/id/slides/create-charts-in-powe...
  3. Arşiv

    Arşiv...ayarlama series->get_Format()->get_Fill()->set_FillType(FillType::Solid);...series->get_Format()->get_Fill()->get_SolidFillColor()->set_Color(System::Dr...

    blog.aspose.com/tr/slides/create-charts-in-powe...
  4. Archiv

    Archiv...sérii series->get_Format()->get_Fill()->set_FillType(FillType::Solid);...series->get_Format()->get_Fill()->get_SolidFillColor()->set_Color(System::Dr...

    blog.aspose.com/cs/slides/create-charts-in-powe...
  5. Öffentliche API Änderungen in Aspose.Cells 8.5....

    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....//Create empty image and fill it with blue color int width = 800 ; int...g . setColor ( java . awt . Color . blue ); g . fillRect ( 0 ...

    docs.aspose.com/cells/de/java/public-api-change...
  6. Lavorare con i colori in Apache POI e Aspose.Ce...

    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....foreground color to yellow style . setBackgroundColor ( Color . getYellow...custom color to the palette at 55th index Color color = Color . fromArgb...

    docs.aspose.com/cells/it/java/working-with-colo...
  7. Formenmanipulationen|Aspose.Slides für Python D...

    Manipulieren Sie PowerPoint-Formen in Python... fill_format . fill_type = slides . FillType . NO_FILL shp3...40 , 150 , 50 ) shp2 . fill_format . fill_type = slides . FillType...

    docs.aspose.com/slides/de/python-net/shape-mani...
  8. تغییر رنگ پس زمینه در پاورپوینت با استفاده از پ...

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

    kb.aspose.com/fa/slides/python/change-backgroun...
  9. Робота з прозорістю в PostScript | C++

    Як додати прозорість до файлу PS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати цю функцію в C++...15 //Set page's background color to see white image on it's own...set_BackgroundColor(System::Drawing::Color::FromArgb(211, 8, 48)); 17 18...

    docs.aspose.com/page/uk/cpp/ps/working-with-tra...
  10. Using XPS graphic utilities | .NET

    Aspose.Page API for .NET のグラフィックユーティリティを使用して、XPS ページ上に画像や比較的複雑な図形を簡単に作成する方法を学びます。... Fill = doc. CreateSolidColorBrus (Color. Green ); 14...100f)); 18 path. Fill = doc. CreateSolidColorBrus (Color. Red ); 19...

    docs.aspose.com/page/ja/net/xps/graphic-utilities/