Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 17,658 for

paragraph

(0.03 sec)
  1. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....// Create text paragraph TextParagraph paragraph = new TextParagraph...Set subsequent lines indent paragraph . setSubsequentLinesIn ( 20...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/
  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. 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...
  4. Paragraph.runs property | Aspose.Words for Python

    Paragraph.runs property. Provides access to the typed collection of pieces of text inside the Paragraph....runs property Paragraph.runs property Provides access to the...pieces of text inside the paragraph. @property def runs ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  5. How to use setRunAttr to set metadata on aspose...

    Hi, We have been using setRunAttr to add some metadata on aspose nodes until we accidentally overwritten some int key used by aspose internally. Would it be ok if extend classes like Run, Paragraph and so on to add met…...extend classes like Run, Paragraph and so on to add methods for...

    forum.aspose.com/t/how-to-use-setrunattr-to-set...
  6. Shapes Separately from Document|Aspose.Words fo...

    Extract various graphic objects, such as images, text box containing Paragraphs, or arrow shapes, when processing a document, and export them to an external location using Node.js....example, a text box containing paragraphs, arrow shapes, and a small...up of many nodes, such as Paragraph and Table . Most shapes can...

    docs.aspose.com/words/nodejs-net/rendering-shap...
  7. Working with image regions|Documentation

    Automatic detection of text bounding boxes and extraction of text inside image rectangles.... Automatic search for paragraph bounding boxes Automatic search...

    docs.aspose.com/ocr/python-net/image-regions/
  8. Manage Shape Text Options with Node.js via C++|...

    Learn how to manage text options for shapes using Aspose.Cells for Node.js via C++....C++ Set Line Spacing of the Paragraph in a Shape or Textbox with...

    docs.aspose.com/cells/nodejs-cpp/managing-shape...
  9. Add Watermark in Document|Aspose.Words for Java

    Add a watermark into a document easily and fast instead of using docx4j....new paragraph and append the watermark to this paragraph. Paragraph...Paragraph watermarkPara = new Paragraph ( doc ); watermarkPara . appendChild...

    docs.aspose.com/words/java/add-watermark-in-doc...
  10. Inline.parent_paragraph property | Aspose.Words...

    Inline.parent_Paragraph property. Retrieves the parent [Paragraph](../../Paragraph/) of this node....parent_paragraph property Inline.parent_paragraph property Retrieves...parent Paragraph of this node. @property def parent_paragraph ( self...

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