Sort Score
Result 10 results
Languages All
Labels All
Results 6,221 - 6,230 of 21,198 for

layout

(0.37 sec)
  1. CompatibilityOptions class | Aspose.Words for N...

    Aspose.Words.Settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)...Bypass East Asian/Complex Script Layout Code. useNormalStyleForLis...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose.Words module | Aspose.Words for Node.js

    The Aspose.Words module provides classes for generating, converting, modifying, rendering and printing Microsoft Word documents without utilizing Microsoft Word....SectionLayoutMode Specifies the layout mode for a section allowing...saving. WatermarkLayout Defines layout of the watermark relative to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Rendering Options – Aspose.HTML for .NET

    Learn about rendering options in Aspose.HTML for .NET to customize the rendering of HTML to PDF, XPS, DOCX, and Images. Gain ready-to-use C# examples...parameters that determine the layout of a printed page. Those parameters...easily set up an individual layout for every page using this set...

    docs.aspose.com/html/net/rendering-options/
  4. 有什么新功能|Aspose.PDF for Java

    本页面介绍了Aspose.PDF for Java最近发布版本中引入的最受欢迎的新功能。... Layout ); StructureAttribute attr...createAttributes ( AttributeOwnerStanda . Layout ); // 为元素后的空间创建一个新的StructureAttribute...

    docs.aspose.com/pdf/zh/java/whatsnew/
  5. Convert CSV to PPSM using Python or with free O...

    CSV to PPSM conversion in your Python applications without using Microsoft Office or online. Test free CSV to PPSM online converter quickly before integrating the code....PPSM format with consistent layout and embedded capability support...

    products.aspose.com/total/python-net/conversion...
  6. Compress and Decompress POTX Files via .NET

    C# compression and decompression source code to compress POTX documents into a single zip archive or vice versa on .NET Framework, .NET Core....presentations that have same layout and other settings required...

    products.aspose.com/zip/net/zip-file/potx/
  7. Compress and Decompress VSDM Files via .NET

    C# compression and decompression source code to compress VSDM documents into a single zip archive or vice versa on .NET Framework, .NET Core....software diagrams, network layout, database models, objects mapping...

    products.aspose.com/zip/net/zip-file/vsdm/
  8. Compress and Decompress XOML Files via .NET

    C# compression and decompression source code to compress XOML documents into a single zip archive or vice versa on .NET Framework, .NET Core....format (consisting of workflow layout and settings), and other is...

    products.aspose.com/zip/net/zip-file/xoml/
  9. Difference in Aspose behaviour vs MS Office beh...

    Hi, I’m trying to insert a document at a bookmark location using Aspose.Words, and I’m attempting to replicate the same behavior I currently have with Office Interop. When I compare the results, I notice that Aspose in…...destination styles and avoid layout shifts. This approach closely...

    forum.aspose.com/t/difference-in-aspose-behavio...
  10. Word 转 html 能否标注页码的元信息? - Free Support Forum - ...

    当前 word 转 html 时,由于页码属于 “文本框”,其转换后在页眉的位置会展示为图片,能否在转换时候将页码的元信息标注在对应页码的位置,并且为对应 html 标签增加页码标记?以方便可以通过 html 反解出 word 文档的页码信息,反向转换也可以考它转的更准确。 或者是否有 java 的接口可以获取到页码信息?... LayoutCollector layout = new LayoutCollector(doc);...paragraphs) { pageNumber = layout.getStartPageIndex(para); }...

    forum.aspose.com/t/word-html/319228