Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 15,010 for

section

(0.2 sec)
  1. PDFから段落を抽出する C#|Aspose.PDF for .NET

    Aspose.PDFを使用して、.NETでPDF文書から段落を抽出する方法を学びます。... MarkupSection section in markup . Sections ) { DrawRectangleOnPage...DrawRectangleOnPage ( section . Rectangle , page ); foreach ( Aspose . Pdf...

    docs.aspose.com/pdf/ja/net/extract-paragraph-fr...
  2. Архивы

    Архивы...Клонируйте раздел в объект Section с помощью метода Document-...(int i = 0; i < document->get_Sections()->get_Count(); i++) { //...

    blog.aspose.com/ru/words/split-ms-word-document...
  3. arkiv

    arkiv... Klona avsnittet till ett Section -objekt med metoden Docume...(int i = 0; i < document->get_Sections()->get_Count(); i++) { //...

    blog.aspose.com/sv/words/split-ms-word-document...
  4. SectionCollection.ToArray | Aspose.Words لـ .NET

    اكتشف طريقة SectionCollection ToArray، وانسخ جميع الأقسام بسهولة إلى مصفوفة جديدة، مما يعزز إدارة البيانات وكفاءة الترميز لديك.... public Section [] ToArray () قيمة الإرجاع...من الأقسام. أنظر أيضا class Section class SectionCollection مساحة...

    reference.aspose.com/words/ar/net/aspose.words/...
  5. آرشیوها

    آرشیوها...deepClone() بخش را به یک شی Section کلون کنید. با استفاده از روش...Document.getSections().add(Section) یک سند جدید ایجاد کنید و بخش...

    blog.aspose.com/fa/words/split-ms-word-document...
  6. Python का उपयोग करके DOCX बनाएं

    कुछ ही चरणों में Python में एक नया DOCX बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से DOCX बनाएं।...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/docx/
  7. Python का उपयोग करके Markdown बनाएं

    कुछ ही चरणों में Python में एक नया Markdown बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से Markdown बनाएं।...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/md/
  8. Run Class | Aspose.Words per .NET

    Scopri Aspose.Words.Run, una potente classe per la gestione delle sequenze di caratteri con formattazione coerente dei font, migliorando l'efficienza di elaborazione dei documenti.... Section section = new Section ( doc ); doc . AppendChild...AppendChild ( section ); // Imposta alcune proprietà di impostazione...

    reference.aspose.com/words/it/net/aspose.words/...
  9. Архивы

    Архивы...System::SharedPtr<Section>& section) { System::SharedPtr<Section> previousSection...= System::DynamicCast<Section>(section->get_PreviousSibling());...

    blog.aspose.com/ru/words/add-or-remove-header-a...
  10. Zoom für Präsentationen in C++ verwalten|Aspose...

    Zoom mit Aspose.Slides für C++ erstellen und anpassen — zwischen Abschnitten springen, Thumbnails und Übergänge in PPT-, PPTX- und ODP-Präsentationen hinzufügen....anzuzeigen, verwenden Sie einen Section Zoom . Folienzoom Ein Folienzoom...pres -> get_Sections () -> AddSection ( u "Section 1" , slide...

    docs.aspose.com/slides/de/cpp/manage-zoom/