Sort Score
Result 10 results
Languages All
Labels All
Results 9,521 - 9,530 of 180,392 for

doc

(0.87 sec)
  1. TxtListIndentation | Aspose.Words for Java

    Specifies how list levels are indented when Document is exporting to SaveFormat.TEXT format in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Create a list with three...

    reference.aspose.com/words/java/com.aspose.word...
  2. StructuredDocumentTag constructor | Aspose.Word...

    StructuredDocumentTag constructor. Initializes a new instance of the Structured Document tag class....constructor StructuredDocumentTa(doc, type, level) Initializes a new...class. StructuredDocumentTa ( doc : Aspose . Words . DocumentBase...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Convert Word Form Fields to PDF Form fields - F...

    Hi, If I have a word Document with Form Fields, then how can I convert the Document to PDF Document with PDF Form Fields. Currently if I do Doc.Save() with target file extension as PDF, it just converts the word to PDF …... Currently if I do doc.Save() with target file extension...Sample Input Word Document: Word Doc Form Fields.docx (20.4 KB) Sample...

    forum.aspose.com/t/convert-word-form-fields-to-...
  4. Font.UnderlineColor | Aspose.Words for .NET

    Discover the Font UnderlineColor property to easily customize your font's underline color for enhanced text styling and visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Underline...

    reference.aspose.com/words/net/aspose.words/fon...
  5. Font.Kerning | Aspose.Words for .NET

    Discover the Font Kerning property, control when kerning begins for optimal text clarity and design. Enhance your typography with precision!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Name = "Arial...

    reference.aspose.com/words/net/aspose.words/fon...
  6. PdfTextCompression enumeration | Aspose.Words f...

    Aspose.Words.Saving.PdfTextCompression enumeration. Specifies a type of compression applied to all content in the PDF file except images.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); for ( let i = 0 ; i < 100...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PlainTextDocument class | Aspose.Words for Node.js

    Aspose.Words.PlainTextDocument class. Allows to extract plain-text representation of the Document's content... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. | Aspose

    Sample code for TIF to Doc Java conversion. Use API example code for batch TIF files to Doc conversion within any Web or Desktop Java based application....Conversion TIF to Doc HTML JPG OCR XML BMP DOC Aspose.OCR for Java...that converts an TIF image to DOC document: Create an instance...

    products.aspose.com/ocr/java/conversion/tif-to-...
  9. | Aspose

    Sample code for PNG to Doc Java conversion. Use API example code for batch PNG files to Doc conversion within any Web or Desktop Java based application....Conversion PNG to Doc HTML JPG OCR XML BMP DOC Aspose.OCR for Java...that converts an PNG image to DOC document: Create an instance...

    products.aspose.com/ocr/java/conversion/png-to-...
  10. TabStopCollection.removeByPosition method | Asp...

    TabStopCollection.removeByPosition method. Removes a tab stop at the specified position from the collection.... let doc = new aw . Document ( base ....TOC9. for ( var paraNode of doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...