Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 457 for

layout

(0.03 sec)
  1. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....property returns a keyboard layout corrector options object, which...allows you to enable keyboard layout correction in search queries...

    docs.groupdocs.com/search/net/search-options/
  2. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....TemplateTable ( TemplateTableLayout layout , String name , Integer pageIndex...detector parameters or table layout. If the page index is omitted...

    docs.groupdocs.com/parser/java/working-with-tem...
  3. Convert DOCX to PPTX using Node.js

    Learn how to convert DOCX to PPTX using Node.js while preserving formatting and Layout. Easily export DOCX to PPTX in Node.js with a few simple API calls....document’s formatting, images, and layout are preserved during conversion...bullet points, images, and layout, making it easy to create professional...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  4. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....The method returns a keyboard layout corrector options object, which...allows you to enable keyboard layout correction in search queries...

    docs.groupdocs.com/search/nodejs-java/search-op...
  5. Editor- Error on loading word document - Free S...

    Hi, we got an error loading a Word file. We identify that the error is produced when the document contains a textbox with specific Layout options (with text wrapping and in front of text). groupdocs-editor.version: 23.…...contains a textbox with specific layout options (with text wrapping...

    forum.groupdocs.com/t/editor-error-on-loading-w...
  6. Show Tracked Changes in Word Documents using Gr...

    We are excited to announce the release of version 17.5.0 of GroupDocs.Viewer for Java. The latest version has come with 9 new features, 16 improvements, and more than 20 bug fixes. Please continue to read more about this major release of GroupDocs.Viewer for Java. GroupDocs.Viewer for Java 17.5.0 - New Features Following are the most notable features of GroupDocs.Viewer for Java 17.5.0. Support of New File Formats We have added the support of following file formats in this latest release.... Rendering Layouts in CAD Documents # When CAD...render Model and all non-empty Layouts within a CAD document, set...

    blog.groupdocs.com/viewer/show-tracked-changes-...
  7. Convert PPTX to HTML using Node.js

    Discover how to convert PPTX to HTML using Node.js with our step-by-step guide that quickly shows you exactly how to export PPTX to HTML in Node.js with ease today....ensures the output preserves the layout, fonts, and embedded media...output that matches the original layout. If you’re developing systems...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  8. Getting Document Information | Documentation

    This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java....CAD drawings, you can extract layout and layer details: GetCadDocumentInfo...out . println ( "Layouts:" ); for ( String layout : doc_info . getLayouts...

    docs.groupdocs.com/conversion/java/get-document...
  9. Adjust Contrast when Converting a Document to I...

    Up till now, there was a simple document to image conversion process. With the GroupDocs.Conversion for Java release version 19.10, we’ve added a number of interesting features for image conversion. Set color mode when converting to JPEG Option to set compression mode Adjust image brightness and contrast Set gamma Option to flip image Have a look at its implementation of the above features in Java Conversion from CDR CDR is a vector graphics file....generate simplified markup and layout. We’d recommend you to download...

    blog.groupdocs.com/conversion/adjust-contrast-w...
  10. Getting Document Information | Documentation

    Learn how to retrieve document metadata such as file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET....print ( "Layouts:" ) for layout in doc_info . layouts : print...print ( " Layout:" , layout ) print ( "Layers:" ) for layer in doc_info...

    docs.groupdocs.com/conversion/python-net/develo...