Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 6,622 for

point coloring

(0.38 sec)
  1. Verwalten von Diagramm‑Datenserien in Präsentat...

    Erfahren Sie, wie Sie Diagrammserien in C# für PowerPoint (PPT/PPTX) mit praktischen Codebeispielen und bewährten Methoden verwalten, um Ihre Datenpräsentationen zu verbessern....Serie geändert wird: Color seriesColor = Color . Blue ; using ( Presentation...Format . Fill . SolidFillColor . Color = seriesColor ; // Speichert...

    docs.aspose.com/slides/de/net/chart-series/
  2. Использование аннотаций текста для PDF|Aspose.P...

    Aspose.PDF for .NET позволяет добавлять, получать и удалять аннотации текста из вашего PDF документа.... Point ( 556 , 99 ), new Aspose . Pdf . Point ( 556 ,...= "John Smith" , Color = Aspose . Pdf . Color . Red , Width =...

    docs.aspose.com/pdf/ru/net/text-annotation/
  3. ListLevel.textPosition property | Aspose.Words ...

    ListLevel.textPosition property. Returns or sets the position (in Points) for the second line of wrapping text for the list level....Returns or sets the position (in points) for the second line of wrapping...at ( 0 ); listLevel . font . color = "#FF0000" ; listLevel . font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Zeilenabstand der Absatz in einer Form oder Tex...

    Lernen Sie, wie Sie den Zeilenabstand von Absätzen in Formen oder Textboxen mit Aspose.Cells for JavaScript via C++ einstellen.... Points ; p . lineSpace = 20 ; p ....AsposeCells . LineSpaceSizeType . Points ; p . spaceAfter = 10 ; p ...

    docs.aspose.com/cells/de/javascript-cpp/set-lin...
  5. Imposta l interlinea del paragrafo in una forma...

    Impara come impostare l interlinea dei paragrafi nelle forme o caselle di testo usando Aspose.Cells for JavaScript tramite C++.... Points ; p . lineSpace = 20 ; p ....AsposeCells . LineSpaceSizeType . Points ; p . spaceAfter = 10 ; p ...

    docs.aspose.com/cells/it/javascript-cpp/set-lin...
  6. Archiv

    Archiv...AddPolygon(new Point[] { new Point(100, 400), new Point(500, 100)...100), new Point(900, 400), new Point(500, 700) }); // Inicializujte...

    blog.aspose.com/cs/drawing/working-with-aspose-...
  7. Path Builder – Crear ruta SVG – C#

    Aprenda a utilizar PathBuilder para crear rutas SVG mediante programación. PathBuilder facilita la creación y manipulación de rutas SVG....14 // 'M' sets the starting point of the path (Move to x=50, y=50)...line from the current point to the new point (Line to x=100, y=50)...

    docs.aspose.com/svg/es/net/path-builder/
  8. Path Builder – Créer un chemin SVG – C#

    Découvrez comment utiliser PathBuilder pour créer des chemins SVG par programmation. PathBuilder facilite la création et la manipulation de chemins SVG....14 // 'M' sets the starting point of the path (Move to x=50, y=50)...line from the current point to the new point (Line to x=100, y=50)...

    docs.aspose.com/svg/fr/net/path-builder/
  9. PDF 파일에 사각형 객체 추가|Aspose.PDF for C++

    이 문서에서는 Aspose.PDF for C++를 사용하여 PDF에 사각형 객체를 생성하는 방법을 설명합니다....float width , float height , Color color , int zindex ) { // 사각형 객체에...FillColor = color ; // 그래프 객체의 색상 rect . GraphInfo . Color = color ; //...

    docs.aspose.com/pdf/ko/cpp/add-rectangle/
  10. 使用 Python 在演示文稿中自定义饼图|Aspose.Slides for Python 文档

    了解如何使用 Aspose.Slides 在 Python 中创建和自定义饼图,支持导出为 PowerPoint 和 OpenDocument,秒级提升您的数据叙事能力。... data_points . add_data_point_for_pie_series ( fact...20 )) series . data_points . add_data_point_for_pie_series ( fact...

    docs.aspose.com/slides/zh/python-net/pie-chart/