Sort Score
Result 10 results
Languages All
Labels All
Results 6,011 - 6,020 of 15,447 for

section

(0.07 sec)
  1. با استفاده از Python DOC را بسازید

    در چند مرحله یک DOC جدید در Python ایجاد کنید. با استفاده از کتابخانه Python via .NET به راحتی DOC را ایجاد کنید....first_section.body.first_paragraph.append_child(firstRun)...append_child(firstRun) doc.first_section.body.first_paragraph.append_child(secondRun)...

    products.aspose.com/words/fa/python-net/make/doc/
  2. DocumentVisitor Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.DocumentVisitor، وهي الأساس لإنشاء زوار مستندات مخصصين لتحسين معالجة المستندات ومعالجتها....virtual VisitSectionEnd ( Section ) يتم استدعاؤها عند انتهاء...virtual VisitSectionStart ( Section ) يتم استدعاؤها عند بدء تعداد...

    reference.aspose.com/words/ar/net/aspose.words/...
  3. Faire pivoter le texte dans Word en utilisant C#

    Faites pivoter le texte dans Word à l’aide de C#. Obtenez tous les détails pour configurer l'EDI, une liste d'étapes et un exemple de code pour retourner le texte dans Word à l'aide de C#....fichier Analyser toutes les sections du fichier Word Accéder à...l’orientation de toutes les sections Ces étapes résument comment...

    kb.aspose.com/fr/words/net/rotate-text-in-word-...
  4. 搜索

    搜索...Sections 屬性循環遍歷頁面部分。 將該部分克隆到新的 Section 對像中。 創建一個新的...Document 對象。 使用 Document.Sections.Add(Section) 方法將節添加到新的 Document...

    blog.aspose.com/zh-hant/words/split-ms-word-doc...
  5. Gestionar Zoom de Presentación en C++|Documenta...

    Crear y personalizar Zoom con Aspose.Slides para C++ — saltar entre secciones, añadir miniaturas y transiciones en presentaciones PPT, PPTX y ODP....pres -> get_Sections () -> AddSection ( u "Section 1" , slide...0f , 200.0f , pres -> get_Sections () -> idx_get ( 1 )); // Guarda...

    docs.aspose.com/slides/es/cpp/manage-zoom/
  6. Fichier Psd|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....prend en charge toutes les sections du format de fichier Adobe...prend en charge toutes les sections du format PSD. 1. En-têtes...

    docs.aspose.com/psd/fr/net/psd-file/
  7. Orientation Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.Orientation per un controllo impeccabile dell'orientamento della pagina. Migliora la formattazione dei tuoi documenti con facilità e precisione!...Writeln ( "This is the first section, which landscape oriented with...Orientation . Landscape , doc . Sections [ 1 ]. PageSetup . Orientation...

    reference.aspose.com/words/it/net/aspose.words/...
  8. Diviser un document en C++|Aspose.Words pour C++

    Diviser un document en plusieurs fichiers en utilisant C++. Utilisez la fonction fractionner pour diviser efficacement un document par en-têtes ou Sections, ainsi que par pages ou par plages de pages....plusieurs documents par titres ou sections. Vous pouvez également diviser...paragraphe d’en-tête, saut de section, rupture de colonne, saut de...

    docs.aspose.com/words/fr/cpp/split-a-document/
  9. Node.GetText | Aspose.Words per .NET

    Scopri il metodo Node GetText per recuperare senza sforzo il testo da un nodo e dai suoi elementi figlio, migliorando la gestione dei dati e l'efficienza dello sviluppo.... Section section = new Section ( doc ); doc . AppendChild...AppendChild ( section ); // Imposta alcune proprietà di impostazione...

    reference.aspose.com/words/it/net/aspose.words/...
  10. Slide-Abschnitte in Präsentationen mit Java ver...

    Optimieren Sie Slide-Abschnitte in PowerPoint und OpenDocument mit Aspose.Slides für Java - teilen, umbenennen und neu anordnen, um PPTX- und ODP-Workflows zu verbessern.... addSection ( "Section 1" , newSlide1 ); ISection...getSections (). addSection ( "Section 2" , newSlide3 ); // section1...

    docs.aspose.com/slides/de/java/slide-section/