Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 17,422 for

docx to doc

(0.08 sec)
  1. PageSetup.VerticalAlignment | Aspose.Words for ...

    Discover how the PageSetup VerticalAlignment property enhances Document layout by adjusting text alignment for improved readability and presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/net/aspose.words/pag...
  2. | Aspose

    Sample code for TIF To XLS Java conversion. Use API example code for batch TIF files To XLS conversion within any Web or DeskTop Java based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/java/conversion/tif-to-...
  3. Aspose::Words::WebExtensions::BaseWebExtensionC...

    Aspose::Words::WebExtensions::BaseWebExtensionCollection::Add method. Adds specified item To the collection in C++.... auto doc = MakeObject < Document > ();...MakeObject < TaskPane > (); doc -> get_WebExtensionTaskPane ()...

    reference.aspose.com/words/cpp/aspose.words.web...
  4. ParagraphFormat.StyleName | Aspose.Words for .NET

    Discover the ParagraphFormat StyleName property To easily manage and cusTomize paragraph styles for enhanced Document formatting and presentation.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/par...
  5. Aspose::Words::Properties::DocumentProperty::To...

    Aspose::Words::Properties::DocumentProperty::ToString method. Returns the property value as a string formatted according To the current locale in C++.... auto doc = MakeObject < Document > ( MyDir...MyDir + u "Properties.docx" ); // Every document contains a collection...

    reference.aspose.com/words/cpp/aspose.words.pro...
  6. CustomPart.clone method | Aspose.Words for Python

    CusTomPart.clone method. Makes a deep enough copy of the object... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomPartCollection.clear method | Aspose.Word...

    CusTomPartCollection.clear method. Removes all elements from the collection.... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomPartCollection.count property | Aspose.Wo...

    CusTomPartCollection.count property. Gets the number of elements contained in the collection.... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::STory::get_FirstParagraph method. Gets the first paragraph in the sTory in C++.... auto doc = MakeObject < Document > ();...auto run = MakeObject < Run > ( doc , u "Hello world!" ); SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/sto...
  10. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a TOC field, which...

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