Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 18,327 for

paragraph

(0.07 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. Aspose::Words::ControlChar class | Aspose.Words...

    Aspose::Words::ControlChar class. Control characters often encountered in documents. To learn more, visit the documentation article in C++....commonly used in text files for paragraph breaks. static Lf () Line...ParagraphBreak () End of paragraph character: “\x000d” or “\r”...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. ParagraphFormat.FarEastLineBreakControl | Aspos...

    Discover the ParagraphFormat FarEastLineBreakControl property, enabling East Asian line-breaking rules for precise text formatting in your documents....are applied to the current paragraph. public bool FarEastLineBreakCont...

    reference.aspose.com/words/net/aspose.words/par...
  4. 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...
  5. 将 Markdown 翻译为 DOM|Python via .NET 格式的 Aspose.W...

    使用 Python 将 Markdown 文档转换为 Document Object Model 并返回。因此,您可以使用复杂的现有 Markdown 并以编程方式从头开始创建 Markdown 文档。... paragraph_format . style_name = "Heading...previous paragraph to not combine styles between paragraphs. builder...

    docs.aspose.com/words/zh/python-net/translate-m...
  6. FieldOptions.CustomTocStyleSeparator | Aspose.W...

    Discover the FieldOptions CustomTocStyleSeparator property to easily customize your FieldToc field's style separator for enhanced document navigation.... Writeln ( "Paragraph text." ); InsertNewPageWithHea..."MyBookmark" ); builder . Writeln ( "Paragraph text." ); // This entry does...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Manage Presentation Themes in .NET|Aspose.Slide...

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

    docs.aspose.com/slides/net/presentation-theme/
  8. CompatibilityOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Settings.CompatibilityOptions for seamless integration of user preferences from Microsoft Word's Compatibility tab. Enhance your document experience!...Allow Contextual Spacing of Paragraphs in Tables. ApplyBreakingRules...{ get; set; } Use Cached Paragraph Information for Column Balancing...

    reference.aspose.com/words/net/aspose.words.set...
  9. Aspose::Words::DocumentBase::get_Lists method |...

    Aspose::Words::DocumentBase::get_Lists method. Provides access to the list formatting used in the document in C++....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/cpp/aspose.words/doc...
  10. Tick/check symbol - Free Support Forum - aspose...

    I’m trying to show the symbol (:heavy_check_mark:) on a PDF. (I’m using VB.Net). I tried using #$UNICODE(10004) but it didn’t work. can anyone tell me how to get this check symbol to show up?...Add(); //Create a sample text paragraph Aspose.Pdf.Text.TextFragment...//Specify the ID for the text paragraph text1.Id = "page1"; //Add...

    forum.aspose.com/t/tick-check-symbol/82133