Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 19,709 for

layout

(0.07 sec)
  1. 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...
  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. PageSetup.margins property | Aspose.Words for P...

    PageSetup.margins property. Returns or sets preset [Margins](../../margins/) of the page....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...
  4. WatermarkLayout Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WatermarkLayout enum for optimal watermark positioning. Enhance your document design with precise Layout control and customization....WatermarkLayout enumeration Defines layout of the watermark relative to...Horizontal 0 Horizontal watermark layout. Corresponds to 0 degrees of...

    reference.aspose.com/words/net/aspose.words/wat...
  5. PageSetup.Margins | Aspose.Words for .NET

    Adjust your page's Margins effortlessly with the PageSetup property. Customize settings for optimal Layout and presentation. Enhance your document's appearance!...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/pag...
  6. 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-...
  7. IPageLayoutCallback class | Aspose.Words for No...

    Aspose.Words.Layout.IPageLayoutCallback class. Implement this interface if you want to have your own custom method called during build and rendering of page Layout model....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/nodejs-net/aspose.wo...
  8. IPageLayoutCallback Interface | Aspose.Words fo...

    Customize your document Layout with Aspose.Words.Layout.IPageLayoutCallback interface. Enhance rendering with your own methods for optimal results....build and rendering of page layout model. public interface IPageLayoutCallback...This is called to notify of layout build and rendering progress...

    reference.aspose.com/words/net/aspose.words.lay...
  9. LayoutEntityType | Aspose.Words for Java

    Types of the Layout entities in Java....LayoutEntityType Types of the layout entities. Examples: Shows ways...of traversing a document’s layout entities. public void layoutEnumerator()...

    reference.aspose.com/words/java/com.aspose.word...
  10. 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...