Sort Score
Result 10 results
Languages All
Labels All
Results 6,581 - 6,590 of 15,205 for

section

(0.17 sec)
  1. إدراج وإلحاق المستندات|Aspose.Words لـ Python v...

    دمج المستندات في مستند واحد: قم بإدراج مستند أو إلحاقه بمستند جديد أو موجود باستخدام البحث والاستبدال، أو حقل الدمج، أو الإشارة المرجعية، أو ببساطة في نهاية المستند في Python....عملية إدراج أو إلحاق باستخدام Section و PageSetup . تحتوي الخاصية...page_setup على جميع سمات القسم مثل section_start و restart_page_numbering...

    docs.aspose.com/words/ar/python-net/insert-and-...
  2. PsSaveOptions.save_format property | Aspose.Wor...

    PsSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...page setup objects of all sections to "MultiplePagesType.BookFoldPrinting"...for s in doc . sections : s = s . as_section () s . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Extraer Párrafo de PDF|Aspose.PDF para Android ...

    Este artículo describe cómo usar ParagraphAbsorber - una herramienta especial en Aspose.PDF para extraer texto de documentos PDF....( 0 ); for ( MarkupSection section : markup . getSections ())...()) { DrawRectangleOnPage ( section . getRectangle (), page ); for...

    docs.aspose.com/pdf/es/androidjava/extract-para...
  4. C++ Overview|Aspose.PDF pour C++

    Aperçu des fonctionnalités clés et des formats pris en charge d'Aspose.PDF pour C++, manuel d'installation et de licence de la bibliothèque C++.... Ici, dans la section documentation d’Aspose.PDF...informations. Vérifions la section suivante pour plus de détails...

    docs.aspose.com/pdf/fr/cpp/overview/
  5. Aspose.Words DOM|Python via .NET için Aspose.Words

    Document Object Model (DOM), bir Word belgesinin bellek içi temsilidir. Python kullanarak bir Word belgesinin içeriğini ve biçimlendirmesini okuyun, değiştirin ve değiştirin.... Section veya Paragraph gibi diğer düğümleri...ağacı oluşturulur. Document , Section , Paragraph , Table , Shape...

    docs.aspose.com/words/tr/python-net/aspose-word...
  6. Aspose.Words DOM|Aspose.Words для Python via .NET

    Document Object Model (Українська)DOM) – це незрівнянне представлення документа Word. Читання, маніпуляція та зміна вмісту та форматування документа Word за допомогою Pythonй...містити інші вузли, наприклад, Section або Paragraph , від занурення...на схемі нижче. Document , Section , Paragraph , Table , Shape...

    docs.aspose.com/words/uk/python-net/aspose-word...
  7. Aspose.Words DOM|Aspose.Words لـ Python via .NET

    Document Object Model (DOM) هو تمثيل في الذاكرة لمستند Word. قراءة ومعالجة وتعديل محتوى وتنسيق مستند Word باستخدام Python....عقد أخرى، على سبيل المثال، Section أو Paragraph ، مشتقة من فئة...في المخطط أدناه. Document ، Section ، Paragraph ، Table ، Shape...

    docs.aspose.com/words/ar/python-net/aspose-word...
  8. Convertir un document en Java|Aspose.Words pour...

    Convertissez facilement des documents d'un format à un autre. Vous pouvez travailler avec tous les formats les plus courants tels que les formats Microsoft Word tels que DOCX ou DOC, les formats OpenDocument tels que ODT ou OTT, les formats Web tels que HTML ou XHTML, les formats de texte tels que MarkDown ou TXT, et d'autres utilisant Java.... Comme mentionné dans les sections précédentes, l’énumération...Conversions populaires La section actuelle décrit les conversions...

    docs.aspose.com/words/fr/java/convert-a-document/
  9. 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...
  10. SmartTag constructor | Aspose.Words for Python

    SmartTag constructor. Initializes a new instance of the [SmartTag](../) class.... first_section . body . first_paragraph ....( smart_tag ) doc . first_section . body . first_paragraph ....

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