Sort Score
Result 10 results
Languages All
Labels All
Results 8,771 - 8,780 of 17,116 for

docx to doc

(0.07 sec)
  1. FieldInfo.InfoType | Aspose.Words for .NET

    Discover how To manage FieldInfo InfoType properties effortlessly. Easily set or retrieve Document types for seamless integration in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set a value for the "Comments"...

    reference.aspose.com/words/net/aspose.words.fie...
  2. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom facTor for the generated images.... let doc = new aw . Document ( base ....+ "Office math.docx" ); let officeMath = doc . getOfficeMath...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PageInfo.PaperTray | Aspose.Words for .NET

    Discover the PageInfo PaperTray property To access the specific paper tray bin for your Document. Enhance your printing efficiency with tailored solutions!...Document doc = new Document ( MyDir + "Rendering.docx" ); // The...PrinterSettings (). PaperSources ; doc . FirstSection . PageSetup ....

    reference.aspose.com/words/net/aspose.words.ren...
  4. FieldPrintDate.use_saka_era_calendar property |...

    FieldPrintDate.use_saka_era_calendar property. Gets or sets whether To use the Saka Era calendar.... doc = aw . Document ( file_name =...+ 'Field sample - PRINTDATE.docx' ) # When a document is printed...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldPrintDate.use_um_al_qura_calendar property...

    FieldPrintDate.use_um_al_qura_calendar property. Gets or sets whether To use the Um-al-Qura calendar.... doc = aw . Document ( file_name =...+ 'Field sample - PRINTDATE.docx' ) # When a document is printed...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Font.autoColor property | Aspose.Words for Node.js

    Font.auToColor property. Returns the present calculated color of the text (black or white) To be used for 'auTo color'... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // If a run's Font object...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentPropertyCollection indexer | Aspose.Wor...

    DocumentPropertyCollection indexer. Returns a [DocumentProperty](../../Documentproperty/) object by index.... doc = aw . Document ( MY_DIR + 'Properties.docx' ) # Every...custom document property' , str ( doc . custom_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. MailMerge.RestartListsAtEachSection | Aspose.Wo...

    Discover the MailMerge RestartListsAtEachSection property—control list resets in each section for seamless mail merges. Enhance your Document precision Today!... Document doc = new Document ( MyDir + "Section..."Section breaks with numbering.docx" ); doc . MailMerge . RestartListsAtEachSe...

    reference.aspose.com/words/net/aspose.words.mai...
  9. BookmarkEnd | Aspose.Words for Java

    Represents an end of a bookmark in a Word Document in Java.... Document doc = createDocumentWithBo(3); BookmarkCollection...BookmarkCollection bookmarks = doc.getRange().getBookmarks(); p...

    reference.aspose.com/words/java/com.aspose.word...
  10. PlainTextDocument class | Aspose.Words for Python

    aspose.words.PlainTextDocument class. Allows To extract plain-text representation of the Document's content... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . save...

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