Sort Score
Result 10 results
Languages All
Labels All
Results 6,771 - 6,780 of 15,246 for

section

(0.12 sec)
  1. العمل مع الأقسام في Python|Aspose.Words لـ Pyth...

    إنشاء وإدارة الأقسام وفواصل الأقسام في مستند باستخدام Python. إدراج قسم في مستند Python. إزالة القسم Python. نسخ الأقسام بين المستندات....أقسام المستند بواسطة فئتي Section و SectionCollection . كائنات...ويمكن الوصول إليها عبر خاصية Sections . يمكنك إدارة تلك العقد باستخدام...

    docs.aspose.com/words/ar/python-net/working-wit...
  2. DocumentBase.ImportNode | Aspose.Words لـ .NET

    استورد العقد بسهولة من مستندات أخرى لتحسين سير عملك باستخدام طريقة ImportNode من DocumentBase. بسّط إدارة مستنداتك اليوم!... Section importedSection = ( Section ) dstDoc . ImportNode...نمط الوجهة. Section importedSection = ( Section ) dstDoc . ImportNode...

    reference.aspose.com/words/ar/net/aspose.words/...
  3. ImportFormatOptions.keep_source_numbering prope...

    ImportFormatOptions.keep_source_numbering property. Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination documents... first_section . body . paragraphs : paragraph...paragraph , True ) dst_doc . first_section . body . append_child ( imported_node...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Como excluir todas as quebras de seção no Word ...

    Este artigo orienta sobre como excluir todas as quebras de seção no Word usando C#. Ele contém as informações necessárias para definir o ambiente para o desenvolvimento junto com o código de exemplo para remover a quebra de seção no Word usando C#....para remoção Percorra todo o sections começando do penúltimo ao...base na propriedade Section.Body ou Section.PageSetup, se necessário...

    kb.aspose.com/pt/words/net/how-to-delete-all-se...
  5. DocumentBuilder.move_to_document_end method | A...

    DocumentBuilder.move_to_document_end method. Moves the cursor to the end of the document.... first_section . body . first_paragraph ....builder . move_to ( doc . first_section . body . first_paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.is_at_start_of_paragraph proper...

    DocumentBuilder.is_at_start_of_paragraph property. Returns ``True`` if the cursor is at the beginning of the current paragraph (no text before the cursor).... first_section . body . first_paragraph ....builder . move_to ( doc . first_section . body . first_paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.CurrentSection | Aspose.Words p...

    Scopri la proprietà CurrentSection di DocumentBuilder per accedere e gestire facilmente la sezione selezionata nel tuo documento, migliorando la tua esperienza di modifica.... public Section CurrentSection { get ; } Esempi...docx" ); Guarda anche class Section class DocumentBuilder spazio...

    reference.aspose.com/words/it/net/aspose.words/...
  8. PsSaveOptions.UseBookFoldPrintingSettings | Asp...

    اكتشف خاصية PsSaveOptions UseBookFoldPrintingSettings لحفظ المستندات بسهولة في تخطيط كتيب لتحسين كفاءة الطباعة.... foreach ( Section s in doc . Sections ) { s . PageSetup...

    reference.aspose.com/words/ar/net/aspose.words....
  9. Document.UpdatePageLayout | Aspose.Words för .NET

    Förnya dokumentets struktur med metoden UpdatePageLayout, vilket säkerställer en polerad och organiserad layout för förbättrad läsbarhet och presentation.... Sections [ 0 ]. PageSetup . Orientation...Orientation . Landscape ; doc . Sections [ 0 ]. PageSetup . Margins...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. Node.document property | Aspose.Words for Python

    Node.document property. Gets the document to which this node belongs.... first_section . body . append_child ( para...assertEqual ( doc . first_section . body , para . parent_node...

    reference.aspose.com/words/python-net/aspose.wo...