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

paragraph

(0.07 sec)
  1. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in C++...Creates the Paragraph object for the text frame auto paragraph = txtFrame...txtFrame -> get_Paragraphs () -> idx_get ( 0 ); // Creates the...

    docs.aspose.com/slides/cpp/manage-table/
  2. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in Java...getTextFrame (); // Creates the Paragraph object for the text frame...frame IParagraph paragraph = txtFrame . getParagraphs (). get_Item...

    docs.aspose.com/slides/java/manage-table/
  3. Presentation Properties|Aspose.Slides for Pytho...

    Manage PowerPoint presentation properties in Python...[ 0 ] paragraph = auto_shape . text_frame . paragraphs [ 0 ]...] paragraph . portions . clear () new_portion = slides . Portion...

    docs.aspose.com/slides/python-net/presentation-...
  4. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Characters method. Represents an estimate of the number of characters in the document in C++....get_BuiltInDocumentPrope () -> get_Paragraphs ()); ASSERT_EQ ( 1 , doc...get_BuiltInDocumentPrope () -> get_Paragraphs ()); // For the line count...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. Working with Sections in C#|Aspose.Words for .NET

    Understanding document section concepts and manipulation practices using C#. Insert section into a document C#. Remove section C#. Copy sections between Documents....there will be no body or paragraph that you can edit. Aspose...a body with at least one paragraph using the EnsureMinimum method...

    docs.aspose.com/words/net/working-with-sections/
  6. BuiltInDocumentProperties.Characters | Aspose.W...

    Discover the BuiltInDocumentProperties Characters property, providing an accurate character count estimate to enhance document management and efficiency.... Paragraphs ); Assert . AreEqual ( 1.... BuiltInDocumentPrope . Paragraphs ); // For the line count...

    reference.aspose.com/words/net/aspose.words.pro...
  7. BuiltInDocumentProperties.words property | Aspo...

    BuiltInDocumentProperties.words property. Represents an estimate of the number of words in the document.... paragraphs ) self . assertEqual ( 1...built_in_document_properties . paragraphs ) # For the line count, we...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BuiltInDocumentProperties.lines property | Aspo...

    BuiltInDocumentProperties.lines property. Represents an estimate of the number of lines in the document.... paragraphs ) self . assertEqual ( 1...built_in_document_properties . paragraphs ) # For the line count, we...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Replace Fields with Text Java|Aspose.Words for ...

    Learn how to replace fields with text in Java. Replace fields with static data using the Java API....block-level node such as a Paragraph , be aware that in some cases...can span across multiple paragraphs. If this happens it is recommended...

    docs.aspose.com/words/java/replace-fields/
  10. BuiltInDocumentProperties.paragraphs property |...

    BuiltInDocumentProperties.Paragraphs property. Represents an estimate of the number of Paragraphs in the document....paragraphs property BuiltInDocumentPrope.paragraphs property...number of paragraphs in the document. @property def paragraphs ( self...

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