Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 18,217 for

paragraph

(0.09 sec)
  1. Aspose::Words::ParagraphFormat::get_HangingPunc...

    Aspose::Words::ParagraphFormat::get_HangingPunctuation method. Gets or sets a flag indicating whether hanging punctuation is enabled for the current Paragraph in C++....is enabled for the current paragraph. bool Aspose :: Words :: ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/par...
  2. Insert and Append Documents in C#|Aspose.Words ...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end in C#....example, a document can contain paragraphs with the text [INTRODUCTION]...you need to replace those paragraphs with the content obtained...

    docs.aspose.com/words/net/insert-and-append-doc...
  3. Insert and Append Documents in C++|Aspose.Words...

    Combine documents into one: insert or append a document into a new or existing one using find and replace, merge field, bookmark, or simply at the document end....example, a document can contain paragraphs with the text [INTRODUCTION]...you need to replace those paragraphs with the content obtained...

    docs.aspose.com/words/cpp/insert-and-append-doc...
  4. IsInLineParagraph only works on first page Foot...

    When using the IsInLineParagraph = true option inside of a HeaderFooter, the Paragraph is properly rendered as inline on the first page, however on subsequent pages the Paragraph is rendered as if IsInLineParagraph = fal…...inside of a HeaderFooter, the paragraph is properly rendered as inline...however on subsequent pages the paragraph is rendered as if IsInLineParagraph...

    forum.aspose.com/t/isinlineparagraph-only-works...
  5. DocumentBuilder.current_story property | Aspose...

    DocumentBuilder.current_story property. Gets the story that is currently selected in this [DocumentBuilder](../)....type of node that has child Paragraph nodes, such as a Body. self...current_story , builder . current_paragraph . parent_node ) self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Row.isLastRow property | Aspose.Words for Node.js

    Row.isLastRow property. True if this is the last row in a table; false otherwise....Enabling KeepWithNext for every paragraph in the table except for the...for ( let para of cell . paragraphs . toArray ()) { expect (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::BaselineAlignment enum | Aspose....

    Aspose::Words::BaselineAlignment enum. Specifies fonts vertical position on a line in C++....Aligns to the baseline of the paragraph. Bottom 3 Aligns to the bottom...() -> get_Body () -> get_Paragraphs () -> idx_get ( 0 ) -> get_ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/bas...
  8. Export Math Equations from Presentations in .NE...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for .NET—preserve formatting and boost compatibility.... Paragraphs [ 0 ]. Portions [ 0 ]). MathParagraph...exactly is exported to MathML—a paragraph or an individual formula block...

    docs.aspose.com/slides/net/exporting-math-equat...
  9. 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...
  10. 怎么实现删除指定段落之前的内容 - 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