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

section

(0.55 sec)
  1. Archiv

    Archiv...JAR Datei aus dem releases section herunterladen oder die folgenden...new DocumentBuilder(doc); Section currentSection = builder.getCurrentSection();...

    blog.aspose.com/de/words/add-remove-header-foot...
  2. Archivio

    Archivio...sections. Per ciascuna sezione della...usando il metodo Document.sections.clear(). Importa la sezione...

    blog.aspose.com/it/words/split-a-word-document-...
  3. Sección|Documentación de Aspose.Slides

    Gestionar secciones de diapositivas en Aspose.Slides for Java: crear, renombrar, reordenar y agrupar diapositivas con ejemplos en Java para PPT, PPTX y ODP.... addSection ( "New Section" , slide ); } finally { presentation...getSections (). addSection ( "My Section" , slide ); // Acceder a una...

    docs.aspose.com/slides/es/java/examples/element...
  4. Клонирай документ в Python|Aspose.Words вместо ...

    Клониране на документ за получаване на същото копие чрез Python. При създаването на копие се клонират възли и свойства на оригиналния документ.... write ( "Section 1" ) builder . insert_break...BreakType . SECTION_BREAK_NEW_PAGE ) builder . write ( "Section 2" )...

    docs.aspose.com/words/bg/python-net/clone-a-doc...
  5. Clonar um documento em Python|Aspose.Words para...

    Clone um documento para obter uma cópia idêntica usando Python. Ao criar uma cópia, os nós e as propriedades do documento original são clonados.... write ( "Section 1" ) builder . insert_break...BreakType . SECTION_BREAK_NEW_PAGE ) builder . write ( "Section 2" )...

    docs.aspose.com/words/pt/python-net/clone-a-doc...
  6. Migration de votre code vers Aspose.PDF pour Ja...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....(); //Créer une section dans l'objet Pdf Section sec1 = pdf1 ....texte avec la référence d'une section Text text1 = new Text ( sec1...

    docs.aspose.com/pdf/fr/java/migrating-your-code...
  7. 記録

    記録...sectionsコレクションの各セクションをループします。 コレクシ...Documentクラスの新しいオブジェクトを作成します。 Document.sections.clear()メソッドを使用してデフォルトのセクションをクリアします。...

    blog.aspose.com/ja/words/split-a-word-document-...
  8. Archivo

    Archivo...Sections . Clone la sección en un nuevo...docx"); for (int i = 0; i < doc.Sections.Count; i++) { // Divida un...

    blog.aspose.com/es/words/split-ms-word-document...
  9. CompositeNode.LastChild | Aspose.Words för .NET

    Upptäck egenskapen CompositeNode LastChild för att enkelt komma åt och manipulera den sista underordnade noden, vilket förbättrar din datastrukturhantering.... Writeln ( "Section 1 text." ); builder . InsertBreak...SectionBreakContinuo ); builder . Writeln ( "Section 2 text." ); // Båda sektionerna...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. شبیه سازی یک سند در C#|Aspose.Words برای .NET

    با استفاده از C# یک سند را شبیه سازی کنید تا نسخه مشابه آن را دریافت کنید. هنگام ایجاد یک کپی، گره ها و ویژگی های سند اصلی کلون می شوند.... Write ( "Section 1" ); builder . InsertBreak...SectionBreakNewPage ); builder . Write ( "Section 2" ); // This shows what is...

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