Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 18,529 for

paragraph

(0.05 sec)
  1. Aspose::Words::Fields::FieldDocVariable class |...

    Aspose::Words::Fields::FieldDocVariable class. Implements DOCVARIABLE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Aspose::Words::Fields::FieldQuote class | Aspos...

    Aspose::Words::Fields::FieldQuote class. Implements the QUOTE field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::ConditionalStyle class | Aspose....

    Aspose::Words::ConditionalStyle class. Represents special formatting applied to some area of a table with assigned table style. To learn more, visit the documentation article in C++....get_ParagraphFormat () Gets the paragraph formatting of the conditional...

    reference.aspose.com/words/cpp/aspose.words/con...
  4. CompatibilityOptions.doNotSuppressIndentation p...

    CompatibilityOptions.doNotSuppressIndentation property. Do Not Ignore Floating Objects When Calculating Paragraph Indentation....Objects When Calculating Paragraph Indentation. get doNotSuppressIndenta...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 如何在 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...
  6. 添加奇偶页页眉后报错:"com.aspose.words.zzby.zzQy()" is nu...

    java.lang.NullPointerException: Cannot invoke "com.aspose.words.zzYM9.zzWjR()" because the return value of "com.aspose.words.zzby.zzQy()" is null at com.aspose.words.zzZ4S.zzQy(Unknown Source) at com.aspo…...ParagraphCollection paragraphs = childNode.getParagraphs(); for (Paragraph paragraph...paragraph : paragraphs) { ParagraphFormat paragraphFormat = paragraph...

    forum.aspose.com/t/com-aspose-words-zzby-zzqy-i...
  7. Converting to Fixed-page Format in Java|Aspose....

    Aspose.Words for Java implements its own page layout engine enabling it to produce all of the fixed page formats, such as PDF, XPS, and various image formats....images, character formatting, paragraph margins and spacing. However...shading color of the cell or paragraph, or based on the color of...

    docs.aspose.com/words/java/converting-to-fixed-...
  8. Working with Markdown Features|Aspose.Words for...

    How to implement Markdown features using Python. All the features are represented as corresponding styles or direct formatting.... Headings are paragraphs with Heading 1 - Heading...Heading 6 styles. Quotes are paragraphs with “Quote” in the style name...

    docs.aspose.com/words/python-net/working-with-m...
  9. Aspose::Words::Fields::Field class | Aspose.Wor...

    Aspose::Words::Fields::Field class. Represents a Microsoft Word document field. To learn more, visit the documentation article in C++....node, returns its parent paragraph. If the field is already removed...content and span multiple paragraphs or sections in a document...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. 在演示文稿中使用 PHP 管理文本框|Aspose.Slides for PHP 文档

    Aspose.Slides for PHP 让您轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化功能。...getTextFrame (); # 为文本框架创建 Paragraph 对象 $para = $txtFrame -> getParagraphs...() as $paragraph ) { # 遍历段落中的每个文本片段 foreach ( $paragraph -> getPortions...

    docs.aspose.com/slides/zh/php-java/manage-textbox/