Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 20,001 for

layout

(0.13 sec)
  1. Apply a theme to a presentation|Aspose.Slides D...

    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....// Insert the code for the layout for this example. string defaultLayoutType...Content" ; // Remove the slide layout relationship on all slides...

    docs.aspose.com/slides/net/apply-a-theme-to-a-p...
  2. MultiPageLayout.Grid | Aspose.Words for .NET

    Arranges pages left to right, top to bottom in a grid Layout for compact multi-page image output....Grid method Creates a layout in which pages are rendered...The number of columns in the layout. Must be greater than zero...

    reference.aspose.com/words/net/aspose.words.sav...
  3. How to tag tables to a page number in word docu...

    I am reading a word document using python-docx, python-docx·PyPI but it has limitation as it does not give us the page information. The word document has lot of tables which could be splitted to next page. The python-do…...update_page_layout() layout_collector = aw.layout.LayoutCollector(doc)...TABLE, True), 1): start_page = layout_collector.get_start_page_index(table)...

    forum.aspose.com/t/how-to-tag-tables-to-a-page-...
  4. Convert JSON to CSV|Documentation

    Learn how to convert JSON to a CSV file with Aspose.Cells for Python via .NET API....class provides options for JSON layout such as ignore_array_title...processes the JSON using the layout options set with the JsonLayoutOptions...

    docs.aspose.com/cells/python-net/convert-json-t...
  5. SectionCollection indexer | Aspose.Words for Py...

    SectionCollection indexer. Retrieves a section at the given index....when to recalculate the page layout of the document. doc = aw ...will automatically # cache the layout of the document within its...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Saving to Fixed-page Format in C++|Aspose.Words...

    How to save a document to a fixed-page format – PDF, XPS, HTML, XAML, PostScript, and PCL? See the instructions....Contents [ Hide ] After the page layout is built and the geometry of...Creating a Page Layout in C++ Specify Layout Options in C++ Related...

    docs.aspose.com/words/cpp/saving-a-document-to-...
  7. Margins | Aspose.Words for Java

    Specifies preset margins in Java....when to recalculate the page layout of the document. Document doc...automatically // cache the layout of the document within its...

    reference.aspose.com/words/java/com.aspose.word...
  8. Manage Presentation Slide Masters in JavaScript...

    Manage Slide Masters in Aspose.Slides for Node.js via Java: create, edit and apply Layouts, themes and placeholders to PPT, PPTX and ODP with concise examples....slide template that defines the layout, styles, theme, fonts, background... add shapes, customize the layout, etc. Aspose.Slides provides...

    docs.aspose.com/slides/nodejs-java/slide-master/
  9. Customize Plot Areas of Presentation Charts on ...

    Discover how to customize chart plot areas in PowerPoint presentations with Aspose.Slides for Android via Java. Improve your slide visuals effortlessly.... dispose (); } Set the Layout Mode of a Chart Plot Area Aspose...provides a simple API to set the layout mode of the chart plot area...

    docs.aspose.com/slides/androidjava/chart-plot-a...
  10. 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…...— they can’t have floating layout or valid rectangle if (s.ShapeType...Debug("Skipping shape as it has no layout entity. Might be a floating...

    forum.aspose.com/t/getting-exception-floating-s...