Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 19,019 for

paragraphs

(0.05 sec)
  1. Extract Text and Images from PDF File Online an...

    Online PDF file parser app. .NET API C# code to extract images and text from PDF document....Table Extraction Extract paragraphs, tables, or form values from...

    products.aspose.com/total/net/parse/pdf/
  2. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep Paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…...insert line breaks to keep paragraphs wrapped at certain length...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  3. Convert HTML to Markdown in Java – Aspose.HTML ...

    Learn how to convert HTML to Markdown in Java using Aspose.HTML API. Consider various HTML to Markdown conversion scenarios in Java code....<p> elements into Markdown paragraphs. To convert HTML to Markdown...generation and automatic paragraph formatting for HTML to Markdown...

    docs.aspose.com/html/java/convert-html-to-markd...
  4. BuiltInDocumentProperties | Aspose.Words for Java

    A collection of built-in document properties in Java....estimate of the number of paragraphs in the document. getRevisionNumber()...estimate of the number of paragraphs in the document. setRevisionNumber(int...

    reference.aspose.com/words/java/com.aspose.word...
  5. DocumentVisitor.VisitFootnoteStart | Aspose.Wor...

    Discover the DocumentVisitor VisitFootnoteStart method, essential for managing footnotes and endnotes efficiently in your document processing.... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/doc...
  6. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...Paragraph; import com.aspose.words....DocumentBuilder(doc); List<Paragraph> paragraphs = new ArrayList<>();...

    forum.aspose.com/t/word-header-footer-x-y/316493
  7. Create and Apply WordArt Effects in Python|Aspo...

    Learn how to create and customize WordArt effects in Aspose.Slides for Python via .NET. This step-by-step guide helps developers enhance presentations with stylish, professional text in Python.... paragraphs [ 0 ] . portions [ 0 ] portion...port = ashp . text_frame . paragraphs [ 0 ] . portions [ 0 ] pf...

    docs.aspose.com/slides/python-net/wordart/
  8. Nested Mail Merge with Regions in C#|Aspose.Wor...

    Perform a Mail Merge operation with nested regions using C#. Nested merge is a feature that enables you to merge hierarchical data from your data source into your merge template....mail merge inserts empty paragraphs before each region. How can...without extra paragraph marks. If an empty paragraph still appears...

    docs.aspose.com/words/net/nested-mail-merge-wit...
  9. Working with Headers and Footers in C++|Aspose....

    How to manipulate headers and footers using C++....to a header: Set Font and Paragraph Properties for Header or Footer...you can set the font and paragraph properties, use the HeaderPrimary...

    docs.aspose.com/words/cpp/working-with-headers-...
  10. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....indentAndAppendLine("[Body start] Paragraphs: " + paragraphCount); mDocTraversalDepth++;...CONTINUE; } /// /// Called when a Paragraph node is encountered in the...

    reference.aspose.com/words/java/com.aspose.word...