Sort Score
Result 10 results
Languages All
Labels All
Results 4,451 - 4,460 of 11,942 for

fill

(0.07 sec)
  1. Tambahkan Objek Persegi Panjang ke file PDF|Asp...

    Artikel ini menjelaskan cara membuat objek Persegi Panjang ke PDF Anda menggunakan Aspose.PDF for .NET....width , height ) { // Set the fill color of the rectangle GraphInfo...100 , 200 , 120 ) { // Specify fill color for the Rectangle object...

    docs.aspose.com/pdf/id/net/add-rectangle/
  2. Wykres dokumentów PPT za pośrednictwem C++ | pr...

    Przykładowy kod C++ do rysowania i konwertowania wykresu lub diagramu w pliku PPT w C++ Runtime Environment dla Windows 32-bitowy, Windows 64-bitowy i Linux 64-bitowy....Setting fill color for series series->get_Format()->get_Fill()->...; series->get_Format()->get_Fill()->get_SolidFillColor()->se...

    products.aspose.com/slides/pl/cpp/chart/ppt/
  3. Agregar objeto Rectángulo a archivo PDF|Aspose....

    Este artículo explica cómo crear un objeto Rectángulo en su PDF utilizando Aspose.PDF for .NET....width , height ) { // Set the fill color of the rectangle GraphInfo...100 , 200 , 120 ) { // Specify fill color for the Rectangle object...

    docs.aspose.com/pdf/es/net/add-rectangle/
  4. Práce s grafy v C++|Aspose.Words pro C++

    Úvod do funkce grafu, jak vytvářet a manipulovat s grafy pomocí C++....series1 -> get_Format () -> get_Fill () -> set_ForeColor ( Color...series2 -> get_Format () -> get_Fill () -> set_ForeColor ( Color...

    docs.aspose.com/words/cs/cpp/how-to-set-fill-an...
  5. Arbeiten mit Farbverläufen in PostScript | C++

    Das Hinzufügen eines Farbverlaufs in einer PS-Datei ist eine Funktion, die von der Aspose.Page-API-Lösung für C++ unterstützt wird....SetPaint(brush); 38 39 //Fill the rectangle 40 document -> Fill(path); 41 42...42 //Fill text with gradient 43 System::SharedPtr < System::Drawing::Font...

    docs.aspose.com/page/de/cpp/ps/working-with-gra...
  6. Робота з градієнтом у PostScript | C++

    Додавання градієнта у файлі PS — це функція, яка підтримується рішенням Aspose.Page API. Подивіться, як використовувати цю функцію в C++...SetPaint(brush); 38 39 //Fill the rectangle 40 document -> Fill(path); 41 42...42 //Fill text with gradient 43 System::SharedPtr < System::Drawing::Font...

    docs.aspose.com/page/uk/cpp/ps/working-with-gra...
  7. Lavorare con le sfumature in PostScript | C++

    L'aggiunta di una sfumatura in un file PS è una funzionalità supportata dalla soluzione API Aspose.Page. Scopri come utilizzare questa funzionalità in C++....SetPaint(brush); 38 39 //Fill the rectangle 40 document -> Fill(path); 41 42...42 //Fill text with gradient 43 System::SharedPtr < System::Drawing::Font...

    docs.aspose.com/page/it/cpp/ps/working-with-gra...
  8. Get the Entire Slide Background from a Presenta...

    Extract full slide backgrounds as images from PowerPoint and OpenDocument presentations using Aspose.Slides for Node.js via Java, streamlining visual workflows....gradients, textures, or picture fills from a master slide be preserved...gradient, picture, and texture fills defined on the slide, layout...

    docs.aspose.com/slides/nodejs-java/get-the-enti...
  9. แก้ไขและเพิ่มไฟล์ XPS ใหม่ | .NET

    .NET API Solution เพื่อจัดการไฟล์ XPS สร้างและแก้ไขไฟล์ XPS ด้วยโค้ดไม่กี่บรรทัด เรียนรู้ตัวอย่าง C# เกี่ยวกับวิธีการทำ...Fill = xDocs.CreateSolidColorBrus(Color...XpsLoadOptions()); // Create the fill of the signature text XpsSolidColorBrush...

    products.aspose.com/page/th/net/create-xps-file/
  10. Modifier le fichier SVG – Aspose.SVG for Python...

    Apprenez à modifier des fichiers SVG en Python. Ajoutez, recherchez et modifiez des éléments dans des documents SVG à l'aide de la bibliothèque Aspose.SVG for Python via .NET.... set_attribute ( "fill" , "red" ) Ajouter des éléments...# Add < g > element and set "fill" attribute 8 g_element = document...

    docs.aspose.com/svg/fr/python-net/edit-svg-file/