Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 6,392 for

point coloring

(0.09 sec)
  1. Pythonを使用して図の注釈を追加する|Aspose.PDF for Python via ...

    この記事では、Aspose.PDF for Python via .NETを使用して、PDFドキュメントに対して図の注釈を追加、取得、削除する方法について説明します... color = ap . Color . blue squareAnnotation...squareAnnotation . interior_color = ap . Color . blue_violet squareAnnotation...

    docs.aspose.com/pdf/ja/python-net/figures-annot...
  2. Aspose::Words::Drawing::Charts::ChartStyle enum...

    Aspose::Words::Drawing::Charts::ChartStyle enum. Specifies predefined styles of a chart in C++....muted colors. Saturated 2 A style with more saturated colors. Shaded...shaded data points. Flat 4 A style with flat data points without...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. ארכיון

    ארכיון...solid_fill_color.color = drawing.Color.blue tbl.rows[row][cell]...fill_format.solid_fill_color.color= drawing.Color.blue tbl.rows[row][cell]...

    blog.aspose.com/he/slides/create-powerpoint-pre...
  4. Procurar

    Procurar...solid_fill_color.color = drawing.Color.blue tbl.rows[row][cell]...fill_format.solid_fill_color.color= drawing.Color.blue tbl.rows[row][cell]...

    blog.aspose.com/pt/slides/create-powerpoint-pre...
  5. CommandButtonControl | Aspose.Words for Java

    The CommandButton control runs a macro that performs an action when a user clicks it in Java....getBackColor() Gets a background color of the control. getCaption()...getForeColor() Gets a foreground color of the control. getGroupName()...

    reference.aspose.com/words/java/com.aspose.word...
  6. Pythonでチャートデータ系列を管理する|Aspose.Slides for Python ...

    PythonでPowerPoint(PPT/PPTX)のチャートデータ系列を管理する方法を学び、実用的なコード例とベストプラクティスでデータプレゼンテーションを強化します。...pydrawing as draw series_color = draw . Color . blue with slides ...fill . solid_fill_color . color = series_color # プレゼンテーションファイルをディスクに保存します。...

    docs.aspose.com/slides/ja/python-net/chart-series/
  7. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java....three others in ordinary double points. Aspose.PDF for Java shows...convex hull of its control points, the points may be graphically displayed...

    docs.aspose.com/pdf/java/add-curve/
  8. 如何使用 .NET 添加 Polygon 註解 | Aspose.PDF

    C# 上的原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++上添加 Polygon 批注。...), new Point [] { new Point ( 274 , 381 ), new Point ( 555 ,... 381 ), new Point ( 555 , 304 ), new Point ( 570 , 304 ), new...

    products.aspose.com/pdf/zh-hant/net/annotation/...
  9. 如何使用 C++ 添加 Polygon 註解 | Aspose.PDF

    用於在任何平臺上使用C++語言在PDF檔中添加 Polygon 註釋的原始程式碼...), new Point [] { new Point ( 274 , 381 ), new Point ( 555 ,... 381 ), new Point ( 555 , 304 ), new Point ( 570 , 304 ), new...

    products.aspose.com/pdf/zh-hant/cpp/annotation/...
  10. آرشیوها

    آرشیوها... DrawLine(Pen, Point, Point) // خطی را رسم می کند که...بکشید graphics.DrawLine(new Pen(Color.Blue, 2), 10, 10, 900, 10);...

    blog.aspose.com/fa/drawing/draw-lines-in-csharp/