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

paragraphs

(0.19 sec)
  1. 在 .NET 中创建和应用 WordArt 效果|Aspose.Slides 文档

    在 Aspose.Slides for .NET 中创建和自定义 WordArt 效果。此分步指南帮助开发人员使用 C# 在演示文稿中添加专业文本。... Paragraphs [ 0 ]. Portions [ 0 ]; portion...

    docs.aspose.com/slides/zh/net/wordart/
  2. Errors at high traffic on multiple threads - Fr...

    We are using aspose for converting word to pdf and converting pdf to pdfa. When there is a lot of converting (we are using 8 threads for this actions) sometimes random errors occur when converting. When we try to convert…...There we cases of missing paragraphs in the middle of the page...

    forum.aspose.com/t/errors-at-high-traffic-on-mu...
  3. Comment | Aspose.Words for Java

    Represents a container for text of a comment in Java....child of Paragraph . Comment can contain Paragraph and Table...how to add a comment to a paragraph. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  4. EditableRangeEnd | Aspose.Words for Java

    Represents an end of an editable range in a Word document in Java....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples: Shows how to limit...

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

    Represents a start of an editable range in a Word document in Java....inline-level, that is inside Paragraph , but editable range start...range end can be in different paragraphs. Examples: Shows how to limit...

    reference.aspose.com/words/java/com.aspose.word...
  6. DocumentBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.DocumentBuilder class—your solution for effortlessly inserting text, images, and formatting elements in documents....other content, specify font, paragraph and section formatting. To...CurrentParagraph { get; } Gets the paragraph that is currently selected...

    reference.aspose.com/words/net/aspose.words/doc...
  7. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format in Java....the document into heading paragraphs. // This is useful for readers...mentSplitCriteri.HEADING_PARAGRAPH); // Specify that we want...

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

    Represents a table row in Java....contain cells, which may have paragraphs // with typical elements...least one row, cell, and paragraph. Row firstRow = new Row(doc);...

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

    Base class for special characters in the document in Java....and can only be a child of Paragraph . SpecialChar char is used... // 1 - Paragraph node: Paragraph para = (Paragraph) doc.getChild(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  10. Document class | Aspose.Words for Python

    aspose.words.Document class. Represents a Word document...creates one section with one paragraph. expand_table_styles_to_direct_formatting()...with same formatting in all paragraphs of the document. next_pre_order(root_node)...

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