Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 3,112 for

paragraph

(0.13 sec)
  1. Issue adding comments to DOCX with API/Ruby SDK...

    I cannot get either the API or Ruby SDK working when attempting to add comments to a word doc. I have tried using simple coordinates 0.0.0.0 and using the coordinates from a text search. For the Ruby SDK, I have used the…...Paragraphs.Add(new Paragraph(doc)); comment.FirstParagraph...

    forum.aspose.cloud/t/issue-adding-comments-to-d...
  2. Make HTML In Curl

    Make HTML using cURL SDK. Easily create a blank HTML in cURL in a few steps....supposed to formally contain one paragraph, when you programmatically...

    products.aspose.cloud/words/curl/make/html/
  3. Update Form Fields in PDF Document via Cloud No...

    Update AcroForm fields in existing PDF documents via Node.js using Aspose.PDF Cloud API. Automate form data management....import { Paragraph } from "asposepdfcloud/src/models/paragraph.js"...

    products.aspose.cloud/pdf/nodejs/acroforms/update/
  4. Make Markdown In Curl

    Make Markdown using cURL SDK. Easily create a blank Markdown in cURL in a few steps....supposed to formally contain one paragraph, when you programmatically...

    products.aspose.cloud/words/curl/make/md/
  5. Markdown Ის Რედაქტირება Swift Ში

    დაარედაქტირეთ Markdown Swift SDK ის გამოყენებით. დაარედაქტირეთ ტექსტი, შეცვალეთ ცხრილები, დაამატეთ სურათები Markdown ში REST API ით....(document: requestDocument, paragraph: requestParagraph); let insertParagraph...

    products.aspose.cloud/words/ka/swift/edit/md/
  6. TEXT Ის Რედაქტირება Swift Ში

    დაარედაქტირეთ TEXT Swift SDK ის გამოყენებით. დაარედაქტირეთ ტექსტი, შეცვალეთ ცხრილები, დაამატეთ სურათები TEXT ში REST API ით....(document: requestDocument, paragraph: requestParagraph); let insertParagraph...

    products.aspose.cloud/words/ka/swift/edit/text/
  7. DOC Ის Რედაქტირება Swift Ში

    დაარედაქტირეთ DOC Swift SDK ის გამოყენებით. დაარედაქტირეთ ტექსტი, შეცვალეთ ცხრილები, დაამატეთ სურათები DOC ში REST API ით....(document: requestDocument, paragraph: requestParagraph); let insertParagraph...

    products.aspose.cloud/words/ka/swift/edit/doc/
  8. Edit DOCX In Python

    Edit DOCX using Python SDK. Edit text, modify tables, add images in DOCX with REST API....docx' , 'rb' ) request_paragraph = asposewordscloud.ParagraphInsert(text=...nunc faucibus a.' ) insert_paragraph_request = asposewordscloud...

    products.aspose.cloud/words/python/edit/docx/
  9. Edit MARKDOWN In Python

    Edit MARKDOWN using Python SDK. Edit text, modify tables, add images in MARKDOWN with REST API....md' , 'rb' ) request_paragraph = asposewordscloud.ParagraphInsert(text=...nunc faucibus a.' ) insert_paragraph_request = asposewordscloud...

    products.aspose.cloud/words/python/edit/markdown/
  10. Edit WORD In Python

    Edit a Word document using Python SDK. Edit text, modify tables, add images in a Word document with REST API....docx' , 'rb' ) request_paragraph = asposewordscloud.ParagraphInsert(text=...nunc faucibus a.' ) insert_paragraph_request = asposewordscloud...

    products.aspose.cloud/words/python/edit/word/