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

append

(0.07 sec)
  1. Formatting PDF Document using Python|Aspose.PDF...

    Create and format the PDF Document with Aspose.PDF for Python via .NET. Use the next code snippet to resolve your tasks.... append ( segment ) page . paragraphs...

    docs.aspose.com/pdf/python-net/formatting-pdf-d...
  2. Work with a Document Marked by a Sensitivity La...

    Convert Word with applied sensitivity label to PDF using C#. Work with documents marked by a sensitivity labels – various input formats, including Word, OpenOffice, Image and eBook....resource , string claims ) { // Append tenant to authority and remove...

    docs.aspose.com/words/net/work-with-document-ma...
  3. AbsolutePositionTab | Aspose.Words for Java

    An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content in Java....append("\t"); return VisitorAction...appendText(final String text) { mBuilder.append(text); } /// /// Plain text...

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

    Represents a structured document tag SDT or content control in a document in Java....CONTINUE; } /// /// Append a line to the StringBuilder...i++) { mBuilder.append("| "); } mBuilder.append(text + "\r\n");...

    reference.aspose.com/words/java/com.aspose.word...
  5. Custom Shape|Aspose.Slides Documentation

    Add a custom shape to a PowerPoint presentation in C++...float y2 , uint32_t index ); Append a given arc to a path: void...

    docs.aspose.com/slides/cpp/custom-shape/
  6. 使用“名称”表| C ++

    TrueType字体表“名称”是文本字符串的存储,描述字体元数据,例如字体名称,许可信息,版权通知等。...langId = languages[i]; 28 sb -> Append(System :: String :: Format(...get_Length() - 1 )) 30 { 31 sb -> Append( u ", " ); 32 } 33 } 34 35...

    docs.aspose.com/font/zh/cpp/working-with-name-t...
  7. WIM File Format & .wim extension - Everything Y...

    Explore the WIM File Format and extension, a versatile archive format with wide compatibility and efficient compression methods. Learn how WIM simplifies data compression and archive management for a variety of applications....capture an existing system image, append new images, and manage the...

    products.aspose.com/zip/most-common-archives/wh...
  8. SVG Transformations – C# Examples – Aspose.SVG ...

    Learn how to rotate SVG, scale SVG, and translate SVG in C# using Aspose.SVG for .NET. Consider code examples for SVG transformations...."translate(150, 50)" ); 20 21 // Append the <rect> element to the <svg>...

    docs.aspose.com/svg/net/svg-transformations/
  9. LaTeX to image | Aspose.TeX for C++

    To convert TeX to image formats using Aspose.TeX API solution for C++ learn this article that describes how to do this and the code examples.... The engine will append it automatically. The second...

    docs.aspose.com/tex/cpp/latex-to-image/
  10. 使用 C# 向 PDF 添加文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中向 PDF 文档添加文本,以增强内容和编辑文档。... TextBuilder ( page ); // Append the text fragment to the PDF...Position ( 100 , 650 ); // Append TextFragment to TextBuilder...

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