Sort Score
Result 10 results
Languages All
Labels All
Results 7,211 - 7,220 of 18,405 for

docx to doc

(0.1 sec)
  1. Document.Unprotect | Aspose.Words for .NET

    Effortlessly unlock your Documents with our Document Unprotect method, removing any password protection for easy access and editing.... Document doc = new Document (); doc . Protect ( ProtectionType..."password" ); Assert . That ( doc . ProtectionType , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Font.subscript property | Aspose.Words for Python

    Font.subscript property. True if the font is formatted as subscript.... doc = aw . Document () para = doc . get_child (...baseline. run = aw . Run ( doc = doc , text = 'Raised text. ' )...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert HTML, XHTML, MD, MHTML, EPUB, and SVG i...

    Convert HTML To PDF, Docx, XPS, Markdown, XHTML, MHTML, and Images using Aspose.HTML Python library. Check online HTML Converter for free!...Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    products.aspose.com/html/python-net/conversion/
  4. FieldFormText | Aspose.Words for Java

    Implements the FORMTEXT field in Java....Document doc = new Document(getMyDir() + "Form fields.docx"); FieldFormCheckBox...fieldFormCheckBox = (FieldFormCheckBox) doc.getRange().getFields().get(1);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Redact ODT Document Online or using Android Mob...

    Open and redact ODT Document online via app for free. Android API code To search and replace ODT text with regular expression....[Product Documentation](https://docs.aspose.com/words/java/system-requirements/)...Redact DOC Files (Microsoft Word Binary Format) Redact DOCX Files...

    products.aspose.com/total/android-java/redact/odt/
  6. FieldUserName | Aspose.Words for Java

    Implements the USERNAME field in Java.... Document doc = new Document(); // Create a...userInformation.setName("John Doe"); doc.getFieldOptions().setCurrent...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldUserInitials | Aspose.Words for Java

    Implements the USERINITIALS field in Java.... Document doc = new Document(); // Create a...userInformation.setInitials("J. D."); doc.getFieldOptions().setCurrent...

    reference.aspose.com/words/java/com.aspose.word...
  8. StructuredDocumentTag.xml_mapping property | As...

    StructuredDocumentTag.xml_mapping property. Gets an object that represents the mapping of this structured Document tag To XML data in a cusTom XML part of the current Document.... doc = aw . Document () # Construct...world!</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert SVG to Image – C# code and Online Conve...

    Convert SVG To Image in C#. Save SVG as a raster image using Aspose.HTML for .NET API. Try online SVG To Image Converter for free!...Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    products.aspose.com/html/net/conversion/svg-to-...
  10. Style.font property | Aspose.Words for Node.js

    Style.font property. Gets the character formatting of the style.... let doc = new aw . Document (); let style = doc . styles...= new aw . DocumentBuilder ( doc ); // Apply one of the styles...

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