Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 19,730 for

layout

(0.32 sec)
  1. Exporting CAD|CAD Documentation

    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.... Exporting CAD Layouts to PDF Aspose.CAD for .NET...NET allows you to export CAD layouts to PDF. The Save method of...

    docs.aspose.com/cad/net/developer-guide/exporti...
  2. Exporting CAD|CAD Documentation

    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.... Exporting CAD Layouts to PDF Aspose.CAD for .NET...NET allows you to export CAD layouts to PDF. The Save method of...

    docs.aspose.com/cad/net/exporting-cad/
  3. LayoutEnumerator.type property | Aspose.Words f...

    LayoutEnumerator.type property. Gets the type of the current entity.... Layout . LayoutEntityType See Also...Also module Aspose.Words.Layout class LayoutEnumerator LayoutEnumerator...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Line spacing and word spacing differences when ...

    The current version of Aspose I have is 17.2.0. Using the 30 day temporary license for version 25.3.0, I notice slight differences in line spacing and word spacing that add up across documents with multiple pages. The r…...Words Document Layout Engine is to make it as close...that differences in document layout may occur between older and...

    forum.aspose.com/t/line-spacing-and-word-spacin...
  5. Footer height and extra line issue when convert...

    I am experiencing a Layout problem when converting OpenDocument Text (.odt) files to PDF using Aspose.Words for .NET version 23.5.0. Specifically, the footer height is handled incorrectly, causing an extra line to appear…...8:06am 1 I am experiencing a layout problem when converting OpenDocument...zero. This breaks the document layout. –Details:– The issue only...

    forum.aspose.com/t/footer-height-and-extra-line...
  6. MultiPageLayout.single_page method | Aspose.Wor...

    MultiPageLayout.single_page method. Creates a Layout that renders only the first of specified pages....method single_page() Creates a layout that renders only the first...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert Mesh to Triangle Mesh and Primitive Sha...

    Aspose.3D for Java API has support to convert mesh to triangle mesh with custom memory Layout of the vertex. The custom memory Layout of the Vertex is defined dynamically by VertexDeclaration class in the code examples....Triangle Mesh with Custom Memory Layout of Vertex Aspose.3D for Java...memory layout of the vertex. The custom memory layout of the...

    docs.aspose.com/3d/java/convert-mesh-to-triangl...
  8. StyleCollection.Item | Aspose.Words for .NET

    Discover StyleCollection's powerful Item property to effortlessly retrieve styles by name or alias, enhancing your design experience with ease!...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/sty...
  9. Aspose::Words::SectionCollection::idx_get metho...

    Aspose::Words::SectionCollection::idx_get method. Retrieves a section at the given index in C++....when to recalculate the page layout of the document. auto doc =...automatically // cache the layout of the document within its...

    reference.aspose.com/words/cpp/aspose.words/sec...
  10. Word saveto Pdf,内容样式错误问题 - Free Support Forum -...

    Document doc = new Document(“test.docx”); SaveOptions saveOptions = SaveOptions.createSaveOptions(SaveFormat.PDF); saveOptions.setMemoryOptimization(true); doc.save(“test.pdf”, saveOptions); Aspose.word for java 25.1…...character widths and cause layout overflow. Enabling memory‑optimization...setMemoryOptimizatio(true) ) can affect layout calculations in some scenarios...

    forum.aspose.com/t/word-saveto-pdf/322091