Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 18,180 for

paragraphs

(0.07 sec)
  1. Specify Layout Options in Java|Aspose.Words for...

    Create output documents with various layouts, depending on the parameters specified in the Document using Java.... which specifies whether paragraph mark characters are rendered...example below contains three paragraphs. The second one is hidden...

    docs.aspose.com/words/java/specify-layout-options/
  2. HtmlSaveOptions.NavigationMapLevel | Aspose.Wor...

    Discover HtmlSaveOptions' NavigationMapLevel property, controlling heading levels in EPUB, MOBI, and AZW3 exports. Maximize your content's visibility!...of headings are populated: paragraphs of styles Heading 1 , Heading...DocumentBuilder ( doc ); // Every paragraph that we format using a "Heading"...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 如何在 HTML 中添加图像?C# 示例

    学习如何使用 Aspose.HTML for .NET 在 HTML 中添加图像。探索不同的方法,包括 img 标记、CSS 背景和内联样式。... if 语句通过验证 paragraphs.Length >= 2 ,确保文档至少包含两个段落元素。...<p> 元素(paragraph[1])。由于 C# 中的集合使用基于零的索引,因此 paragraphs[1] 指的是文档中的第二个...

    docs.aspose.com/html/zh/net/how-to-articles/how...
  4. Aspose::Words::Lists::ListLevel::get_IsLegal me...

    Aspose::Words::Lists::ListLevel::get_IsLegal method. True if the level turns all inherited numbers to Arabic, false if it preserves their number style 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.lis...
  5. Integrate Table with Data Sources PDF|Aspose.PD...

    This article shows how to integrate PDF tables. Integrate Table with Database and determine if the table will split on the current page....paragraphs.add(table)). Save PDF document...of input document page . paragraphs . add ( table ) document...

    docs.aspose.com/pdf/python-net/integrate-table/
  6. Aspose::Words::Style::get_Font method | Aspose....

    Aspose::Words::Style::get_Font method. Gets the character formatting of the style in C++....:: Words :: StyleType :: Paragraph , u "MyStyle" ); style ->...from the document to the paragraph that the document builder...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. FieldShape.text property | Aspose.Words for Python

    FieldShape.text property. Gets or sets the text to retrieve....BIDIOUTLINE field numbers paragraphs like the AUTONUM/LISTNUM...text alignment for every paragraph in the document to RTL. for...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Working with PDF/A or PDF/UA|Aspose.Words for C++

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using C++. There are a few problems when converting to PDF/A documents, and Aspose.Words for C++ solves them....blocks such as headings, paragraphs, tables, and others. These...to the outline levels of paragraphs in the source document. For...

    docs.aspose.com/words/cpp/working-with-pdfa-or-...
  9. Aspose::Words::Saving::HtmlSaveOptions::get_All...

    Aspose::Words::Saving::HtmlSaveOptions::get_AllowNegativeIndent method. Specifies whether negative left and right indents of Paragraphs are normalized when saving to HTML, MHTML or EPUB. Default value is false in C++....left and right indents of paragraphs are normalized when saving...negative indent is allowed, a paragraph might appear partially outside...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. How to Add Table to PDF using Java

    This short tutorial is about how to add table to PDF using Java. In order to insert table in PDF using Java running in MS Windows, macOS or Linux operating systems can be used with no dependence on Adobe Acrobat or any other tool....page as the Page class has a Paragraphs collection containing all...

    kb.aspose.com/pdf/java/how-to-add-table-to-pdf-...