Sort Score
Result 10 results
Languages All
Labels All
Results 7,311 - 7,320 of 18,530 for

paragraph

(0.12 sec)
  1. Documentation

    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....nouveau paragraphe de texte dans la collection de paragraphes et passer...nouveau paragraphe de texte dans la collection de paragraphes et passer...

    docs.aspose.com/pdf/fr/cpp/converting/convert-o...
  2. Gérer les hyperliens de présentation sur Androi...

    Gestion sans effort des hyperliens dans les présentations PowerPoint et OpenDocument avec Aspose.Slides pour Android via Java — améliorez l'interactivité et le flux de travail en quelques minutes....clear (); Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...setFillType ( FillType . Solid ); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/fr/androidjava/manage-hy...
  3. Getting and Setting Page Properties using Pytho...

    This section shows how to get the number of pages in a PDF file, get information about PDF page properties such as color and set page properties....requirement, a method process_paragraphs() has been introduced in...fragments, processes the paragraphs to ensure accurate page counting...

    docs.aspose.com/pdf/python-net/get-and-set-page...
  4. 档案

    档案... 创建一个新的 Paragraph 并在其中添加一个 Portion 。 使用 Portion...// 添加段落并设置文本 Paragraph paragraph = new Paragraph(); Portion portion...

    blog.aspose.com/zh/slides/apply-theme-in-powerp...
  5. 아카이브

    아카이브...TextParagraph paragraph = new TextParagraph(); paragraph.Position...텍스트 조각 추가 paragraph.AppendLine(textFragment1); paragraph.Append...

    blog.aspose.com/ko/pdf/rotate-text-inside-pdf-d...
  6. Архивы

    Архивы...StartsWith("_Toc")) { Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...GetAncestor(NodeType.Paragraph); Console.WriteLine(tocItem.ToString(SaveFormat...

    blog.aspose.com/ru/words/work-with-table-of-con...
  7. Archiwa

    Archiwa...StartsWith("_Toc")) { Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...GetAncestor(NodeType.Paragraph); Console.WriteLine(tocItem.ToString(SaveFormat...

    blog.aspose.com/pl/words/work-with-table-of-con...
  8. 搜索

    搜索... 創建一個新的 Paragraph 並在其中添加一個 Portion 。 使用 Portion...// 添加段落並設置文本 Paragraph paragraph = new Paragraph(); Portion portion...

    blog.aspose.com/zh-hant/slides/apply-theme-in-p...
  9. 在 .NET 中的高级演示文稿文本提取|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 快速提取 PowerPoint 和 OpenDocument 演示文稿中的文本。遵循我们简明的分步指南,以节省时间。...IParagraph paragraph in textFrames [ i ]. Paragraphs ) { // 遍历当前段落中的文本片段。...foreach ( IPortion portion in paragraph . Portions ) { // 显示当前文本片段的文本。...

    docs.aspose.com/slides/zh/net/extract-text-from...
  10. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....get_Slide ( 0 )); // Get paragraphs from the target shape (assumes...shape index 1 is used). auto paragraphs = ExplicitCast < IAutoShape...

    docs.aspose.com/slides/cpp/excel-integration/