Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 15,600 for

paragraph

(0.08 sec)
  1. FieldAdvance.RightOffset | Aspose.Words for .NET

    Discover the FieldAdvance RightOffset property, easily adjust text positioning with precise point control for enhanced document formatting and clarity....continue to be applied until the paragraph ends, // or another ADVANCE...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Asian Typography in C#|Aspose.Words for .NET

    Work with Asian typography using C#. Adjust Space between Asian and Latin text in C#....a set of options for text paragraphs in documents written in Asian...Asian Typography tab of the paragraph properties dialog box in Microsoft...

    docs.aspose.com/words/net/working-with-asian-ty...
  3. 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...
  4. 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...
  5. 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...
  6. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in C# or .NET...TextFrame ; // Creates the Paragraph object for the text frame...frame IParagraph paragraph = txtFrame . Paragraphs [ 0 ]; // Creates...

    docs.aspose.com/slides/net/manage-table/
  7. Aspose::Words::Style::get_LinkedStyleName metho...

    Aspose::Words::Style::get_LinkedStyleName method. Gets/sets the name of the Style linked to this one. Returns empty string if no styles are linked in C++....only allowed to link the paragraph style to the character style...() -> get_Body () -> get_Paragraphs () -> idx_get ( 0 ) -> get_ParagraphFormat...

    reference.aspose.com/words/cpp/aspose.words/sty...
  8. 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/
  9. Working with Headers and Footers|Aspose.Words f...

    Create, manage, and remove headers and footers in a document using Python....to a header: Set Font and Paragraph Properties for Header or Footer...you can set the font and paragraph properties, use the HeaderPrimary...

    docs.aspose.com/words/python-net/working-with-h...
  10. 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/