Sort Score
Result 10 results
Languages All
Labels All
Results 3,971 - 3,980 of 18,204 for

paragraph

(0.06 sec)
  1. CompatibilityOptions.cachedColBalance property ...

    CompatibilityOptions.cachedColBalance property. Use Cached Paragraph Information for Column Balancing....cachedColBalance property Use Cached Paragraph Information for Column Balancing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CompatibilityOptions.doNotUseHTMLParagraphAutoS...

    CompatibilityOptions.doNotUseHTMLParagraphAutoSpacing property. Use Fixed Paragraph Spacing for HTML Auto Setting....doNotUseHTMLParagrap property Use Fixed Paragraph Spacing for HTML Auto Setting...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Java Convert PDF to Word DOC | PDF to DOCX

    Easily convert PDF to Word DOC in Java. Convert PDF to DOC or PDF to DOCX programmatically using Java PDF to Word (DOC/DOCX) converter library....lean value) - To add the paragraph or line breaks. setImageResolutionX(int...To group text lines into paragraphs. setMode(int value) - To...

    blog.aspose.com/pdf/convert-pdf-to-word-doc-doc...
  4. FieldSectionPages class | Aspose.Words for Python

    aspose.words.fields.FieldSectionPages class. Implements the SECTIONPAGES field...node, returns its parent paragraph. If the field is already removed...HEADER_PRIMARY ) builder . paragraph_format . alignment = aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Fields::FieldPage class | Aspose...

    Aspose::Words::Fields::FieldPage class. Implements the PAGE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Document > ( get_MyDir () + u "Paragraphs.docx" ); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Creating a complex PDF|Aspose.PDF for Java

    Aspose.PDF for Java allows you to create more complex documents that contain images, text fragments, and tables in one document....text fragments (header and paragraph), and a table. To build such...alignment. Add header to the page Paragraphs . Create a TextFragment for...

    docs.aspose.com/pdf/java/complex-pdf-example/
  7. StoryType | Aspose.Words for Java

    Text of a Word document is stored in stories in Java....shape, // which has a parent Paragraph, which is a child node of...all shapes from the child paragraphs of this Body. Assert.assertEquals(doc...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Fields::FieldNumPages class | As...

    Aspose::Words::Fields::FieldNumPages class. Implements the NUMPAGES field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Document > ( get_MyDir () + u "Paragraphs.docx" ); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Fields::FieldNumWords class | As...

    Aspose::Words::Fields::FieldNumWords class. Implements the NUMWORDS field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...Document > ( get_MyDir () + u "Paragraphs.docx" ); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. 在 C++ 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化表格工作流。...get_TextFrame (); // 为文本框创建 Paragraph 对象 auto paragraph = txtFrame -> get_Paragraphs...get_Paragraphs () -> idx_get ( 0 ); // 为段落创建 Portion 对象 auto portion...

    docs.aspose.com/slides/zh/cpp/manage-table/