Sort Score
Result 10 results
Languages All
Labels All
Results 7,101 - 7,110 of 18,546 for

paragraphs

(0.65 sec)
  1. Cara Memasukkan Komentar ke Dokumen Word menggu...

    Dalam tutorial ini Anda akan belajar bagaimana memasukkan komentar ke dalam dokumen word menggunakan C#. Kode ini di C# menyisipkan komentar ke dalam dokumen Word....hanya dapat menjadi anak dari Paragraph. Kami akan menggunakan contoh...teks komentar menggunakan Paragraph Tambahkan komentar ke paragraf...

    kb.aspose.com/id/words/net/how-to-insert-commen...
  2. Word to PDF does not support ADVANCE Field - Fr...

    Hi, Words does not seem to support the { ADVANCE } field when saving as PDF. I have attached a sample document. Advance.docx (13.1 KB) The expectation is for the “2” to be moved down the page in the the converted docu…... a text box, shape, or a paragraph with appropriate Spacing Before...offset to the containing paragraph (e.g., by setting ParagraphFormat...

    forum.aspose.com/t/word-to-pdf-does-not-support...
  3. 使用 C++ 创建 PDF | Aspose.PDF

    本主題介紹如何使用 Aspose.PDF for C++ API 在C++應用程式中輕鬆生成和讀取 PDF 檔。... 將 TextFragment 加入到頁面的 Paragraphs 集合中。 使用 Save(String) 方法儲存..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    products.aspose.com/pdf/zh-hant/cpp/create/
  4. Добавить круглые формы в PDF на Python|Aspose.P...

    Узнайте, как рисовать и заполнять формы кругов в PDF‑файлах на Python.... paragraphs . add ( graph ) document...shapes . add ( circle ) page . paragraphs . add ( graph ) document...

    docs.aspose.com/pdf/python-net/add-circle/
  5. 使用 Python 從 PPTX 文件中提取文本和圖像 | products.aspose.com

    Python源代碼解析PPTX Presentation。...range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/zh-hant/python-net/p...
  6. Trích xuất Văn bản và Hình ảnh từ Tệp PPTX bằng...

    Mã nguồn Python để phân tích bản trình bày PPTX....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/vi/python-net/parser...
  7. 프로그래밍 방식으로 PDF 문서 만들기|Aspose.PDF for .NET

    이 페이지에서는 Aspose.PDF 라이브러리를 사용하여 처음부터 PDF 문서를 만드는 방법을 설명합니다.... 페이지의 Paragraphs 컬렉션에 TextFragment 를 추가합니다...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/ko/net/create-document/
  8. Trích xuất Văn bản và Hình ảnh từ Tệp PPT bằng ...

    Mã nguồn Python để phân tích bản trình bày PPT....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/vi/python-net/parser...
  9. Convert GIF to PDF in Python

    Follow this article to transform GIF to PDF in Python. It has details to set the IDE, a list of steps, and a sample code for developing a GIF file to PDF converter in Python....Image object to the page’s paragraph collection and save the output...name. Add this image to the paragraph collection on the page and...

    kb.aspose.com/pdf/python/convert-gif-to-pdf-in-...
  10. ShapeBase.wrapType property | Aspose.Words for ...

    ShapeBase.wrapType property. Defines whether the shape is inline or floating... Top ; // Add a paragraph to the text box and add a.... appendChild ( new aw . Paragraph ( doc )); let para = textBox...

    reference.aspose.com/words/nodejs-net/aspose.wo...