Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 6,713 for

append

(0.05 sec)
  1. Aspose.Cells 16.12.0 中的公共 API 更改|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....format wb -> Save ( dirPath -> Append ( new String ( "output.xlsx"...

    docs.aspose.com/cells/zh/cpp/public-api-changes...
  2. Advanced SVG Creation and Modification with Asp...

    Explore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient.... Build (document); 8 // Append the newly created <g> element...the element, which is then appended to the root <svg> element...

    docs.aspose.com/svg/net/svg-builder-api/
  3. ShapeBase | Aspose.Words for Java

    Base class for objects in the drawing layer such as an AutoShape freeform OLE object ActiveX control or picture in Java....CONTINUE; } /// /// Append a line to the StringBuilder...mAcceptingNodeChildT.append("| "); } mAcceptingNodeChildT.append(text + "\r\n");...

    reference.aspose.com/words/java/com.aspose.word...
  4. GroupShape | Aspose.Words for Java

    Represents a group of shapes in a document in Java....append("Shape group started:\r\n");...GroupShape groupShape) { mBuilder.append("End of shape group\r\n");...

    reference.aspose.com/words/java/com.aspose.word...
  5. CellFormat | Aspose.Words for Java

    Represents all formatting for a table cell in Java....TABLE, 1, true); // Append all rows from the current table...getChild(NodeType.TABLE, 1, true); // Append all rows from the current table...

    reference.aspose.com/words/java/com.aspose.word...
  6. Graphics | Aspose.PSD for Java API Reference

    Represents the graphics according to the graphics engine used in the current assembly....MatrixOrder that specifies whether to append or prepend the rotation matrix...MatrixOrder that specifies whether to append or prepend the scaling matrix...

    reference.aspose.com/psd/java/com.aspose.psd/gr...
  7. BookmarkStart | Aspose.Words for Java

    Represents a start of a bookmark in a Word document in Java....")); // We have not yet appended this paragraph as a child...getBody().getFirstParagraph(); // Append a child Run node to the document's...

    reference.aspose.com/words/java/com.aspose.word...
  8. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AutoShape textbox freeform OLE object ActiveX control or picture in Java....StringBuilder(); } /// /// Appends a line to the StringBuilder...mStringBuilder.append('\t'); } mStringBuilder.append(text + "\n");...

    reference.aspose.com/words/java/com.aspose.word...
  9. FormField | Aspose.Words for Java

    Represents a single form field in Java....append(text + '\n'); } /// /// Gets...appendLine(String text) { mBuilder.append(text + '\n'); } /// /// Gets...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...TextBuilder > ( pdfPage ); // append the text fragment to the PDF...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/