Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 7,171 for

appearance

(0.18 sec)
  1. How to Convert Excel to HTML using C#

    This brief tutorial will explain how to convert Excel to HTML using C#. By using C# Excel to HTML conversion can be completed easily by following a few steps and a short code snippet.... You can also set the appearance of the images as well as...

    kb.aspose.com/cells/net/how-to-convert-excel-to...
  2. What's is the difference between FDF, XML, and ...

    This section difference between XML, FDF and XFDF forms with Aspose.PDF Facades using Form Class....problem, we would require the appearance attributes of each field...Length ; i ++) { // Get the appearance attributes of each field...

    docs.aspose.com/pdf/net/whats-the-difference-be...
  3. C# OCR Image To Text Recognition | Aspose

    Sample code for image preprocessing and recognition via C#. These command line tool examples are designed to provide a starting point for integrating Aspose.OCR into your C# projects....image can enhance its visual appearance and improve the accuracy...

    products.aspose.com/ocr/net/recognition/
  4. Convert PowerPoint Presentations to TIFF with N...

    Convert PowerPoint presentations to TIFF with notes in JavaScript using Aspose.Slides for Node.js. Learn how to export slides with speaker notes efficiently....can change text metrics and appearance. To avoid this, supply the...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  5. RowFormat | Aspose.Words for Java

    Represents all formatting for a table row in Java....modifies that entire row's appearance. Row firstRow = table.getFirstRow();...options for text and table appearance. builder.getRowFormat().setHeight(40...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::DocumentBuilder::get_Font method...

    Aspose::Words::DocumentBuilder::get_Font method. Returns an object that represents current font formatting properties in C++....options for text and table appearance. builder -> get_RowFormat...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Specify Load Options in Java|Aspose.Words for Java

    Set advanced properties when loading a document using Java to obtain more precise control of the process....Word Version to Change the Appearance Different versions of the...to to make document loading appear as it would happen in one of...

    docs.aspose.com/words/java/specify-load-options/
  8. LayoutOptions class | Aspose.Words for Python

    aspose.words.layout.LayoutOptions class. Holds the options that allow controlling the document layout process...) Shows how to alter the appearance of revisions in a rendered...' ) # Remove the bar that appears to the left of every revised...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldIndex.number_of_columns property | Aspose....

    FieldIndex.number_of_columns property. Gets or sets the number of columns per page used when building the index....fields, and also modify its appearance. doc = aw . Document () builder...'Avocado' # This entry will not appear because it starts with the...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Split Table in C++|Aspose.Words for C++

    Split table in C++. How to split one table into two separate tables C++....own cell formatting, so the appearance of both tables remains unchanged...

    docs.aspose.com/words/cpp/split-table/