Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 20,002 for

insert documents

(0.31 sec)
  1. PageSetup.gutter property | Aspose.Words for Py...

    PageSetup.gutter property. Gets or sets the amount of extra space added to the margin for document binding....space added to the margin for document binding. @property def gutter...margins. doc = aw . Document () # Insert text that spans several...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Line Breaks and Text Wrapping with Golang via C...

    How to implement text wrapping and word wrap using the Aspose.Cells library in C++. By using the Aspose.Cells library, you can easily Insert text in cells and set the text wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....You can use ‘\n’ in C++ to insert explicit line breaks in a cell...

    docs.aspose.com/cells/go-cpp/line-breaks-and-te...
  3. ImageData.fit_image_to_shape method | Aspose.Wo...

    ImageData.fit_image_to_shape method. Fits the image data to Shape frame so that the aspect ratio of the image data matches the aspect ratio of Shape frame.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) # Insert an image shape and leave its...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 自Aspose.Cells中的Excel XP以来的高级保护设置|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....true ; //Allowing users to insert columns in the worksheet worksheet...true ; //Allowing users to insert hyperlinks in the worksheet...

    docs.aspose.com/cells/zh/net/advanced-protectio...
  5. HorizontalRuleFormat.alignment property | Aspos...

    HorizontalRuleFormat.alignment property. Gets or sets the alignment of the horizontal rule.... Examples Shows how to insert a horizontal rule shape, and...its formatting. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CommentCollection class | Aspose.Words for Python

    aspose.words.CommentCollection class. Provides typed access to a collection of [Comment](../comment/) nodes...the Working with Comments documentation article. Inheritance: CommentCollection...this collection and from the document. (Inherited from NodeCollection...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldSet | Aspose.Words for Java

    Implements the SET field in Java....the Working with Fields documentation article. Remarks: Assigns...display it in the document using a REF field. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  8. 用 C++ 为命名范围设置公式|Documentation

    学习如何用 Aspose.Cells 在 Excel 文件中为命名范围设置公式,使用 C++。...SetFormula ( u "NewNamedRange" ); // Insert the value in cell A3 which...book . GetWorksheets (); // Insert some data in cell A1 of Sheet1...

    docs.aspose.com/cells/zh/cpp/setting-formula-fo...
  9. DocumentBuilder.MoveToHeaderFooter | Aspose.Wor...

    Effortlessly navigate to headers and footers with the DocumentBuilder MoveToHeaderFooter method, enhancing your document editing efficiency....how to insert an image, and use it as a watermark. Document doc...doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Field.type property | Aspose.Words for Python

    Field.type property. Gets the Microsoft Word field type....Examples Shows how to insert a field into a document using a field code...code. doc = aw . Document () builder = aw . DocumentBuilder (...

    reference.aspose.com/words/python-net/aspose.wo...