Sort Score
Result 10 results
Languages All
Labels All
Results 5,651 - 5,660 of 15,446 for

section

(0.69 sec)
  1. Chercher

    chercher...directement à partir de la section Téléchargements . PM> Install-Package...Word sont divisés en trois sections, la page de titre, les pages...

    blog.aspose.com/fr/words/add-or-remove-header-a...
  2. Body.NodeType | Aspose.Words för .NET

    Upptäck egenskapen Body NodeType som effektivt returnerar body-innehållet, vilket förbättrar din webbutvecklingsupplevelse och effektiviserar dina projekt.... Write ( "Section 1" ); builder . MoveToHeaderFooter...( "Primary footer" ); Section section = doc . FirstSection ;...

    reference.aspose.com/words/sv/net/aspose.words/...
  3. .NET でプレゼンテーションのスライド セクションを管理する|Aspose.Slides ド...

    Aspose.Slides for .NET を使用して PowerPoint と OpenDocument のスライド セクションを効率化します — 分割、名前変更、並び替えにより PPTX と ODP のワークフローを最適化します。... Sections . AddSection ( "Section 1" , newSlide1...section2 = pres . Sections . AddSection ( "Section 2" , newSlide3...

    docs.aspose.com/slides/ja/net/slide-section/
  4. DocumentVisitor.VisitSectionEnd | Aspose.Words ...

    اكتشف طريقة DocumentVisitor VisitSectionEnd، وهي أساسية لإدارة تعداد الأقسام في تطبيقاتك. حسّن كفاءة ترميزك اليوم!...VisitSectionEnd ( Section section ) معامل يكتب وصف section Section الشيء...VisitorAction VisitSectionStart ( Section section ) { // احصل على فهرس قسمنا...

    reference.aspose.com/words/ar/net/aspose.words/...
  5. DocumentVisitor.VisitSectionStart | Aspose.Word...

    Scopri il metodo VisitSectionStart di DocumentVisitor, essenziale per tracciare l'enumerazione delle sezioni. Migliora l'efficienza della tua programmazione con questo potente strumento!...VisitSectionStart ( Section section ) Parametro Tipo Descrizione section Section...VisitorAction VisitSectionStart ( Section section ) { // Ottieni l'indice...

    reference.aspose.com/words/it/net/aspose.words/...
  6. CompositeNode.AppendChild | Aspose.Words لـ .NET

    اكتشف كيف تُحسّن طريقة CompositeNode AppendChild عملية البرمجة لديك بإضافة عقد إلى قائمة عقدك الفرعية بسلاسة. حسّن كفاءة تطويرك!... Section section = new Section ( doc ); doc . AppendChild...AppendChild ( section ); // تعيين بعض خصائص إعداد الصفحة للقسم...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. Range.Delete | Aspose.Words لـ .NET

    احذف جميع الأحرف ضمن نطاق محدد بكفاءة باستخدام طريقة حذف النطاق. بسّط مهام تحرير النصوص لديك بسهولة!... Write ( "Section 1. " ); builder . InsertBreak...Write ( "Section 2." ); Assert . AreEqual ( "Section 1. \fSection...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. 아카이브

    아카이브...sections 컬렉션의 각 섹션을 반복합니다. 컬렉션의 각 섹션에...클래스의 새 개체를 만듭니다. Document.sections.clear() 메서드를 사용하여 기본 섹션을 지웁니다...

    blog.aspose.com/ko/words/split-a-word-document-...
  9. セクション|Aspose.Slides for PHP ドキュメント

    Aspose.Slides を使用した PHP でスライドセクションを管理します:作成、名前の変更、簡単な並び替え、セクション間のスライド移動、PPT、PPTX、ODP の表示制御が可能です。..."New Section" , $slide ); $presentation -> save ( "section.pptx"...$presentation = new Presentation ( "section.pptx" ); try { // インデックスでセクションにアクセスします。...

    docs.aspose.com/slides/ja/php-java/examples/ele...
  10. C#에서 문서 복제|.NET용 Aspose.Words

    C#를 사용하여 문서를 복제하여 동일한 사본을 얻으세요. 복사본을 만들 때 원본 문서의 노드와 속성이 복제됩니다.... Write ( "Section 1" ); builder . InsertBreak...SectionBreakNewPage ); builder . Write ( "Section 2" ); // This shows what is...

    docs.aspose.com/words/ko/net/clone-a-document/