Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 61,046 for

paths

(0.08 sec)
  1. Export Worksheet CSS Separately in Output HTML ...

    Learn how to export worksheet CSS separately when converting an Excel file to HTML using Aspose.Cells for Node.js via C++....node" ); const path = require ( "path" ); // The path to the documents...documents directory. const dataDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/nodejs-cpp/export-workshe...
  2. تحويل المخطط إلى PDF باستخدام Node.js عبر C++|D...

    تعلم كيفية استخدام Aspose.Cells for Node.js via C++ لتحويل مخطط إلى مستند PDF. يوضح دليلنا كيفية تصدير مخطط من Microsoft Excel وحفظه كملف PDF للمشاركة والأرشفة لاحقًا.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/ar/nodejs-cpp/chart-to-pdf/
  3. Diagram till PDF med Node.js via C++|Documentation

    Lär dig att använda Aspose.Cells for Node.js via C++ för att konvertera ett diagram till ett PDF dokument. Vår guide visar hur man exporterar ett diagram från Microsoft Excel och sparar det som en PDF för vidare distribution och arkivering.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/sv/nodejs-cpp/chart-to-pdf/
  4. Node.js経由のC++でページオプションを設定する方法|Documentation

    この記事は、Node.js経由のC++を使用してExcelワークシートのページオプションをプログラム的に設定するサンプルコードを提供します。ページの向き、縮尺率、ページ調整設定、用紙サイズ、印刷品質、最初のページ番号を設定します。...node" ); const path = require ( "path" ); // The path to the documents...documents directory. const dataDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/ja/nodejs-cpp/setting-pag...
  5. Zellen mit Node.js via C++ formatieren|Document...

    Erfahren Sie, wie Sie Zellen in Aspose.Cells for Node.js via C++ formatieren und stylen, einschließlich Zahlenformatierung, Datumsformatierung, Schriftarten und andere Zellformatoptionen. Unser Leitfaden hilft Ihnen, attraktive und professionell aussehende Tabellenkalkulationen zu erstellen.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/de/nodejs-cpp/cells-forma...
  6. Использование графических утилит XPS | С++

    Узнайте, как легко создавать изображения и относительно сложные фигуры на странице XPS с помощью графических утилит в Aspose.Page API для C++....Page-for-C 3 // The path to the documents directory....System::SharedPtr < XpsPath > path = doc -> CreatePath(doc -> get_Utils()...

    docs.aspose.com/page/ru/cpp/xps/graphic-utilities/
  7. Utilização de utilitários gráficos XPS | C++

    Descubra como criar facilmente imagens e formas relativamente complexas numa página XPS utilizando utilitários gráficos na API Aspose.Page para C++...Page-for-C 3 // The path to the documents directory....System::SharedPtr < XpsPath > path = doc -> CreatePath(doc -> get_Utils()...

    docs.aspose.com/page/pt/cpp/xps/graphic-utilities/
  8. إدارة صيغ ملفات إكسل مع Node.js عبر C++|Documen...

    تعلم كيف تدير صيغ ملفات إكسل عبر Aspose.Cells for Node.js via C++. يمكن لـ Aspose.Cells ببساطة الحصول على الصيغ وتعيينها وحسابها.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/ar/nodejs-cpp/using-formu...
  9. Node.js ve C++ kullanarak Excel dosyalarının fo...

    Excel dosyalarının formüllerini Yönetmeyi Aspose.Cells for Node.js via C++ aracılığıyla öğrenin. Aspose.Cells kolayca Excel dosyalarının formüllerini alabilir, ayarlayabilir ve hesaplayabilir.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/tr/nodejs-cpp/using-formu...
  10. Read and Replace Header and Footer Text in a Pr...

    Hi, I am trying to extract Header and Footer text from a pptx. I see, that I can write text via the HeaderFooterManager, like so: IMasterNotesSlide masterNotesSlide = presentation.getMasterNotesSlideManager().getMaster…...throws IOException { Path input1 = Path.of("src","test","resources"..."resources", "Title.pptx"); Path input2 = Path.of("src","test","resources"...

    forum.aspose.com/t/read-and-replace-header-and-...