Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 21,188 for

layout

(0.48 sec)
  1. Manage Presentation Slide Masters in C++|Aspose...

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

    docs.aspose.com/slides/cpp/slide-master/
  2. Word to PDF Conversion Issue: Table cell text t...

    Hello, I have encountered an issue where Aspose.Words incorrectly handles text wrapping/breaking inside a table cell when a forward slash (/) is present. Description of the problem: In MS Word: The text inside the ce…... It seems that the Aspose Layout Engine handles line-breaking...Expected layout in MS Word. aspose_pdf.png — Incorrect layout in Aspose...

    forum.aspose.com/t/word-to-pdf-conversion-issue...
  3. 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...
  4. SectionCollection.Item | Aspose.Words for .NET

    Access specific sections effortlessly with the SectionCollection Item property. Retrieve any section by index for streamlined data management....when to recalculate the page layout of the document. Document doc...automatically // cache the layout of the document within its...

    reference.aspose.com/words/net/aspose.words/sec...
  5. 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...
  6. 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/
  7. DWG DXF to PDF C# | Convert Auto CAD Files to P...

    Use C# .NET AutoCAD to PDF converter to convert DWG or DXF to PDF in C#. You can convert DWG, DWF, DWT and DXF to PDF, JPEG, PNG, BMP, GIF and TIFF in C# .NET as well....“Model” layout. However, you may also specify the layouts of your...False No Specifies if auto-layout scaling has to be performed...

    docs.aspose.com/cad/net/developer-guide/convert...
  8. Manage Presentation Slide Masters in Java|Aspos...

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

    docs.aspose.com/slides/java/slide-master/
  9. Aspose::Words::Document::get_LayoutOptions meth...

    Aspose::Words::Document::get_LayoutOptions method. Gets a LayoutOptions object that represents options to control the Layout process of this document in C++....represents options to control the layout process of this document. System...SharedPtr < Aspose :: Words :: Layout :: LayoutOptions > Aspose ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Image Not Visible in Slide Preview but Appears ...

    In preview, image is not visible but when we download the pptx file we can see the image . if slide.logo_base64: try: svg_image, mime_type = decode_data_uri(slide.lo…...await create_presentation_with_layout(presentation, slide) except...def create_presentation_with_layout( presentation: slides.Presentation...

    forum.aspose.com/t/image-not-visible-in-slide-p...