Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 12,729 for

fill

(0.6 sec)
  1. Modifier la couleur de remplissage d'une forme ...

    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....string FileName = FilePath + "Fill color of a shape.pptx" ; SetPPTShapeColor...( FileName ); // Change the fill color of a shape. // The test...

    docs.aspose.com/slides/fr/net/change-the-fill-c...
  2. Ändern der Füllfarbe einer Form in einer Präsen...

    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....string FileName = FilePath + "Fill color of a shape.pptx" ; SetPPTShapeColor...( FileName ); // Change the fill color of a shape. // The test...

    docs.aspose.com/slides/de/net/change-the-fill-c...
  3. Cambiar el color de relleno de una forma en una...

    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....string FileName = FilePath + "Fill color of a shape.pptx" ; SetPPTShapeColor...( FileName ); // Change the fill color of a shape. // The test...

    docs.aspose.com/slides/es/net/change-the-fill-c...
  4. Quản lý các canvas của tệp XPS | .NET

    Giải pháp .NET API để quản lý các tệp XPS. Ví dụ mã về cách cắt và chuyển đổi các canvas của tệp XPS với một vài dòng mã C#....); // Create a fill for rectangles XpsBrush fill = doc.CreateSolidColorBrus(doc...rectangle in this canvas and fill it XpsPath rect = canvas2.AddPath(rectGeom);...

    products.aspose.com/page/vi/net/work-with-canva...
  5. Agregar marcas de agua a presentaciones en Pyth...

    Aprenda cómo administrar marcas de agua de texto e imagen en presentaciones PowerPoint y OpenDocument con Python para indicar un borrador, información confidencial, derechos de autor y más.... fill_format . fill_type = FillType . NO_FILL watermark_shape...line_format . fill_format . fill_type = FillType . NO_FILL Establecer...

    docs.aspose.com/slides/es/python-net/watermark/
  6. Extraer imágenes de formas de presentación en P...

    Extrae imágenes de formas en presentaciones de PowerPoint y OpenDocument con Aspose.Slides para Python a través de .NET — solución rápida y fácil de usar.... fill_format . fill_type == slides . FillType...slide . background . fill_format . picture_fill_format . picture...

    docs.aspose.com/slides/es/python-net/extracting...
  7. Работа с прозрачностью в файле XPS | .NET

    Как работать с прозрачностью файла XPS — это вопрос, на который отвечает решение Aspose.Page API. Узнайте, как использовать эту функциональность в .NET.... Fill = doc. CreateSolidColorBrus..."M120,0 H400 v1000 H120" )). Fill = doc. CreateSolidColorBrus...

    docs.aspose.com/page/ru/net/xps/working-with-tr...
  8. Trabalhar com Transparência em Ficheiro XPS | .NET

    Como trabalhar com transparência num ficheiro XPS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em .NET.... Fill = doc. CreateSolidColorBrus..."M120,0 H400 v1000 H120" )). Fill = doc. CreateSolidColorBrus...

    docs.aspose.com/page/pt/net/xps/working-with-tr...
  9. Gérer les paragraphes de texte PowerPoint en Py...

    Maîtrisez le formatage des paragraphes avec Aspose.Slides pour Python via .NET — optimisez l'alignement, l'espacement et le style dans les présentations PowerPoint et OpenDocument en Python pour captiver votre public.... fill_format . fill_type = slides . FillType... portion_format . fill_format . solid_fill_color . color = draw...

    docs.aspose.com/slides/fr/python-net/manage-par...
  10. 在Python中更改SVG填充顏色 | 更改填充顏色SVG

    學習如何在 Python 中更改 SVG 填充顏色。此指南顯示如何加載 SVG、更改其填充顏色,並使用 Python 代碼保存更新後的 SVG。...height= "50" fill= "blue" /> 將 fill="blue" 更改為 fill="red" 會立即將矩形變為紅色。...SVGDocument 。 訪問根元素。 找到您想要重新上色的元素。 更新其 fill 屬性。 儲存更新後的檔案。 以下代碼範例顯示如何載入現有的...

    blog.aspose.com/zh-hant/svg/change-svg-fill-col...