Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 20,211 for

layout

(0.18 sec)
  1. LayoutEnumerator.Reset | Aspose.Words for .NET

    Reset the LayoutEnumerator to the document's first page, enhancing navigation and efficiency for seamless document management....of traversing a document’s layout entities. public void LayoutEnumerator...contains a variety of layout entities. // Layout entities are pages...

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

    Discover the LayoutEnumerator Document property for efficient document enumeration. Enhance your workflow with this powerful feature!...of traversing a document’s layout entities. public void LayoutEnumerator...contains a variety of layout entities. // Layout entities are pages...

    reference.aspose.com/words/net/aspose.words.lay...
  3. LayoutEnumerator.PageIndex | Aspose.Words for .NET

    Discover the LayoutEnumerator PageIndex property. Easily retrieve the 1-based index of the page containing your current entity for seamless navigation....of traversing a document’s layout entities. public void LayoutEnumerator...contains a variety of layout entities. // Layout entities are pages...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Document.updatePageLayout method | Aspose.Words...

    Document.updatePageLayout method. Rebuilds the page Layout of the document....updatePageLayout() Rebuilds the page layout of the document. updatePageLayout...and REF. The up-to-date page layout information is required for...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 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...
  6. 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...
  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. 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...
  9. 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...
  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...