Sort Score
Result 10 results
Languages All
Labels All
Results 9,671 - 9,680 of 20,474 for

insert documents

(0.55 sec)
  1. Lưu trữ

    Lưu trữ...Tạo một đối tượng của lớp Document. Tạo một đối tượng của lớp...liệu Word bằng phương thức Document.save(). Mẫu mã sau đây cho...

    blog.aspose.com/vi/words/create-word-documents-...
  2. Cloner des diapositives de présentation sur And...

    Dupliquez les diapositives PowerPoint avec Aspose.Slides pour Android. Suivez nos exemples de code Java clairs pour automatiser la création de PPT en quelques secondes et éliminer le travail manuel....quelle diapositive, puis l’insertion de cette diapositive clonée...pas, supprimez‑les après l’insertion. Comment les graphiques et...

    docs.aspose.com/slides/fr/androidjava/clone-sli...
  3. How to Convert OneNote to HTML using Java

    This simple article focuses on how to convert OneNote to HTML using Java. It represents all the details to configure the environment, a complete programming work flow and an example code to export OneNote to HTML using Java....default OneNote file using the Document class instance and add an...default OneNote (.ONE) document using the Document class instance; however...

    kb.aspose.com/note/java/how-to-convert-onenote-...
  4. Bilder und Formen in Excel Dateien mit JavaScri...

    Verwalten von Bildern, OLE Objekten und Formen in Excel Dateien mit Aspose.Cells for JavaScript via C++..../> < p > Select an image to insert into the worksheet (required):...Cells initialized" ); }); document . getElementById ( 'runExample'...

    docs.aspose.com/cells/de/javascript-cpp/insert-...
  5. TextWrapping enumeration | Aspose.Words for Python

    aspose.words.tables.TextWrapping enumeration. Specifies how text is wrapped around the table....of their appearance in the document. AROUND Text is wrapped around...text wrapping. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Comment redimensionner une image dans Word avec...

    Cet article vous explique comment redimensionner une image dans Word à l'aide de Python. Il fournit des détails de configuration, un processus par étapes et un exemple de code exécutable pour redimensionner l'image dans MS Word à l'aide de Python....l’aide de l’objet de classe Document pour ajouter des images Écrivez...nécessaire pour décrire l’image Insert the image plusieurs fois Obtenez...

    kb.aspose.com/fr/words/python/how-to-resize-pic...
  7. FieldBidiOutline class | Aspose.Words for Python

    aspose.words.fields.FieldBidiOutline class. Implements the BIDIOUTLINE field...the Working with Fields documentation article. Remarks This field...modifications made to the document. (Inherited from Field ) is_locked...

    reference.aspose.com/words/python-net/aspose.wo...
  8. چگونگی اضافه کردن Text حاشیه نویسی با استفاده ا...

    سورس کد در C# برای اضافه کردن Text حاشیه نویسی در دات نت فریم ورک، دات نت هسته و PHP، VBScript، دلفی، سی پلاس پلاس از طریق COM Interop....Load the PDF file Document document = new Document ( System . IO...annotation is used to indicate the insertion of text var TextAnnotation1...

    products.aspose.com/pdf/fa/net/annotation/text/...
  9. 如何用 .NET 添加 Watermark 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Watermark 个注释。...Load the PDF file Document document = new Document ( System . IO...annotation is used to indicate the insertion of text var WatermarkAnnotation1...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  10. เพิ่มหน้าไปยังไฟล์ PDF โดยใช้ Java | Aspose.PDF

    เพิ่มหน้า PDF ลงในเอกสารของคุณด้วยรหัสตัวอย่าง Java โดยใช้ Aspose.PDF สำหรับ Java...แทรกหน้าใหม่เป็น PDF Document pdfDocument = new Document (); // Add page...pdfDocument . getPages (). add (); // Insert an empty page in a PDF pdfDocument...

    products.aspose.com/pdf/th/java/pages/add/