Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 18,540 for

paragraphs

(0.14 sec)
  1. Convert other file formats to PDF in .NET|Aspos...

    This topic shows you how Aspose.PDF allows converting other file formats such as EPUB, MD, PCL, XPS, PS, XML, and LaTeX to a PDF document....TextFragment object as paragraph in Paragraphs collection. If the...// Add a new text paragraph in paragraphs collection and pass...

    docs.aspose.com/pdf/net/convert-other-files-to-...
  2. Paragraph.ParagraphBreakFont | Aspose.Words for...

    Discover the ParagraphBreakFont property for seamless font formatting of paragraph breaks, enhancing your text's appearance and readability....ParagraphBreakFont Contents [ Hide ] Paragraph.ParagraphBreakFont property...the font formatting of the paragraph break character. public Font...

    reference.aspose.com/words/net/aspose.words/par...
  3. 获取幻灯片中的所有文本|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....// Iterate through all the paragraphs in the slide. foreach ( DocumentFormat...OpenXml . Drawing . Paragraph paragraph in slidePart . Slide...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  4. Aspose::Words::Fields::FieldListNum::get_ListNa...

    Aspose::Words::Fields::FieldListNum::get_ListName method. Gets or sets the name of the abstract numbering definition used for the numbering in C++....Examples Shows how to number paragraphs with LISTNUM fields. auto...); builder -> Writeln ( u "Paragraph 1" ); ASSERT_EQ ( u " LISTNUM...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Fields::FieldListNum::get_Starti...

    Aspose::Words::Fields::FieldListNum::get_StartingNumber method. Gets or sets the starting value for this field in C++....Examples Shows how to number paragraphs with LISTNUM fields. auto...); builder -> Writeln ( u "Paragraph 1" ); ASSERT_EQ ( u " LISTNUM...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. What's new|Aspose.Words for C++

    Aspose.Words for C++ expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....offering control over how empty paragraphs are handled. Aspose.Words...Saving Documents Export Empty Paragraphs to Markdown 25.5 The ability...

    docs.aspose.com/words/cpp/what-s-new-in-aspose-...
  7. Accesibility not avaliable in when converting f...

    I have some trouble converting a html document to pdf where images etc. is accessible from a program like NVDA (NV Access | Download NVDA). I’m using Aspose with .NET 5. I have made a small example where I’m creating a …...Heading</h1> <p>My first paragraph.</p> <figure class=""image""...height=""366""></figure> <p>My second paragraph.</p> <img src=""https://media...

    forum.aspose.com/t/accesibility-not-avaliable-i...
  8. 使用 Java 将项目符号点转换为 Word 文件中的段落

    使用 Java 将项目符号点转换为 Word 文件中的段落。本主题包含使用 Java 从 Word 文档中删除项目符号点的步骤列表和工作代码。...文件访问到具有要点和编号列表的 Document 类 迭代所有节点并将其转换为 paragraphs 类对象 访问每个段落的ListFormat实例并调用removeNumbers()方法...Document 类实例访问 Word 文件,并迭代 Paragraph 类型的所有子节点。访问每个段落的 getListFormat()...

    kb.aspose.com/zh/words/java/convert-bullet-poin...
  9. 使用 Python 在演示文稿中格式化图表|Aspose.Slides for Python 文档

    通过 Aspose.Slides for Python(基于 .NET),学习图表格式化,并为您的 PowerPoint 或 OpenDocument 演示文稿提升专业且吸引眼球的样式。... paragraphs [ 0 ] . portions [ 0 ] chart_title...text_frame_for_overriding . paragraphs [ 0 ] . portions [ 0 ] vertical_axis_title...

    docs.aspose.com/slides/zh/python-net/chart-form...
  10. Working with Hyperlinks in C#|Aspose.Words for ...

    How to add a hyperlink into your document in C# using Aspose.Words for .NET....content and span multiple paragraphs or sections in a document...

    docs.aspose.com/words/net/working-with-hyperlinks/