Sort Score
Result 10 results
Languages All
Labels All
Results 6,241 - 6,250 of 15,201 for

section

(0.36 sec)
  1. Paragraph.get_effective_tab_stops method | Aspo...

    Paragraph.get_effective_tab_stops method. Returns array of all tab stops applied to this paragraph, including applied indirectly by styles or lists.... first_section . body . first_paragraph #...assertEqual ( 0 , len ( doc . first_section . body . first_paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. TabAlignment enumeration | Aspose.Words for Python

    aspose.words.TabAlignment enumeration. Specifies the alignment/type of a tab stop.... first_section . body . first_paragraph #...assertEqual ( 0 , len ( doc . first_section . body . first_paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  3. TabLeader enumeration | Aspose.Words for Python

    aspose.words.TabLeader enumeration. Specifies the type of the leader line displayed under the tab character.... first_section . body . first_paragraph #...assertEqual ( 0 , len ( doc . first_section . body . first_paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. Run | Aspose.Words per .NET

    Crea e personalizza la tua istanza della classe Run senza sforzo. Sblocca potenti funzionalità per prestazioni ottimizzate e funzionalità avanzate.... Section section = new Section ( doc ); doc . AppendChild...AppendChild ( section ); // Imposta alcune proprietà di impostazione...

    reference.aspose.com/words/it/net/aspose.words/...
  5. Lưu trữ

    Lưu trữ...SECTION).next_sibling.as_section() currNode = nextSection...start_section = start_node.get_ancestor(aw.NodeType.SECTION).as_section()...

    blog.aspose.com/vi/words/extract-text-from-word...
  6. Utiliser DocumentBuilder pour modifier un docum...

    Utilisez le générateur de documents pour modifier facilement un document dans Java....des Sections Les propriétés de mise en page et de section sont...attributs de mise en page d’une section (marge gauche, marge inférieure...

    docs.aspose.com/words/fr/java/using-documentbui...
  7. Supprimer des diapositives des présentations en...

    Supprimez facilement des diapositives des présentations PowerPoint et OpenDocument avec Aspose.Slides pour Python via .NET. Obtenez des exemples de code clairs et améliorez votre flux de travail....diapositive affecte‑t‑elle les sections de diapositives ? Si la diapositive...diapositive appartenait à une section, cette section contiendra simplement...

    docs.aspose.com/slides/fr/python-net/remove-sli...
  8. FieldAutoTextList Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.Fields.FieldAutoTextList, progettata per semplificare l'automazione dei documenti con un'implementazione efficiente del campo AUTOTEXTLIST....Paragraph ; Section section = new Section ( glossaryDoc ); section . AppendChild...new Body ( glossaryDoc )); section . Body . AppendParagraph (...

    reference.aspose.com/words/it/net/aspose.words....
  9. DocumentBuilder.InsertBreak | Aspose.Words لـ .NET

    قم بتعزيز مستنداتك بسهولة باستخدام طريقة InsertBreak في DocumentBuilder، مما يسمح لك بإضافة فواصل مخصصة بسلاسة لتحسين التنسيق....Writeln ( "This is the first section, which landscape oriented with...Orientation . Landscape , doc . Sections [ 1 ]. PageSetup . Orientation...

    reference.aspose.com/words/ar/net/aspose.words/...
  10. Document.LastSection | Aspose.Words لـ .NET

    اكتشف خاصية LastSection للوصول بسهولة إلى القسم الأخير من مستندك، مما يعزز كفاءة التنقل وإدارة المحتوى.... public Section LastSection { get ; } ملاحظات...Assert . AreEqual ( 1 , doc . Sections . Count ); //استخدم منشئ المستندات...

    reference.aspose.com/words/ar/net/aspose.words/...