Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 18,328 for

paragraph

(0.12 sec)
  1. Story.DeleteShapes | Aspose.Words for .NET

    Effortlessly remove all shapes from your story text with the DeleteShapes method. Simplify your content and enhance clarity today!...shape, // which has a parent Paragraph, which is a child node of...all shapes from the child paragraphs of this Body. Assert . That...

    reference.aspose.com/words/net/aspose.words/sto...
  2. StyleCollection.Count | Aspose.Words for .NET

    Discover the StyleCollection Count property to easily retrieve the total number of styles in your collection for enhanced organization and management....Paragraph", the collection will apply...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . That...

    reference.aspose.com/words/net/aspose.words/sty...
  3. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....getParentNode(); Paragraph firstParagraph = run.getParentParagraph();...then appears in the parent Paragraph's RunCollection. RunCollection...

    reference.aspose.com/words/java/com.aspose.word...
  4. Section Break as revision - How to get that spe...

    Hello Aspose Team, I have a specific situation in my Word file: I need to find revisions which are actually Section Breaks and then accept those revisions programmatically. I am using Java and Aspose.Words. Is there a …...docx"); for(Paragraph p : (Iterable<Paragraph>)doc.getChildNodes(NodeType...getChildNodes(NodeType.PARAGRAPH, true)) { if(p.isDeleteRevision() &&...

    forum.aspose.com/t/section-break-as-revision-ho...
  5. DocumentBuilder.insert_document method | Aspose...

    aspose.words.DocumentBuilder.insert_document method... PARAGRAPH , 'MyStyle' ) my_style . font.... Color . blue builder . paragraph_format . style_name = my_style...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Wrap Text in Excel using C#

    This article guides how to wrap text in Excel using C#. It has the IDE settings, a list of steps, and a sample code to auto wrap text in Excel using C#....however you may use option ‘Paragraph’ that wraps text according...according to the longest paragraph. This article has taught us how to...

    kb.aspose.com/cells/net/wrap-text-in-excel-usin...
  7. FieldPageRef class | Aspose.Words for Python

    aspose.words.fields.FieldPageRef class. Implements the PAGEREF field...hyperlink to the bookmarked paragraph. insert_relative_position...position of the bookmarked paragraph. is_dirty Gets or sets whether...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ImportFormatOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.ImportFormatOptions for customizable document formatting. Enhance your output with tailored import settings for optimal results.... Paragraph , "MyStyle" ); myStyle . Font...destination styles into direct paragraph attributes. ImportFormatOptions...

    reference.aspose.com/words/net/aspose.words/imp...
  9. StyleCollection.DefaultFont | Aspose.Words for ...

    Discover the StyleCollection DefaultFont property for seamless document text formatting. Enhance your documents with consistent, professional style....Paragraph", the collection will apply...styles . Add ( StyleType . Paragraph , "MyStyle" ); Assert . That...

    reference.aspose.com/words/net/aspose.words/sty...
  10. Create PDF Document using C++|Aspose.PDF for C++

    The most popular and basic task of working with a PDF file is creating a document from scratch. Use the Aspose.PDF for C++ library....object Add TextFragment to Paragraph collection of the page Save..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/cpp/create-document/