Sort Score
Result 10 results
Languages All
Labels All
Results 7,821 - 7,830 of 18,480 for

docx to doc

(0.29 sec)
  1. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between cells or conforming paragraphs.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a red horizontal...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageVerticalAlignment enumeration | Aspose.Word...

    aspose.words.PageVerticalAlignment enumeration. Specifies vertical justification of text on each page.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Modify the page setup properties...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Framesets::FramesetCollection::g...

    Aspose::Words::Framesets::FramesetCollection::get_Count method. Gets the number of frames or frames pages contained in the collection in C++.... auto doc = System :: MakeObject < Aspose...() + u "Frameset.docx" ); ASSERT_EQ ( 3 , doc -> get_Frameset...

    reference.aspose.com/words/cpp/aspose.words.fra...
  4. Aspose::Words::Framesets::FramesetCollection::i...

    Aspose::Words::Framesets::FramesetCollection::idx_get method. Gets a frame or frames page at the specified index in C++.... auto doc = System :: MakeObject < Aspose...() + u "Frameset.docx" ); ASSERT_EQ ( 3 , doc -> get_Frameset...

    reference.aspose.com/words/cpp/aspose.words.fra...
  5. Online Word Text Search Application or Develop ...

    Free online app To search in Word files. Java code for any Word file text search android application....Search in DOC (Microsoft Word Binary Format) Search in DOCX (Office...

    products.aspose.com/total/android-java/search/w...
  6. Online XLSX Text Search Application or Develop ...

    Free online app To search in XLSX files. Java code for any XLSX file text search android application....Search in DOC (Microsoft Word Binary Format) Search in DOCX (Office...

    products.aspose.com/total/android-java/search/x...
  7. Online ODS File Text Finder or Build ODS Search...

    Free online app To search in ODS file. C++ API code for any ODS file text search application....[Product Documentation](https://docs.aspose.com/cells/cpp/system-requirements/)...Search in DOC (Microsoft Word Binary Format) Search in DOCX (Office...

    products.aspose.com/total/cpp/search/ods/
  8. 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...
  9. PlainTextDocument | Aspose.Words for .NET

    Effortlessly create plain text Documents with our PlainTextDocument construcTor. Enjoy auTomatic file format detection for seamless integration!... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . Writeln ( "Hello world!" ); doc . Save...

    reference.aspose.com/words/net/aspose.words/pla...
  10. FieldIf | Aspose.Words for Java

    Implements the IF field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Statement 1:...

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