Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 17,590 for

paragraph

(0.36 sec)
  1. How to get the value of the numbering in a docx...

    I am trying to get the value of the numbering of a Paragraph thanks to aspose word python. Here is an example: Text1 Text2 Text3 Right now, when I try to read a Word document with Aspose and compare it with another, i…...value of the numbering of a paragraph thanks to aspose word python...Text2 Text3 I know that the paragraph object has the property list_label...

    forum.aspose.com/t/how-to-get-the-value-of-the-...
  2. Manage Bulleted and Numbered Lists in Presentat...

    Learn how to manage bulleted and numbered lists in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Step-by-step guide with code examples to help you get started fast.... Remove the default paragraph in the text frame. Create...Create the first paragraph using the Paragraph class. Set the bullet...

    docs.aspose.com/slides/python-net/manage-bullet...
  3. Paragraph.is_end_of_cell property | Aspose.Word...

    Paragraph.is_end_of_cell property. True if this Paragraph is the last Paragraph in a [Cell](../../../aspose.words.tables/cell/); false otherwise....is_end_of_cell property Paragraph.is_end_of_cell property True...True if this paragraph is the last paragraph in a Cell ; false...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 管理 C# 中的 PowerPoint 段落|Aspose.Slides 文档

    在 C# 或 .NET 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性... TextFrame ; // Creates Paragraphs and Portions with different...formats IParagraph para0 = tf . Paragraphs [ 0 ]; IPortion port01 =...

    docs.aspose.com/slides/zh/net/manage-paragraph/
  5. NodeList.toArray method | Aspose.Words for Node.js

    NodeList.toArray method. Copies all nodes from the collection to a new array of nodes....expression will extract all paragraph nodes, // which are descendants... selectNodes ( "//Table//Paragraph" ); // Iterate through the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. CompositeNode.insert_before method | Aspose.Wor...

    CompositeNode.insert_before method. Inserts the specified node immediately before the specified reference node....document, by default, has one paragraph. self . assertEqual ( 1 ,.... first_section . body . paragraphs . count ) # Composite nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::NodeCollection::idx_get method |...

    Aspose::Words::NodeCollection::idx_get method. Retrieves a node at the given index in C++....the first paragraph of this document. auto paragraph = System...ExplicitCast < Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. Replace Fields With Static Text in PHP|Aspose.W...

    Replace Fields With Static Text using PHP....visitParagraphEnd ( Paragraph paragraph ) { if ( mFieldDepth...converted continues onto another paragraph. We // need to copy the remaining...

    docs.aspose.com/words/java/replace-fields-with-...
  9. Paragraph.paragraph_format property | Aspose.Wo...

    Paragraph.Paragraph_format property. Provides access to the Paragraph formatting properties....paragraph_format property Paragraph.paragraph_format property...property Provides access to the paragraph formatting properties. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CompositeNode.GetChild | Aspose.Words for .NET

    Discover the CompositeNode GetChild method to easily retrieve the Nth child node of a specific type, enhancing your data management efficiency....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

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