Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 18,355 for

paragraph

(0.9 sec)
  1. Replacing bookmarks causes issues when the modi...

    I performed bookmark replacement using Input Document 1 and Input Document 2, and I successfully generated the output document (which I have attached). The first bookmark replacement works correctly, and the output docum…...based on block-level nodes (paragraphs and tables). Traverse through...last nodes when needed, so paragraph formatting is retained. //...

    forum.aspose.com/t/replacing-bookmarks-causes-i...
  2. CompositeNode.IndexOf | Aspose.Words for .NET

    Discover how the CompositeNode IndexOf method efficiently locates the index of a specified child node in the array, enhancing your coding experience....Retrieve the index of the last paragraph in the body of the first section...

    reference.aspose.com/words/net/aspose.words/com...
  3. Manage Presentation Themes in Java|Aspose.Slide...

    Master presentation themes in Aspose.Slides for Java to create, customize and convert PowerPoint files with consistent branding....100 , 100 ); Paragraph paragraph = new Paragraph (); Portion portion...( "Theme text format" ); paragraph . getPortions (). add ( portion...

    docs.aspose.com/slides/java/presentation-theme/
  4. Aspose::Words::CommentRangeEnd::CommentRangeEnd...

    Aspose::Words::CommentRangeEnd::CommentRangeEnd constructor. Initializes a new instance of this class in C++....InsertAfter or InsertBefore on the paragraph where you want the comment...

    reference.aspose.com/words/cpp/aspose.words/com...
  5. ListLevelCollection | Aspose.Words for Java

    A collection of list formatting for each level in a list in Java....organize and decorate sets of paragraphs with prefix symbols and indents..."ListFormat" property. // Each paragraph that we add between a list's...

    reference.aspose.com/words/java/com.aspose.word...
  6. Intermittent Issues Connecting to Aspose Licens...

    We are experiencing occasional issues where our applications are unable to connect to Aspose’s license server. For example, we have encountered HTTP 502 and 503 errors when accessing the following URL: https://billing.…...WriteLine("Adding paragraph with TextFragment"); document...document.Pages.Add().Paragraphs.Add(new TextFragment(DateTime.Now...

    forum.aspose.com/t/intermittent-issues-connecti...
  7. Border.theme_color property | Aspose.Words for ...

    Border.theme_color property. Gets or sets the theme color in the applied color scheme that is associated with this Border object....Examples Shows how to insert a paragraph with a top border. doc = aw...) top_border = builder . paragraph_format . borders . top top_border...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Working with Text Layers in Aspose.PSD for Java...

    Examples of how to work with Text Layers in PSD File...specification of diverse styles and paragraphs within a text layer. Consider...portions. Default style and paragraph objects (defaultStyle and...

    docs.aspose.com/psd/java/text-layer-manipulation/
  9. 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/
  10. 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...