" is null - Free Support Forum - ">
Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 907 for

arcs

(0.07 sec)
  1. Error: ava.lang.NullPointerException: Cannot in...

    Hi there, I’m getting the following error, at calling document.getFirstSection().clearHeaderFooters(), deep inside the Aspose Library: java.lang.NullPointerException: Cannot invoke “com.aspose.words.Node.getNextSibling…...arc.impl.AroundInvokeInvocati.pr...cati.java:73) at io.quarkus.arc.impl.AroundInvokeInvocati$NextAroundInvokeInvo...

    forum.aspose.com/t/error-ava-lang-nullpointerex...
  2. 将弧形对象添加到PDF文件|Aspose.PDF for C++

    本文介绍如何使用Aspose.PDF for C++在PDF中创建弧形对象。...对象添加到页面的段落集合中 保存我们的PDF文件 以下代码片段显示了如何添加 Arc 对象。 void ExampleArc () { // 创建文档实例...Aspose :: Pdf :: Drawing :: Arc > ( 100 , 100 , 95 , 0 , 90 );...

    docs.aspose.com/pdf/zh/cpp/add-arc/
  3. Добавление дугового объекта в PDF-файл|Aspose.P...

    В этой статье объясняется, как создать дуговой объект в вашем PDF-файле с помощью Aspose.PDF for .NET....NET private static void Arc () { // The path to the document...Border = borderInfo ; // Create arcs and set their properties var...

    docs.aspose.com/pdf/ru/net/add-arc/
  4. Hello World Example|Documentation

    Java Hello World example to draw an Arc. Java code sample to work with vector graphics in Java....illustrates the process of drawing an arc in Java through the following...class object to Draw an Arc. The resulting Arc image is saved to the...

    docs.aspose.com/drawing/java/hello-world-example/
  5. Añadir objeto de arco al archivo PDF|Aspose.PDF...

    Este artículo explica cómo crear un objeto de arco en su PDF utilizando Aspose.PDF para C++....función de rellenar el objeto Arc con un cierto color. Siga los...muestra cómo agregar un objeto Arc . void ExampleArc () { // Crear...

    docs.aspose.com/pdf/es/cpp/add-arc/
  6. PDFファイルにアークオブジェクトを追加|Aspose.PDF for .NET

    この記事では、Aspose.PDF for .NETを使用してPDFにアークオブジェクトを作成する方法を説明します。... 次のコードスニペットは、 Arc オブジェクトを追加する方法を示しています。 // For...PDF-for-.NET private static void Arc () { // The path to the document...

    docs.aspose.com/pdf/ja/net/add-arc/
  7. PDFファイルにアークオブジェクトを追加する|Aspose.PDF for C++

    本記事では、Aspose.PDF for C++を使用してPDFにアークオブジェクトを作成する方法を説明します。... PDFファイルを保存する 以下のコードスニペットは、 Arc オブジェクトの追加方法を示しています。 void ExampleArc...Aspose :: Pdf :: Drawing :: Arc > ( 100 , 100 , 95 , 0 , 90 );...

    docs.aspose.com/pdf/ja/cpp/add-arc/
  8. Create bitmap from scratch or load from file us...

    Create image bitmap from scratch or load from file using Java API....create a new bitmap and draw an Arc on it: Create an instance of...class object to draw an Arc. Draw arc graphics on bitmap in Java...

    docs.aspose.com/drawing/java/create-image-bitmap/
  9. Données de chemin SVG – SVG Path Data – Exemple...

    Apprenez à utiliser les chemins SVG – un groupe de commandes permettant de dessiner divers contours ou formes en combinant des lignes SVG, des Arcs SVG et des courbes de Bézier....des lignes, des courbes et des arcs. Il s’agit d’un élément SVG...curve (Q, q, T, t) elliptical Arc (A, a) Toutes les commandes peuvent...

    docs.aspose.com/svg/fr/net/drawing-basics/svg-p...
  10. Drawing Images|Documentation

    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.... }} Drawing Arc In this session of drawing shape...the Arc shape on the Image surface. We will use draw_arc method...

    docs.aspose.com/imaging/python-net/drawing-images/