Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 20,330 for

layout

(0.51 sec)
  1. 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...
  2. LayoutOptions.revisionOptions property | Aspose...

    LayoutOptions.revisionOptions property. Gets revision options.... Layout . RevisionOptions See Also...Also module Aspose.Words.Layout class LayoutOptions LayoutOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 创建组织结构图|Documentation

    本节介绍如何使用 Aspose.Diagram 创建组织结构图。... 通过调用 Layout 方法自动布局 保存 diagram 创建一个 CompactTree...connecter1Id ); } } //auto layout CompactTree chart LayoutOptions...

    docs.aspose.com/diagram/zh/net/create-organizat...
  4. MS Publisher Templates. Manual

    Templates in MS Publisher are an efficient way to create various publications and help to maintain consistency and brand recognition....document assets that encapsulate layout metadata, style definitions...families and their supported layout schemas. Brochure Templates...

    docs.aspose.com/pub/net/ms-publisher-templates/
  5. 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...
  6. 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...
  7. Aspose::Words::Saving::TxtSaveOptions::get_Pres...

    Aspose::Words::Saving::TxtSaveOptions::get_PreserveTableLayout method. Specifies whether the program should attempt to preserve Layout of tables when saving in the plain text format. The default value is false in C++....should attempt to preserve layout of tables when saving in the...Examples Shows how to preserve the layout of tables when converting to...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. AsposeAI Table correction|Documentation

    Improve OCR accuracy by applying LLM‑powered table Layout output....recognition results for table layout correction and intelligent...AI-powered table detection and layout correction. Usage: Register...

    docs.aspose.com/ocr/python-net/ai/ai-table/
  9. Remove Slides from Presentations on Android|Asp...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for Android. Get clear Java code examples and boost your workflow....dispose (); } Remove Unused Layout Slides Aspose.Slides provides...delete unwanted and unused layout slides. This Java code shows...

    docs.aspose.com/slides/androidjava/remove-slide...
  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