Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 18,952 for

paragraphs

(0.1 sec)
  1. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python.... overlay = False title_paragraph = chart . chart_title . t...ing . paragraphs [ 0 ] title_format = title_paragraph . paragraph_format...

    docs.aspose.com/slides/python-net/create-chart/
  2. Screen Reader Accessibility – C# Examples

    Learn how to design your website for screen reader accessibility and check alternative text against WCAG guidelines using Aspose.HTML for .NET.... For example, text from paragraphs and headings, lists, alternative...

    docs.aspose.com/html/net/screen-reader-accessib...
  3. 使用 C# 格式化 PDF 文档|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 创建和格式化 PDF 文档。使用下一个代码片段来解决您的任务。... Paragraphs . Add ( fragment ); // Save...

    docs.aspose.com/pdf/zh/net/formatting-pdf-docum...
  4. Aspose::Words::Document class | Aspose.Words fo...

    Aspose::Words::Document class. Represents a Word document. To learn more, visit the documentation article in C++....creates one section with one paragraph. ExpandTableStylesToD () Converts...with same formatting in all paragraphs of the document. NextPreOrder...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Inline | Aspose.Words for Java

    Base class for inline-level nodes that can have character formatting associated with them but cannot have child nodes of their own in Java....Inline can be a child of Paragraph . Examples: Shows how to determine...getRevisions().get(0).getParentNode(); Paragraph firstParagraph = run.getParentParagraph();...

    reference.aspose.com/words/java/com.aspose.word...
  6. 在 .NET 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义图表。通过实用的 C# 代码示例添加、格式化和编辑图表。... Paragraphs [ 0 ]. ParagraphFormat ....AddTextFrameForOverr ( axisTitle ). Paragraphs [ 0 ]. ParagraphFormat ....

    docs.aspose.com/slides/zh/net/create-chart/
  7. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。... 将图像添加到页面实例的 Paragraphs 集合中。 指定图像的路径或来源。 如果图像在硬盘上的某个位置,使用...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  8. 在 Python 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义图表。内容涵盖在演示文稿中添加、格式化和编辑图表,并提供实用的 Python 代码示例。... overlay = False title_paragraph = chart . chart_title . t...ing . paragraphs [ 0 ] title_format = title_paragraph . paragraph_format...

    docs.aspose.com/slides/zh/python-net/create-chart/
  9. Free Support Forum - aspose.com - Latest posts

    Free Support Forum - aspose.com - Latest posts Latest posts Aspose.pdf.dll for .Net and Aspose.word.dll for .Net : merge file to single pdf having intermittent issues @jijikkt Thank you for additio......by iterating through the paragraphs and checking if they are...pageDoc) { foreach (Paragraph paragraph in pageDoc.GetChildNodes(NodeType...

    forum.aspose.com/posts.rss
  10. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Represents an end of ranged structured document tag which accepts multi-sections content in Java....Document doc = new Document(); Paragraph para = doc.getFirstSection()...first paragraph of this document. Paragraph paragraph = (Paragraph)...

    reference.aspose.com/words/java/com.aspose.word...