Sort Score
Result 10 results
Languages All
Labels All
Results 8,071 - 8,080 of 18,358 for

paragraphs

(1.09 sec)
  1. 아카이브

    아카이브...Paragraphs[0].Portions[0].PortionFormat...하이퍼링크 설정 shape1.TextFrame.Paragraphs[0].Portions[0].PortionFormat...

    blog.aspose.com/ko/slides/work-with-hyperlinks-...
  2. 아카이브

    아카이브...SetAttribute("id", "first-paragraph"); // 3. 텍스트 노드 생성 var paraText...CreateTextNode("This is first paragraph. "); // 4. 단락에 텍스트 추가 p.A...

    blog.aspose.com/ko/html/create-read-edit-html-f...
  3. 搜索

    搜索...SetAttribute("id", "first-paragraph"); // 3.創建文本節點 var paraText...CreateTextNode("This is first paragraph. "); // 4.給段落添加文字 p.AppendChild(paraText);...

    blog.aspose.com/zh-hant/html/create-read-edit-h...
  4. Aspose::Words::Fields::FieldToc class | Aspose....

    Aspose::Words::Fields::FieldToc class. Implements the TOC field. To learn more, visit the documentation article in C++....whether to use the applied paragraph outline level. GetFieldCode...node, returns its parent paragraph. If the field is already removed...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Archiver

    les archives...: Activer les marques de paragraphe Ouvrez votre document Word...forme, tels que les sauts de paragraphe et les sauts de page. Enlevez...

    blog.aspose.com/fr/words/how-to-delete-blank-pa...
  6. Aspose::Words::Document::get_TrackRevisions met...

    Aspose::Words::Document::get_TrackRevisions method. True if changes are tracked when this document is edited in Microsoft Word in C++....its parent node from the paragraph text // and then remove the...() -> get_Body () -> get_Paragraphs () -> idx_get ( 1 ); System...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. TextPath Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.TextPath class for creating stunning WordArt. Easily define text and formatting to enhance your documents....<summary> /// Insert a new paragraph with a WordArt shape inside...textFontFamily ; Paragraph para = ( Paragraph ) doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreFootnotes method. Specifies whether to compare differences in footnotes and endnotes in C++....DocumentBuilder > ( docOriginal ); // Paragraph text referenced with an endnote:...world! This is the first paragraph." ); builder -> InsertFootnote...

    reference.aspose.com/words/cpp/aspose.words.com...
  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/ja/net/extract-text-from...
  10. Gestion des tableaux de présentation avec Pytho...

    Créez et modifiez des tableaux dans les diapositives PowerPoint et OpenDocument avec Aspose.Slides pour Python via .NET. Découvrez des exemples de code simples pour rationaliser vos flux de travail de tableaux....Définir l’alignement des paragraphes et les marges. Définir l’orientation...les cellules du tableau. paragraph_format = slides . ParagraphFormat...

    docs.aspose.com/slides/fr/python-net/manage-table/