Sort Score
Result 10 results
Languages All
Labels All
Results 7,531 - 7,540 of 18,544 for

paragraph

(0.17 sec)
  1. Aspose.WordsC++のドキュメントオブジェクトモデル(DOM)|C++の場合Aspo...

    ドキュメントオブジェクトモデル(DOM)は、Word文書のメモリ内表現です。 C++を使用してWord文書の内容と書式を読み取り、操作し、変更します。... Section や Paragraph などの他のノードを含むことができるノードは、 CompositeNode...ます。 Document , Section , Paragraph , Table , Shape , Run , ま...

    docs.aspose.com/words/ja/cpp/aspose-words-docum...
  2. 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...
  3. Editar documento HTML en C# – Aspose.HTML for .NET

    Aprenda a leer o modificar el modelo de objetos de documento, a crear un elemento HTML y a utilizar CSS en línea, CSS interno y CSS externo.... Body ; 7 8 // Create a paragraph element 9 HTMLParagraphElement...SetAttribute ( "id" , "my-paragraph" ); 13 14 // Create a text...

    docs.aspose.com/html/es/net/edit-html-document/
  4. 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...
  5. 档案

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

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

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

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

    Архивы...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...
  8. 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...
  9. 搜索

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

    blog.aspose.com/zh-hant/slides/apply-theme-in-p...
  10. 在 .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...