Sort Score
Result 10 results
Languages All
Labels All
Results 5,751 - 5,760 of 14,583 for

section

(0.12 sec)
  1. Configuración de encabezados y pies de página c...

    Este artículo explica cómo insertar programáticamente una imagen en el encabezado y pie de página de las hojas de cálculo de Excel usando Aspose.Cells for Node.js via C++....worksheet name at the left section of the header pageSetup . setHeader...current time at the central section of the header // and changing...

    docs.aspose.com/cells/es/nodejs-cpp/setting-hea...
  2. Archivio

    Archivio...new DocumentBuilder(doc); Section currentSection = builder.getCurrentSection();..."HeaderFooter.doc"); for (Section section : doc.getSections()) {...

    blog.aspose.com/it/words/add-remove-header-foot...
  3. Niveaux logiques des nœuds dans un document en ...

    Dans Aspose.Words pour C++ la documentation mentionnait les niveaux logiques des nœuds-niveau bloc, niveau en ligne ou niveau ligne. Le niveau du nœud est utilisé pour décrire l'emplacement dans l'arborescence du document où se trouve généralement le nœud.... Les sections suivantes décrivent les niveaux...logique du Document et de la Section Un document Word se compose...

    docs.aspose.com/words/fr/cpp/logical-levels-of-...
  4. Архів

    Архів...SECTION).next_sibling.as_section() currNode = nextSection...start_section = start_node.get_ancestor(aw.NodeType.SECTION).as_section()...

    blog.aspose.com/uk/words/extract-text-from-word...
  5. Page Margin Problem - Free Support Forum - aspo...

    Why does Aspose.Words retrieve different page margins for the same document when loaded in Windows versus Linux environments?...Sections[0].PageSetup.Margins.Left...50; // Set left margin doc.Sections[0].PageSetup.Margins.Right...

    forum.aspose.com/t/page-margin-problem/314423
  6. Supprimer l'en-tête et le pied de page dans Wor...

    Supprimez l'en-tête et le pied de page dans Word à l'aide de Python. Obtenez les paramètres IDE, une liste d'étapes et un exemple de code pour supprimer l'en-tête et le pied de page dans Word à l'aide de Python....pieds de page Parcourez chaque section du fichier Word chargé à l’aide...l’aide de la collection de sections Définissez le type de l’objet...

    kb.aspose.com/fr/words/python/remove-header-and...
  7. تقييد تحرير المستندات في Python|Aspose.Words لـ...

    تقييد تحرير مستند عن طريق تحديد نوع التقييد باستخدام Python. يمكنك أيضًا إزالة الحماية وإنشاء مناطق غير مقيدة قابلة للتحرير....words as aw # Insert two sections with some text. doc = aw ...aspose.words as aw # Insert two sections with some text. doc = aw ...

    docs.aspose.com/words/ar/python-net/restrict-do...
  8. Batasi Pengeditan Dokumen di Python|Aspose.Word...

    Batasi pengeditan dokumen dengan mengatur jenis pembatasan menggunakan Python. Anda juga dapat menghapus perlindungan dan membuat wilayah yang dapat diedit tidak dibatasi....words as aw # Insert two sections with some text. doc = aw ...aspose.words as aw # Insert two sections with some text. doc = aw ...

    docs.aspose.com/words/id/python-net/restrict-do...
  9. أرشيف

    أرشيف...SECTION).next_sibling.as_section() currNode = nextSection...start_section = start_node.get_ancestor(aw.NodeType.SECTION).as_section()...

    blog.aspose.com/ar/words/extract-text-from-word...
  10. The Header align is wrong after attach word - F...

    the “main” word like but after attached cover word, it looks like: 1.docx (175.8 KB) out.docx (129.3 KB) cover.docx (19.3 KB) the result the align of header is left from center. Here is my code: String path…...cover; var sections = word.getSections(); if (sections.getCount()...getCount() > 1) { var section1 = sections.get(0); section1.getPageSetup()...

    forum.aspose.com/t/the-header-align-is-wrong-af...