Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 2,636 for

graph

(0.08 sec)
  1. 向PDF文件添加椭圆对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建椭圆对象。...auto graph = MakeObject < Aspose :: Pdf :: Drawing :: Graph > (...All , Color :: get_Green ()); graph -> set_Border ( borderInfo );...

    docs.aspose.com/pdf/zh/cpp/add-ellipse/
  2. 将曲线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将曲线对象创建到您的PDF中。...dimensions var graph = new Aspose . Pdf . Drawing . Graph ( 400 , 200...Aspose . Pdf . Color . Green ); graph . Border = borderInfo ; // Create...

    docs.aspose.com/pdf/zh/net/add-curve/
  3. 将曲线对象添加到PDF文件|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在PDF中创建曲线对象。...Drawing object 设置 Border 将 Graph 对象添加到页面的段落集合中 保存我们的 PDF 文件 void...auto graph = MakeObject < Aspose :: Pdf :: Drawing :: Graph > (...

    docs.aspose.com/pdf/zh/cpp/add-curve/
  4. Working with Graphs|Aspose.PDF for Java

    Learn how to create and manage Graphs within PDF documents using Aspose.PDF in Java for visualizing data effectively....Working with Graphs Contents [ Hide ] What is Graph The main purpose...purpose of the graph is to show numerical facts in visual form...

    docs.aspose.com/pdf/java/graphs/
  5. Add Line Object to PDF file|Aspose.PDF for Pyth...

    This article explains how to create a line object to your PDF using Aspose.PDF for Python via .NET....feature to add graph objects (for example graph, line, rectangle...instance. Create a Graph Object Add Graph object to paragraphs...

    docs.aspose.com/pdf/python-net/add-line/
  6. 向PDF文件添加圆形对象|Aspose.PDF for C++

    本文解释了如何使用Aspose.PDF for C++在您的PDF中创建一个圆形对象。...auto graph = MakeObject < Aspose :: Pdf :: Drawing :: Graph > (...All , Color :: get_Green ()); graph -> set_Border ( borderInfo );...

    docs.aspose.com/pdf/zh/cpp/add-circle/
  7. Working with Graphs in PDF file|Aspose.PDF for ...

    This article explains what a is Graph, how to create a filled rectangle object, and other functions...with Graphs in PDF file Contents [ Hide ] What is Graph Adding...Adding graphs to PDF documents is a very common task for developers...

    docs.aspose.com/pdf/net/working-with-graphs/
  8. How to Add Circle to PDF using C#

    This article assists to add circle to PDF using C#. It contains all the details for the environment settings, flow of the program and a runnable sample code to insert circle in PDF using C#....and add a page to it Create a graph object and a circle with a specified...collection of the graph object Add the resultant graph object to the...

    kb.aspose.com/pdf/net/how-to-add-circle-to-pdf-...
  9. 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....[ Hide ] Add Curve object A graph Curve is a connected union of...to use Bézier curves in your Graphs. Bézier curves are widely used...

    docs.aspose.com/pdf/java/add-curve/
  10. PDF | Text box on rotated page - Free Support F...

    I am attempting to provide a system which will add text boxes onto an existing PDF document which may have page rotations. This is proving far more difficult that I expected. Box is specified by a position, height, widt…...was able to add them with a graph and rectangle but they are higher...colors. This is resolved with a graph and rectangle which properly...

    forum.aspose.com/t/pdf-text-box-on-rotated-page...