Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 14,821 for

section

(0.15 sec)
  1. PsSaveOptions.UseBookFoldPrintingSettings | Asp...

    Discover the PsSaveOptions UseBookFoldPrintingSettings property to easily save documents in a booklet layout for enhanced printing efficiency....page setup objects of all sections to "MultiplePagesType.BookFoldPrinting"...BookFoldPrinting". foreach ( Section s in doc . Sections ) { s . PageSetup...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PdfSaveOptions.UseBookFoldPrintingSettings | As...

    Discover the PdfSaveOptions UseBookFoldPrintingSettings property to easily save documents in a booklet layout for enhanced printing efficiency....page setup objects of all sections to "MultiplePagesType.BookFoldPrinting"...renderTextAsBookfold ) foreach ( Section s in doc . Sections ) { s . PageSetup...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Efficiently Merge Presentations in C++|Aspose.S...

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations with Aspose.Slides for C++, streamlining your workflow....Merge Slides to a Presentation Section This C++ code shows you how...merge a specific slide to a section in a presentation: auto pres1...

    docs.aspose.com/slides/cpp/merge-presentation/
  4. DocumentBuilder | Aspose.Words for Java

    Provides methods to insert text images and other content specify font paragraph and Section formatting in Java....specify font, paragraph and section formatting. To learn more,...page and section properties for the current section and all section...

    reference.aspose.com/words/java/com.aspose.word...
  5. Create Thumbnails of Presentation Shapes in Pyt...

    Generate high-quality shape thumbnails from PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET – easily create and export presentation thumbnails....Custom Scaling Factor This section shows how to generate shape...Shape’s Appearance Bounds This section shows how to generate a thumbnail...

    docs.aspose.com/slides/python-net/create-shape-...
  6. Find and Replace in C#|Aspose.Words for .NET

    Find a string or regular expression pattern in your document and replace it with the text you want using C#....composed of multiple paragraphs, sections, or pages. Some of the metacharacters...paragraph break, &b for a section break, &m for a page break...

    docs.aspose.com/words/net/find-and-replace/
  7. NodeImporter constructor | Aspose.Words for Python

    aspose.words.NodeImporter constructor...all block-level nodes in the section's body, # then clone and insert...of a section. for src_section in doc_to_insert . sections : src_section...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose words Java -ExportDocumentStructure - vi...

    When exporting DOCX to PDF with pdfOptions.setExportDocumentStructure(true) enabled, the Table of Contents (TOC) shows an unexpected visible space after the page number (trailing whitespace) on TOC lines in the tagged PD…...write("Section 1.1: Overview"); builder.writeln();....LEVEL_2); builder.write("Section 1.2: Background"); builder...

    forum.aspose.com/t/aspose-words-java-exportdocu...
  9. Getting exception "Floating shape not allowed i...

    We are using below code and getting exception - foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { try { // Skip shapes that are textboxes — th…...PageSetup ps = ((Section)s.GetAncestor(NodeType.Section)).PageSetup;...PageSetup ps = ((Section)s.GetAncestor(NodeType.Section)).PageSetup;...

    forum.aspose.com/t/getting-exception-floating-s...
  10. Draw Geometric Shapes in Java

    Aspose.PSD for Java is a perfect choice when you want to draw geometric shapes in Java. This Java drawing library offers several features. So, let's explore....Svenska Introduction This section will demonstrate why you should...Code Sample Likewise, this section will take you to the code snippet...

    blog.aspose.com/psd/draw-geometric-shapes-in-java/