Sort Score
Result 10 results
Languages All
Labels All
Results 7,171 - 7,180 of 18,529 for

paragraph

(0.1 sec)
  1. arkiv

    arkiv... Skapa en Paragraph och lägg till en Portion i...stycke auto paragraph = System::MakeObject<Paragraph>(); auto portion...

    blog.aspose.com/sv/slides/apply-theme-in-powerp...
  2. PDFファイルにラインオブジェクトを追加|Aspose.PDF for .NET

    この記事では、Aspose.PDF for .NETを使用してPDFにラインオブジェクトを作成する方法を説明します。...); // Add graph object to paragraphs collection of page instance...instance page . Paragraphs . Add ( graph ); // Create Line instance...

    docs.aspose.com/pdf/ja/net/add-line/
  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/