Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 17,658 for

paragraph

(0.14 sec)
  1. Comment constructor | Aspose.Words for Node.js

    Aspose.Words.Comment constructor...insertBefore() on the paragraph where you want the comment...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. SplitCriteria enumeration | Aspose.Words for Py...

    aspose.words.lowcode.SplitCriteria enumeration. Specifies how the document is split into parts....is split into parts at a paragraph formatted using the style...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::CompositeNode::IndexOf method | ...

    Aspose::Words::CompositeNode::IndexOf method. Returns the index of the specified child node in the child node array in C++....Retrieve the index of the last paragraph in the body of the first section...

    reference.aspose.com/words/cpp/aspose.words/com...
  4. Table.AbsoluteVerticalDistance | Aspose.Words f...

    Discover the AbsoluteVerticalDistance property for tables—control vertical positioning in points for precise layout. Default is 0. Optimize your design!...offset in points from the paragraph's location where we inserted...

    reference.aspose.com/words/net/aspose.words.tab...
  5. Table.relative_horizontal_alignment property | ...

    Table.relative_horizontal_alignment property. Gets or sets floating table relative horizontal alignment....offset in points from the paragraph's location where we inserted...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document | Aspose.Words for Java

    Represents a Word document in Java....creates one section with one paragraph. expandTableStylesToD() Converts...with same formatting in all paragraphs of the document. nextPreOrder(Node...

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

    Specifies how properties of block-level elements are imported from HTML-based documents in Java....html = "\n\n \n \n paragraph 1\n paragraph 2\n\n\n"; HtmlLoadOptions...stored on child elements (i.e. paragraphs or tables). Remarks: Properties...

    reference.aspose.com/words/java/com.aspose.word...
  8. 怎么实现删除指定段落之前的内容 - Free Support Forum - aspose.com

    怎么把正文中某个段落之前的所有内容清除?包括Body、Section、HeaderFooter ,我有方法,但是我害怕会出现其它问题,麻烦官方给我一个正确的示例...获取要删除内容之前的段落 Paragraph targetParagraph = (Paragraph) doc.getChild(NodeType...getChild(NodeType.PARAGRAPH, 0, true); // 假设要删除之前的段落是第一个段落 // 获取目标段落的父节...

    forum.aspose.com/t/topic/316479
  9. 演示主题|Aspose.Slides for PHP 文档

    PowerPoint 演示文稿主题...10 , 100 , 100 ); $paragraph = new Paragraph (); $portion = new...new Portion ( "主题文本格式" ); $paragraph -> getPortions () -> add (...

    docs.aspose.com/slides/zh/php-java/presentation...
  10. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java....then appears in the parent Paragraph's RunCollection. RunCollection...first paragraph of this document. Paragraph paragraph = (Paragraph)...

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