Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 17,498 for

paragraph

(0.05 sec)
  1. BuiltInDocumentProperties.ContentStatus | Aspos...

    Manage your document's content status effortlessly with the BuiltInDocumentProperties ContentStatus property. Enhance organization and efficiency today!...= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...number of Paragraph nodes in the document to the "Paragraphs" built-in...

    reference.aspose.com/words/net/aspose.words.pro...
  2. BuiltInDocumentProperties.CharactersWithSpaces ...

    Discover the BuiltInDocumentProperties CharactersWithSpaces property, which estimates character count, including spaces, for efficient document management....= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...number of Paragraph nodes in the document to the "Paragraphs" built-in...

    reference.aspose.com/words/net/aspose.words.pro...
  3. BuiltInDocumentProperties.links_up_to_date prop...

    BuiltInDocumentProperties.links_up_to_date property. Indicates whether hyperlinks in a document are up-to-date.... Document ( MY_DIR + 'Paragraphs.docx' ) properties = doc...number of Paragraph nodes in the document to the "paragraphs" built-in...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Structured Document Tags or Content Control|Asp...

    Work with Structured Document Tags or Content Controls using C#....places: Block-level – Among paragraphs and tables, as a child of...content inside, as a child of a Paragraph. Nested inside another StructuredDocumentTa...

    docs.aspose.com/words/net/structured-document-t...
  5. FieldNoteRef Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldNoteRef class for seamless integration of NOTEREF fields, enhancing document referencing and management....hyperlink to the bookmarked paragraph. InsertReferenceMark { get;...position of the bookmarked paragraph. IsDirty { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Bullet Formatting Is Not Applied when Cloning S...

    Hi Aspose Team, I’m working with Aspose.Slides for Java and facing an issue related to bullet formatting. When I clone a slide from one presentation to another, or even when I create an empty slide in the target presen…...bullet formatting for each paragraph in the cloned shapes. Here’s...(textFrame != null) { for (Paragraph paragraph : textFrame.getParagraphs())...

    forum.aspose.com/t/bullet-formatting-is-not-app...
  7. container|Documentation

    Container element is used to break content into columns and to add a footer to the form....paragraph= ?content=Aspose.OMR Examples...align=right font_size=10 &paragraph &block &container page block...

    docs.aspose.com/omr/net/txt-markup/container/
  8. Aspose::Words::DocumentBuilder::InsertStructure...

    Aspose::Words::DocumentBuilder::InsertStructuredDocumentTag method. Inserts a StructuredDocumentTag into the document in C++....() -> get_Body () -> get_Paragraphs () -> idx_get ( 3 )); //...StructuredDocumentTa will inherit paragraph and font formatting from cursor...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in C++.... Inserting a Paragraph DocumentBuilder.Writeln inserts...but in addition, it adds a paragraph break. Current font formatting...

    docs.aspose.com/words/cpp/use-documentbuilder-t...
  10. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint presentations using Java...getTextFrame (); // Creates the Paragraph object for text frame IParagraph...Creates a Portion object for paragraph IPortion portion = para ....

    docs.aspose.com/slides/androidjava/manage-textbox/