Sort Score
Result 10 results
Languages All
Labels All
Results 7,351 - 7,360 of 18,447 for

docx to doc

(1.35 sec)
  1. Remove ODT Password Protection Online or using ...

    unlock password from ODT Document through online app for free. Android API code To delete password from ODT files....[Product Documentation](https://docs.aspose.com/words/java/system-requirements/)...Unlock DOC Files (Microsoft Word Binary Format) Unlock DOCX Files...

    products.aspose.com/total/android-java/unlock/odt/
  2. FieldGlossary | Aspose.Words for Java

    Implements the GLOSSARY field in Java.... Document doc = new Document(); // Create a...AutoText building block to it. doc.setGlossaryDocument(new GlossaryDocument());...

    reference.aspose.com/words/java/com.aspose.word...
  3. PageSetup.odd_and_even_pages_header_footer prop...

    PageSetup.odd_and_even_pages_header_footer property. True if the Document has different headers and footers for odd-numbered and even-numbered pages.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify that we want different...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FindReplaceOptions.ignore_office_math property ...

    FindReplaceOptions.ignore_office_math property. Gets or sets a boolean value indicating either To ignore text inside OfficeMath/>... doc = aw . Document ( file_name =...math.docx' ) self . assertEqual ( 'i+b-c≥iM+bM-cM' , doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Table.CellSpacing | Aspose.Words for .NET

    Discover the Table CellSpacing property To easily cusTomize cell spacing in points, enhancing your table's appearance and readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Font.style_name property | Aspose.Words for Python

    Font.style_name property. Gets or sets the name of the character style applied To this formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of referencing...

    reference.aspose.com/words/python-net/aspose.wo...
  7. List.HasSameTemplate | Aspose.Words for .NET

    Discover the HasSameTemplate method, easily check if two lists share the same template, ensuring consistency and efficiency in your data management....Document doc = new Document ( MyDir + "Different lists.docx" ); Assert...Assert . That ( doc . Lists [ 0 ]. HasSameTemplate ( doc . Lists [...

    reference.aspose.com/words/net/aspose.words.lis...
  8. FieldDocVariable | Aspose.Words for Java

    Implements DocVARIABLE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two ways of using...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldTemplate | Aspose.Words for Java

    Implements the TEMPLATE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // We can set a template name...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldUserAddress | Aspose.Words for Java

    Implements the USERADDRESS field in Java.... Document doc = new Document(); // Create a...setAddress("123 Main Street"); doc.getFieldOptions().setCurrent...

    reference.aspose.com/words/java/com.aspose.word...