Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 12,757 for

fill

(2.56 sec)
  1. Administrar los marcadores de datos de gráfico ...

    Aprenda a personalizar los marcadores de datos de los gráficos en Aspose.Slides para C++, mejorando el impacto de las presentaciones en formatos PPT y PPTX con claros ejemplos de código en C++....get_Marker () -> get_Format () -> get_Fill () -> set_FillType ( FillType...get_Marker () -> get_Format () -> get_Fill () -> get_PictureFillFormat...

    docs.aspose.com/slides/es/cpp/chart-data-marker/
  2. Chart-Datenmarker in Präsentationen mit C++ ver...

    Erfahren Sie, wie Sie Chart-Datenmarker in Aspose.Slides für C++ anpassen und damit die Wirkung von Präsentationen in PPT- und PPTX-Formaten mit klaren C++-Codebeispielen steigern....get_Marker () -> get_Format () -> get_Fill () -> set_FillType ( FillType...get_Marker () -> get_Format () -> get_Fill () -> get_PictureFillFormat...

    docs.aspose.com/slides/de/cpp/chart-data-marker/
  3. Arbeiten mit Transformationen in PS-Datei | Java

    Wie man einen Inhalt in eine PS-Datei umwandelt, ist eine Frage, die von der Aspose.Page beantwortet wird. Erfahr wie die Funktionalität in Java nutzen.... ORANGE ); 4 5 //Fill the first rectangle that is...transformations. 6 document. fill (shape); 7 ////////// Jetzt...

    docs.aspose.com/page/de/java/ps/working-with-tr...
  4. Lavorare con le trasformazioni in PostScript | ...

    Come trasformare un contenuto in un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in .NET.... Orange )); 4 5 //Fill the first rectangle that is...transformations. 6 document. Fill (path); 7 ////////// Ora creiamo...

    docs.aspose.com/page/it/net/ps/working-with-tra...
  5. Trabalhar com Transformações em PostScript | .NET

    Como transformar um conteúdo num ficheiro PS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em .NET.... Orange )); 4 5 //Fill the first rectangle that is...transformations. 6 document. Fill (path); 7 ////////// Agora,...

    docs.aspose.com/page/pt/net/ps/working-with-tra...
  6. 使用 Python 管理演示文稿中的超链接|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流程。... fill_format . fill_type = slides . FillType . NO_FILL content_table...line_format . fill_format . fill_type = slides . FillType . NO_FILL content_table...

    docs.aspose.com/slides/zh/python-net/manage-hyp...
  7. Trabajar con degradado en PostScript | .NET

    Agregar degradado en un archivo PS es una funcionalidad compatible con la solución API Aspose.Page. Vea cómo utilizar la funcionalidad en .NET...text with horizontal gradient fill in PS document. 2 3 string outputFileName...(brush); 31 32 //Fill the rectangle 33 document. Fill (path); 34 35...

    docs.aspose.com/page/es/net/ps/working-with-gra...
  8. Lavorare con le sfumature in PostScript | .NET

    L'aggiunta di una sfumatura in un file PS è una funzionalità supportata dalla soluzione API di Aspose.Page. Scopri come utilizzare la funzionalità in .NET...text with horizontal gradient fill in PS document. 2 3 string outputFileName...(brush); 31 32 //Fill the rectangle 33 document. Fill (path); 34 35...

    docs.aspose.com/page/it/net/ps/working-with-gra...
  9. Agregar marcos de imagen a presentaciones con P...

    Agregar marcos de imagen a presentaciones PowerPoint y OpenDocument con Aspose.Slides para Python mediante .NET. Optimice su flujo de trabajo y mejore los diseños de diapositivas.... fill_format . fill_type = slides . FillType...picture_frame . line_format . fill_format . solid_fill_color . color = draw...

    docs.aspose.com/slides/es/python-net/picture-fr...
  10. Добавить прямоугольные фигуры в PDF на Python|A...

    Узнайте, как рисовать и заполнять прямоугольные фигуры в PDF‑файлах с помощью Python....drawing def create_rectangle_filled ( outfile : str ): document..., 120 ) rect . graph_info . fill_color = ap . Color . red graph...

    docs.aspose.com/pdf/python-net/add-rectangle/