Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 18,361 for

paragraphs

(0.17 sec)
  1. 将 Markdown 翻译为 DOM|Python via .NET 格式的 Aspose.W...

    使用 Python 将 Markdown 文档转换为 Document Object Model 并返回。因此,您可以使用复杂的现有 Markdown 并以编程方式从头开始创建 Markdown 文档。... paragraph_format . style_name = "Heading...previous paragraph to not combine styles between paragraphs. builder...

    docs.aspose.com/words/zh/python-net/translate-m...
  2. Frequently Asked Questions about TeX

    Get answers to all the most frequent questions about TeX and LaTeX, their structure, usage and peculiarities....in the final output, from paragraphs of text to equations, figures...sentences, and simplify complex paragraphs. Extract and summarize text...

    docs.aspose.com/tex/net/introduction-to-tex/faq/
  3. 如何获取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
  4. Manage Fonts in Presentations Using JavaScript|...

    Control fonts with Aspose.Slides for Node.js via Java: embed, substitute, and load custom fonts to keep PPT, PPTX and ODP presentations clear and consistent....configure the font properties of paragraphs of text on slides. To manage...manage font properties of a paragraph using Aspose.Slides for Node...

    docs.aspose.com/slides/nodejs-java/manage-fonts/
  5. Edit PDF File Tags using Python|Aspose.PDF for ...

    This article explains how to edit tags in the PDF documents using Aspose.PDF for Python via .NET library....text to images or formatting paragraphs, tagged PDFs remain accessible...Content with BDC Operators Tag Paragraph with Text Tag an Image with...

    docs.aspose.com/pdf/python-net/edit-pdf-file-tags/
  6. 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...
  7. Body | Aspose.Words for Java

    Represents a container for the main text of a section in Java....Remarks: Body can contain Paragraph and Table child nodes. Body...needs to contain at least one Paragraph . Examples: Shows how to construct...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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/
  9. Android File Format Processing APIs for Mobile ...

    Android File Format APIs for Word Excel PDF PowerPoint and Emails. Programmatically create edit render and convert document formats within mobile apps...reports on the fly Insert text, paragraphs, images, tables in Word document...

    products.aspose.com/total/android-java/
  10. DocumentVisitor.VisitShapeStart | Aspose.Words ...

    Explore the DocumentVisitor VisitShapeStart method to enhance shape enumeration in your applications. Boost efficiency and streamline your coding process!... // 1 - Paragraph node: Paragraph para = ( Paragraph ) doc .... GetChild ( NodeType . Paragraph , 4 , true ); para . Accept...

    reference.aspose.com/words/net/aspose.words/doc...