Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 18,589 for

paragraphs

(1.59 sec)
  1. Working with Headers and Footers in C#|Aspose.W...

    How to manipulate headers and footers using C#. Create headers and footers C#. Remove headers or footers C#....to a header: Set Font and Paragraph Properties for Header or Footer...you can set the font and paragraph properties, use the HeaderPrimary...

    docs.aspose.com/words/net/working-with-headers-...
  2. Aspose PDF Out of memory Exception with version...

    I’m getting out of memory exception with the attached code. We do have corporate license under Inovalon Inc. Process:- We convert list of .PNG image to PDF using Aspose and then convert to a memorystream. While conver…...Image(); //Add the image into paragraphs collection of the section...section pdfPage.Paragraphs.Add(image1); // set the image file stream...

    forum.aspose.com/t/aspose-pdf-out-of-memory-exc...
  3. Mail Merge Template in C#|Aspose.Words for .NET

    Create a Mail Merge template to define fixed content in output documents, and then generate merge documents using the merge fields in C#....the formatting of texts and paragraphs inside your template using...

    docs.aspose.com/words/net/mail-merge-template/
  4. Crash when cloning a cell - Free Support Forum ...

    Hello Aspose, I get a NullRefException when cloning a cell (Cell.Clone()). To reproduce please try this: private static string CellCloneBug(Page page) { var t = new Table(); var r = t.…...Paragraphs.Add(null); c.Clone(); page.Paragraphs.Add(t);...seems that problem lies in c.Paragraphs.Add(null); There should be...

    forum.aspose.com/t/crash-when-cloning-a-cell/29...
  5. Work with Document Properties in C++|Aspose.Wor...

    Aspose.Words for C++ allows storing some useful information about your document, such as API and Version Number or Authorized Date, in built-in or custom document properties....CharactersWithSpaces Words Paragraphs Lines Create a New Custom...

    docs.aspose.com/words/cpp/work-with-document-pr...
  6. Translate Markdown to DOM|Aspose.Words for Node...

    Tarnslate a Markdown document to Document Object Model and back using Node.js. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....nested features, we also use paragraph styles with a name that starts...formatting in either list style or paragraph formatting. Inline Blocks...

    docs.aspose.com/words/nodejs-net/translate-mark...
  7. Convert GIF to TXT via C# | Aspose

    Sample code for GIF to TXT C# conversion. Use API example code for batch GIF files to TXT conversion within VB.NET, Asp.NET or any .NET based application.... Paragraphs in a text document are recognized...

    products.aspose.com/ocr/net/conversion/gif-to-txt/
  8. Inconsistent Line Height Rendering When Convert...

    Problem Description When converting DOCX files to images using Aspose, documents containing parentheses show inconsistent line height rendering compared to documents without parentheses, even when paragraph line spacing …...without parentheses, even when paragraph line spacing settings are...Both files have identical paragraph formatting settings, but show...

    forum.aspose.com/t/inconsistent-line-height-ren...
  9. 通過 C++ 從 PPT 文檔中提取文本和圖像 | products.aspose.com

    C++ 示例代碼,用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境中從 PPT 文件中提取文本和圖像。...get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/zh-hant/cpp/parser/ppt/
  10. Markdown export: compound NumberFormat not expa...

    Markdown export: compound NumberFormat not expanded + ExtractPages resets sub-level counters Environment Aspose.Words version: 25.11.0 .NET target: net8.0 Attached files: repro_source.docx, BugReport.cs Context We con…...output: Heading 2 and Heading 3 paragraphs render with 1. instead of...

    forum.aspose.com/t/markdown-export-compound-num...