Sort Score
Result 10 results
Languages All
Labels All
Results 4,311 - 4,320 of 18,607 for

paragraph

(2.16 sec)
  1. HtmlFragment limitation - Free Support Forum - ...

    Is there a limitation on HtmlFragment content size? Rendering pdf with content length 5659 runs very fast, but when I add only one more character then Aspose hangs for some time and it ends up with out of memory exceptio…...setMargin(Margin); // Add HTML Fragment to paragraphs collection of page page.getParagraphs()...yours, as we did not use any paragraph tag. Using your lines of code...

    forum.aspose.com/t/htmlfragment-limitation/10601
  2. Aspose.Words compare incorrect since updating t...

    Hi there We use Aspose.Words to compare docx documents. This worked as expected until today when we performed our updates. After bisecting we discovered that this incorrect behavior started with Aspose.Words 25.6 The…...regression where deleted paragraphs that contain only formatting...formatting‑only runs (e.g., empty paragraphs, hidden spaces, styles) can...

    forum.aspose.com/t/aspose-words-compare-incorre...
  3. 使用 C# 在 PDF 中格式化文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中格式化 PDF 文档中的文本,以增强文档的视觉呈现。... Paragraphs . Add ( text ); text = new...TextFragment ( "Line2" ); page . Paragraphs . Add ( text ); text = new...

    docs.aspose.com/pdf/zh/net/text-formatting-insi...
  4. Free Support Forum - aspose.com - Latest topics

    Free Support Forum - aspose.com - Latest topics Latest topics Issue with Bullet Numbering While Splitting Document Pages Hi Team, I am splitting a document page-wise using the code below. However, ......= null) { //Paragraph paragraph = new Paragraph(pageDoc); //Run...ControlChar.LineBreak); //paragraph.AppendChild(run); //pageDoc...

    forum.aspose.com/latest.rss
  5. 从 .NET 演示文稿获取形状的有效属性|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 如何计算并应用有效的形状属性,以实现精准的 PowerPoint 渲染。... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...WriteLine ( "= Effective paragraph formatting for style level...

    docs.aspose.com/slides/zh/net/shape-effective-p...
  6. Several JPG Into TXT C++

    Merge multiple JPG into TXT in C++ code. Save JPG as TXT using C++....InsertImage (fileName); // Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/cpp/merge/jpg-to-txt/
  7. Several Image Into PDF C++

    Merge multiple Image into PDF in C++ code. Save Image as PDF using C++....InsertImage (fileName); // Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/cpp/merge/image-to-pdf/
  8. Several Image Into HTML C++

    Merge multiple Image into HTML in C++ code. Save Image as HTML using C++....InsertImage (fileName); // Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/cpp/merge/image-to-html/
  9. Aspose::Words::DocumentBuilder::MoveToBookmark ...

    Aspose::Words::DocumentBuilder::MoveToBookmark method. Moves the cursor to a bookmark in C++....level, moves to the next paragraph. The comparison is not case-sensitive...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Several JPG Into WORD C#

    Merge multiple JPG into WORD in C# code. Save JPG as WORD using C#....InsertImage(fileName); // Insert a paragraph break to avoid overlapping...

    products.aspose.com/words/net/merge/jpg-to-word/