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

paragraphs

(0.17 sec)
  1. آرشیوها

    آرشیوها...paragraphs[0].portions[0] portion.portion_format...LARGE_GRID shape.text_frame.paragraphs[0].paragraph_format.default_portion_format...

    blog.aspose.com/fa/slides/create-three-d-effect...
  2. Archiv

    Archiv...SetAttribute("id", "first-paragraph"); // 3. Erstellen Sie einen...CreateTextNode("This is first paragraph. "); // 4. Fügen Sie den Text...

    blog.aspose.com/de/html/create-read-edit-html-f...
  3. Lưu trữ

    Lưu trữ...SetAttribute("id", "first-paragraph"); // 3. Tạo nút văn bản var...CreateTextNode("This is first paragraph. "); // 4. Thêm văn bản vào...

    blog.aspose.com/vi/html/create-read-edit-html-f...
  4. ค้นหา

    ค้นหา...paragraphs[0].portions[0] portion.portion_format...LARGE_GRID shape.text_frame.paragraphs[0].paragraph_format.default_portion_format...

    blog.aspose.com/th/slides/create-three-d-effect...
  5. 아카이브

    아카이브...StartsWith("_Toc")) { Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...GetAncestor(NodeType.Paragraph); Console.WriteLine(tocItem.ToString(SaveFormat...

    blog.aspose.com/ko/words/work-with-table-of-con...
  6. Archivo

    Archivo...System::SharedPtr<Paragraph> tocItem = System::DynamicCast<Paragraph>(fie...)->GetAncestor(NodeType::Paragraph)); std::cout << System::S...

    blog.aspose.com/es/words/working-with-table-of-...
  7. Archivio

    Archivio...imposta il testo Paragraph paragraph = new Paragraph(); Portion portion...Portion("Theme text format"); paragraph.getPortions().add(portion);...

    blog.aspose.com/it/slides/apply-theme-in-powerp...
  8. Archivo

    Archivo...establecer texto Paragraph paragraph = new Paragraph(); Portion portion...Portion("Theme text format"); paragraph.getPortions().add(portion);...

    blog.aspose.com/es/slides/apply-theme-in-powerp...
  9. Arsip

    Arsip...paragraf auto paragraph = System::MakeObject<Paragraph>(); auto portion...>(u"Theme text format"); paragraph->get_Portions()->Add(portion);...

    blog.aspose.com/id/slides/apply-theme-in-powerp...
  10. C++ のプレゼンテーションから段落の境界を取得|Aspose.Slides ドキュメント

    Aspose.Slides for C++ で段落およびテキストポーションの境界を取得し、PowerPoint プレゼンテーションでのテキスト配置を最適化する方法を学びます。...を使用すると、開発者はテキストフレームの段落コレクション内の Paragraph の矩形座標を取得できるようになりました。また、段落...auto rect = textFrame -> get_Paragraphs () -> idx_get ( 0 ) -> GetRect...

    docs.aspose.com/slides/ja/cpp/paragraph/