Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 11,941 for

fill

(0.63 sec)
  1. ShapeLineStyle Enum | Aspose.Words per .NET

    Scopri l'enumerazione Aspose.Words.Drawing.ShapeLineStyle per migliorare la progettazione dei tuoi documenti con stili di linea composti personalizzabili per le forme.... Fill . ForeColor = Color . White...ShapeLineStyle . Triple ; stroke . Fill . TwoColorGradient ( Color ...

    reference.aspose.com/words/it/net/aspose.words....
  2. Getting the Exact Coordinates of Data Points fr...

    image.png (76.1 KB) The above image shows the thumbnail rendered by Aspose image.png (36.4 KB) This image shows is the screenshot of the same slide in PowerPoint. I am using similar syntax as below: chart.ValidateCh…...Fill.FillType = FillType.Solid; chartSeries1...chartSeries1.Format.Fill.SolidFillColor.Color = ColorTranslator...

    forum.aspose.com/t/getting-the-exact-coordinate...
  3. 档案

    档案...f)); // 创建图像画笔 path->set_Fill(doc->CreateImageBrush(u"QL_logo_color...QualityLogic, Inc."); glyphs->set_Fill(textFill); glyphs = doc->AddGlyphs(u"Arial"...

    blog.aspose.com/zh/page/create-or-edit-postscri...
  4. Travailler avec des images | Solution API C++

    Ajoutez une image simple ou en mosaïque à un fichier XPS avec Aspose.Page. Découvrez comment utiliser cette fonctionnalité en C++....//Create Image Brush 9 path -> set_Fill(doc -> CreateImageBrush(dataDir()...Tile image 5 // ImageBrush filled rectangle in the right top...

    docs.aspose.com/page/fr/cpp/xps/working-with-im...
  5. Lavorare con le immagini | Soluzione API C++

    Come aggiungere un'immagine semplice o affiancata a un file XPS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in C++....//Create Image Brush 9 path -> set_Fill(doc -> CreateImageBrush(dataDir()...Tile image 5 // ImageBrush filled rectangle in the right top...

    docs.aspose.com/page/it/cpp/xps/working-with-im...
  6. Trabalhar com Transparência em Ficheiro XPS | Java

    Como trabalhar com transparência num ficheiro XPS é uma questão respondida pela solução API Aspose.Page. Veja como utilizar a funcionalidade em Java....14 // Set blue solid brush to fill path1 15 path1. setFill (doc...path1 has no parent. Setting fill on path2 affects shared brush...

    docs.aspose.com/page/pt/java/xps/working-with-t...
  7. Travailler avec la transparence dans un fichier...

    Comment travailler avec la transparence d'un fichier XPS avec Aspose.Page. Découvrez comment utiliser cette fonctionnalité en Java....14 // Set blue solid brush to fill path1 15 path1. setFill (doc...path1 has no parent. Setting fill on path2 affects shared brush...

    docs.aspose.com/page/fr/java/xps/working-with-t...
  8. 档案

    档案..."); glyphs->set_Fill(textFill); // 保存生成的 XPS 文档 ...glyphs->set_BidiLevel(1); glyphs->set_Fill(textFill); // 保存生成的 XPS 文档 ...

    blog.aspose.com/zh/page/insert-image-text-xps-cpp/
  9. آرشیوها

    آرشیوها..."); glyphs->set_Fill(textFill); // سند XPS حاصل را...glyphs->set_BidiLevel(1); glyphs->set_Fill(textFill); // سند XPS حاصل را...

    blog.aspose.com/fa/page/insert-image-text-xps-cpp/
  10. SVG-Datei bearbeiten – Aspose.SVG for Python vi...

    Erfahren Sie, wie Sie SVG-Dateien in Python bearbeiten. Fügen Sie Elemente in SVG-Dokumenten hinzu, suchen und bearbeiten Sie sie mithilfe der Aspose.SVG for Python via .NET-Bibliothek.... set_attribute ( "fill" , "red" ) Elemente hinzufügen...# Add < g > element and set "fill" attribute 8 g_element = document...

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