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

section

(0.1 sec)
  1. 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...
  2. 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...
  3. 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...
  4. ארכיון

    ארכיון... לשכפל מקטע לאובייקט Section באמצעות שיטת Document.getSections()...Document.getSections().add(Section) . שמור את המסמך בשיטת Document...

    blog.aspose.com/he/words/split-ms-word-document...
  5. 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/
  6. آرشیوها

    آرشیوها...SECTION).next_sibling.as_section() currNode = nextSection...start_section = start_node.get_ancestor(aw.NodeType.SECTION).as_section()...

    blog.aspose.com/fa/words/extract-text-from-word...
  7. Получение заголовков или нижних колонтитулов с ...

    В этой статье объясняется, как программно получать заголовки и нижние колонтитулы из файлов Excel или OpenOffice через API Node.js через C++.... get ( 0 ); // Gets left section of header console . log ( sheet...getHeader ( 0 )); // Gets center section of header console . log ( sheet...

    docs.aspose.com/cells/ru/nodejs-cpp/get-headers...
  8. Paragraph.IsEndOfSection | Aspose.Words per .NET

    Scopri la proprietà Paragraph IsEndOfSection, identifica se un paragrafo è l'ultimo nel testo principale di una sezione per migliorare la struttura e la chiarezza del documento....principale della storia) di un Section ; falso altrimenti. public...foreach ( Section srcSection in docToInsert . Sections . OfType...

    reference.aspose.com/words/it/net/aspose.words/...
  9. Paragraph.IsEndOfSection | Aspose.Words لـ .NET

    اكتشف خاصية Paragraph IsEndOfSection، وحدد ما إذا كانت الفقرة هي الأخيرة في النص الرئيسي للقسم لتحسين بنية المستند ووضوحه....Body (قصة النص الرئيسي) لـ Section ؛ وإلا فسيكون خاطئًا. public...foreach ( Section srcSection in docToInsert . Sections . OfType...

    reference.aspose.com/words/ar/net/aspose.words/...
  10. Pythonमें एक दस्तावेज़ बनाएं

    Python via .NET लाइब्रेरी का उपयोग करके एक फाइल बनाएं। Python में कुछ ही चरणों में आसानी से एक नया दस्तावेज़ बनाएं।...first_section.body.first_paragraph.append_child(firstRun)...append_child(firstRun) doc.first_section.body.first_paragraph.append_child(secondRun)...

    products.aspose.com/words/hi/python-net/make/