Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 20,153 for

layout

(0.07 sec)
  1. Margins Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Margins enum for customizable document margins. Enhance your document formatting with easy-to-use presets!...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/mar...
  2. Document.extractPages method | Aspose.Words for...

    Aspose.Words.Document.extractPages method...headers/footers and cross tables layout will be preserved. But due...of pages, full match of the layout is a quiet complicated task...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Drawing::TextPath::get_ReverseRo...

    Aspose::Words::Drawing::TextPath::get_ReverseRows method. Determines whether the Layout order of rows is reversed in C++....method Determines whether the layout order of rows is reversed....value is false . If true , the layout order of rows is reversed....

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. IPageLayoutCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during build and rendering of page Layout model in Java....build and rendering of page layout model. Remarks: The primary...It is possible to build page layout model for only a few pages...

    reference.aspose.com/words/java/com.aspose.word...
  5. Bug when generating Html in fixedLayout of a do...

    Table with dotted border.docx (19.6 KB) When I convert this word document with this code to HTML output: HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions(); saveOptions.setExportEmbeddedCss(true); saveOption…...a dotted border, the fixed‑layout HTML saver renders that border...table‑border styles from the fixed‑layout HTML, so no overlay is created...

    forum.aspose.com/t/bug-when-generating-html-in-...
  6. Manage SmartArt in PowerPoint Presentations Usi...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for Python via .NET using clear code samples that speed up slide design and automation....SmartArt to slides and switch its layout, detect and handle hidden nodes...configure organization-chart layouts, and build picture organization...

    docs.aspose.com/slides/python-net/manage-smartart/
  7. WatermarkLayout enumeration | Aspose.Words for ...

    aspose.words.WatermarkLayout enumeration. Defines Layout of the watermark relative to the watermark center....WatermarkLayout enumeration Defines layout of the watermark relative to...HORIZONTAL Horizontal watermark layout. Corresponds to 0 degrees of...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Master Slide|Aspose.Slides Documentation

    Manage master slides in C# with Aspose.Slides: create, edit, clone, and format themes, backgrounds, placeholders to unify slides in PowerPoint and OpenDocument.... Layout slides inherit from master...normal slides inherit from layout slides. This article demonstrates...

    docs.aspose.com/slides/net/examples/elements/ma...
  9. Slide|Aspose.Slides for Python Documentation

    Manage slides in Python with Aspose.Slides: create, clone, reorder, hide, set backgrounds and size, apply transitions, and export for PowerPoint and OpenDocument....select a layout. In this example, we use the Blank layout and add...# Each slide is based on a layout, which itself is based on a...

    docs.aspose.com/slides/python-net/examples/elem...
  10. I want the entities that are stored in the view...

    using Aspose.CAD; using Aspose.CAD.FileFormats.Cad.CadObjects; using System.Collections.Generic; public class FetchEntitiesInViewport { public static void Run(string fileName) { using (CadImage cadImage …...through each layout in the DWG file foreach (CadLayout layout in cadImage...cadImage.Layouts.Values) { if (layout.BlockTableRecordHand != null)...

    forum.aspose.com/t/i-want-the-entities-that-are...