Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 7,886 for

append

(0.13 sec)
  1. Customize Shapes in Presentations with Python|A...

    Create and customize shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET: geometry paths, curved corners, composite shapes....x1 , y1 , x2 , y2 , index ) Append an arc to a path: arc_to (.... sin ( radians ) points . append ( draw . PointF ( x + R , y...

    docs.aspose.com/slides/python-net/custom-shape/
  2. HTML to DOCX transformation through Aspose.word...

    Hello, I’m making the transformation from HTML to Word document with aspose.words in java using a .dotx and the first page of the transformed word document is always empty, the document starts from the second page. Do yo…...html", options); // Append HTML into template first template...from your template before appending document loaded from HTML...

    forum.aspose.com/t/html-to-docx-transformation-...
  3. Aspose::Words::Markup::StructuredDocumentTag::C...

    Aspose::Words::Markup::StructuredDocumentTag::Clear method. Clears contents of this structured document tag and displays a placeholder if it is defined in C++....structured document tag, and then append it to the document. auto tag...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Add Watermark in PHP|Aspose.Words for Java

    Add Watermark to Document using PHP....Create a new paragraph and append the watermark to this paragraph...

    docs.aspose.com/words/java/add-watermark-in-php/
  5. Aspose::Words::Tables::Cell::get_CellFormat met...

    Aspose::Words::Tables::Cell::get_CellFormat method. Provides access to the formatting properties of the cell in C++....:: Table , 1 , true )); // Append all rows from the current table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. 使用 Python 向 PDF 添加文本|Aspose.PDF for Python via ...

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。... append_text ( text_fragment ) # 保存生成的...TextBuilder,以便可以将其放置在 PDF 文件上 text_builder . append_text ( text_fragment ) # 保存生成的...

    docs.aspose.com/pdf/zh/python-net/add-text-to-p...
  7. Working with Watermark in Java|Aspose.Words for...

    Document watermark manipulation using Java....Documents in Java Insert and Append Documents in Java Analyzing...

    docs.aspose.com/words/java/working-with-watermark/
  8. Aspose::Words::Drawing::ImageData::get_IsLink m...

    Aspose::Words::Drawing::ImageData::get_IsLink method. Returns true if the image is linked to the shape (when SourceFullName is specified) in C++....from the source document and append it to the first paragraph....

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. aspose.barcode.generation|Aspose.BarCode for Py...

    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.... MicroPDF417 in Structured Append mode (same as MacroPDF417 mode)...QrStructuredAppendPa QR structured append parameters. SupplementParameters...

    docs.aspose.com/barcode/python-net/api-referenc...
  10. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it 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...