Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 17,593 for

layout

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

    Discover Aspose.Words.Layout.LayoutEntityType enum, featuring diverse Layout entity types for enhanced document formatting and seamless integration....LayoutEntityType enumeration Types of the layout entities. [Flags] public enum...of traversing a document’s layout entities. public void LayoutEnumerator...

    reference.aspose.com/words/net/aspose.words.lay...
  2. LayoutEnumerator constructor | Aspose.Words for...

    LayoutEnumerator constructor. Initializes new instance of this class....page layout model to enumerate. Remarks If page layout model...document is updated and new page layout model is created, a new enumerator...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 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/nodejs-net/aspose.wo...
  4. Margins enumeration | Aspose.Words for Python

    aspose.words.Margins enumeration. Specifies preset margins....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...
  5. 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...
  6. Master Slide|Aspose.Slides 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.... Layout slides inherit from master...normal slides inherit from layout slides. This article demonstrates...

    docs.aspose.com/slides/net/examples/elements/ma...
  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. Issues with <<doc>> Tag and -sourceStyles Behav...

    I am facing two issues while using the <<doc>> tag as per the documentation on Inserting Documents Dynamically. I’d appreciate your guidance on the following: 1. Error When Using Simple <<doc>> Tag with -sourceStyles an…...sourceStyles Does Not Preserve Page Layout Size In a separate case, I...the -sourceStyles flag, the layout size of the child document...

    forum.aspose.com/t/issues-with-doc-tag-and-sour...
  9. LayoutCollector.Document | Aspose.Words for .NET

    Discover LayoutCollector's Document property to easily manage and customize document attachments for enhanced workflow efficiency....document instance, before page layout of the document is built. It...rebuilds of the document’s page layout. Examples Shows how to see...

    reference.aspose.com/words/net/aspose.words.lay...
  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...