Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 18,318 for

paragraphs

(0.76 sec)
  1. 在 Python 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义图表。内容涵盖在演示文稿中添加、格式化和编辑图表,并提供实用的 Python 代码示例。... overlay = False title_paragraph = chart . chart_title . t...ing . paragraphs [ 0 ] title_format = title_paragraph . paragraph_format...

    docs.aspose.com/slides/zh/python-net/create-chart/
  2. Free Support Forum - aspose.com - Latest posts

    Free Support Forum - aspose.com - Latest posts Latest posts Aspose.pdf.dll for .Net and Aspose.word.dll for .Net : merge file to single pdf having intermittent issues @jijikkt Thank you for additio......by iterating through the paragraphs and checking if they are...pageDoc) { foreach (Paragraph paragraph in pageDoc.GetChildNodes(NodeType...

    forum.aspose.com/posts.rss
  3. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。... 将图像添加到页面实例的 Paragraphs 集合中。 指定图像的路径或来源。 如果图像在硬盘上的某个位置,使用...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  4. FieldBidiOutline | Aspose.Words for Java

    Implements the BIDIOUTLINE field in Java....delimits each level of the paragraph numbering. Examples: Shows...BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...

    reference.aspose.com/words/java/com.aspose.word...
  5. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....PARAGRAPH); block.setCategory("My custom...setBehavior(BuildingBlockBehavio.PARAGRAPH); block.setCategory("My custom...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a document in Java....getParentParagraph() Retrieves the parent Paragraph of this node. getParentParagraph_IInline()... // 1 - Paragraph node: Paragraph para = (Paragraph) doc.getChild(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldAutoNumOut | Aspose.Words for Java

    Implements the AUTONUMOUT field in Java....Examples: Shows how to number paragraphs using AUTONUMOUT fields....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/java/com.aspose.word...
  8. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured document tag SDT or content control in a document in Java....places: Block-level - Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph . Nested inside another StructuredDocumentTa...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java....FieldStart can only be a child of Paragraph . A complete field in a Microsoft...example document // contains a paragraph break inside a hyperlink,...

    reference.aspose.com/words/java/com.aspose.word...
  10. TxtSaveOptionsBase | Aspose.Words for Java

    The base class for specifying additional options when saving a document into a text based formats in Java....txt document with a custom paragraph break. Document doc = new...writeln("Paragraph 1."); builder.writeln("Paragraph 2."); builder...

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