Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 8,067 for

append

(0.12 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. What's new 2024|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2024.... CreateSpanElement (); // Append span to root element content...

    docs.aspose.com/pdf/net/whatsnew/2024/
  8. 2024年新功能|Aspose.PDF for .NET

    本页面介绍了2024年在Aspose.PDF for .NET中引入的最受欢迎的新功能。... CreateSpanElement (); // Append span to root element content...

    docs.aspose.com/pdf/zh/net/whatsnew/2024/
  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/