Sort Score
Result 10 results
Languages All
Labels All
Results 8,381 - 8,390 of 18,474 for

docx to doc

(0.96 sec)
  1. BuiltInDocumentProperties.scale_crop property |...

    BuiltInDocumentProperties.scale_crop property. Indicates whether Document thumbnail is cropped or scaled To fit the display.... doc = aw . Document ( file_name =...'Extended properties.docx' ) self . assertTrue ( doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldIndexFormat Enum | Aspose.Words for .NET

    Discover the Aspose.Words.FieldIndexFormat enum for cusTomizable FieldIndex formatting in your Documents. Enhance your Document's structure effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "A" ); builder...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldOptions.UserPromptRespondent | Aspose.Word...

    Discover how the FieldOptions UserPromptRespondent property enhances user experience by managing respondent interactions during field updates.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Place a field where the...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Weird behaviour regarding Paragraphs - Free Sup...

    Are you able To suggest why paragraphs imported using Document Library is sometimes split inTo multiple Run instead of just 1? image.png (15.0 KB) Business Case and Benefits of Product should be 1 Run, but it is being …...imported from another format (like DOCX or RTF), the conversion process...Document doc = new Document("path/to/your/document.docx"); Paragraph...

    forum.aspose.com/t/weird-behaviour-regarding-pa...
  5. Online ODT Text Search Application or Develop O...

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

    products.aspose.com/total/android-java/search/odt/
  6. Online XLS Text Search Application or Develop X...

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

    products.aspose.com/total/android-java/search/xls/
  7. FieldIncludeText | Aspose.Words for Java

    Implements the INCLUDETEXT field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two ways to use...

    reference.aspose.com/words/java/com.aspose.word...
  8. Node.js via C++ | Server-oriented solution for ...

    Aspose.PDF for Node.js via C++ is a PDF Document manipulation library for Node.js that makes creating complex, multi-page Documents accessible....one can easily save PDF to DOC and DOCX formats. Save PDF pages...

    products.aspose.com/pdf/nodejs-cpp/
  9. Aspose::Words::DocumentBase::get_FootnoteSepara...

    Aspose::Words::DocumentBase::get_FootnoteSeparaTors method. Provides access To the footnote/endnote separaTors defined in the Document in C++.... auto doc = System :: MakeObject < Aspose...+ u "Footnotes and endnotes.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. PlainTextDocument.text property | Aspose.Words ...

    PlainTextDocument.text property. Gets textual content of the Document concatenated as a string.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . save...

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