Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 3,045 for

paragraph

(0.03 sec)
  1. 通过云端 Node.js SDK 向 PDF 添加文本

    使用 Aspose.PDF Cloud SDK 在 Node.js 中向 PDF 文件插入新文本。... 使用 TextLine、格式选项和定位创建一个 Paragraph 对象。 使用 PdfApi.putAddText()...import { Paragraph } from "asposepdfcloud/src/models/paragraph.js"...

    products.aspose.cloud/pdf/zh/nodejs/text/add/
  2. Answer sheet with barcode|Documentation

    A classic answer sheet with a barcode encoding the student's name.... paragraph Combine texts with different...columns_count=2 ?block= column=1 ?paragraph= ?content=Final Exam font_size=18...

    docs.aspose.cloud/omr/txt-markup/examples/answe...
  3. Multi-column questionnaire|Documentation

    A compact questionnaire with multi-column layout and open-ended questions.... Paragraph Combine texts with different..."children" : [ { "element_type" : "Paragraph" , "children" : [ { "element_type"...

    docs.aspose.cloud/omr/json-markup/examples/mult...
  4. Render document pages into graphics format|Docu...

    Render parts of a Word document into an image programmatically via Cloud API....an image online Render a paragraph as an image online Render...

    docs.aspose.cloud/words/documents/render-into-i...
  5. Getting text from results of search - Free Supp...

    SearchRequest returns a response with NodeIds: [ {"range_start":{"Node":{"NodeId":"0.0.4.0"},"Offset":0},"range_end":{"Node":{"NodeId":"0.0.4.0"},"Offset":13}}, {"range_start":{"Node":{"NodeId":"0.0.8.1"},"Offset":5},"r…...the second paragraph, we will pass the second paragraph node id...rangeStartIdentifier and the third paragraph node id as rangeEndIdentifier...

    forum.aspose.cloud/t/getting-text-from-results-...
  6. Convert Word Document to Binary TIFF Image with...

    Save Word document to Binary TIFF image with desired threshold using Aspose.Words Cloud on any platform without installing third party software...heading Fixed issue with the Paragraph API, it was returning incorrect...conversion Improved text paragraph alignment for documents designed...

    blog.aspose.cloud/words/convert-word-document-t...
  7. Get a `Run` object in a Word document online|Do...

    Get a `Run` object in a Word document programmatically via Cloud API....(required) — the path to the paragraph in the document tree. index...document online Delete a paragraph from a Word document online...

    docs.aspose.cloud/words/paragraphs/get-run/
  8. ParagraphList|Aspose Words Cloud Docs

    ParagraphList...Represents a dTO container with a paragraph list format element. This...value indicating whether the paragraph has bulleted or numbered formatting...

    docs.aspose.cloud/words/spec/paragraphlist/
  9. Delete a Run object from a Word document online...

    Delete a Run object from a Word document programmatically via Cloud API....(required) — the path to the paragraph in the document tree. index...document-processing details. Delete a paragraph from a Word document online...

    docs.aspose.cloud/words/paragraphs/remove-run/
  10. Add Text to PDF via Cloud .NET SDK

    Insert text into PDF documents with Aspose.PDF Cloud SDK for .NET. Automate content editing easily.... Uploaded [ 0 ]); } Paragraph paragraph = new () { Lines = [...PutAddText ( storageFileName , 1 , paragraph ); pdfApi . DownloadFile (...

    products.aspose.cloud/pdf/net/text/add/