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

paragraph

(0.17 sec)
  1. Aspose.Words DOM|Python via .NET用Aspose.Words

    Document Object Model (DOM) は、Word ドキュメントのメモリ内表現です。 Python を使用して、Word ドキュメントのコンテンツと書式設定を読み取り、操作、変更します。... Section や Paragraph など、他のノードを含むことができるノードは CompositeNode...ます。 Document 、 Section 、 Paragraph 、 Table 、 Shape 、 Run 、およ...

    docs.aspose.com/words/ja/python-net/aspose-word...
  2. PDFにテーブルを作成または追加する|Aspose.PDF for C++

    Aspose.PDF for C++はPDFテーブルを作成、読み取り、編集するためのライブラリです。このライブラリを使用すると、C++を使用してPDFページにテーブルをページングできます。...Cpp/Generator/Paragraphs.h> #include <Aspose.PDF....() -> idx_get ( 1 ) -> get_Paragraphs () -> Add ( table ); // ...

    docs.aspose.com/pdf/ja/cpp/add-table-in-existin...
  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/