Sort Score
Result 10 results
Languages All
Labels All
Results 7,271 - 7,280 of 157,597 for

doc

(0.06 sec)
  1. FieldUserName class | Aspose.Words for Python

    aspose.words.fields.FieldUserName class. Implements the USERNAME field... doc = aw . Document () # Create a...user_information . name = 'John Doe' doc . field_options . current_user...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Load Plain Text (TXT) Files in Ruby|Aspose.Word...

    Load TXT file and save as Word Document using Ruby.... doc = Rjb :: import ( 'com.aspose...such as DOCX. doc . save ( data_dir + "LoadTxt Out.doc" ) Download...

    docs.aspose.com/words/java/load-plain-text-txt-...
  3. WarningSource enumeration | Aspose.Words for Py...

    aspose.words.WarningSource enumeration. Specifies the module that produces a warning during Document loading or saving.... DOC Module that reads/writes binary DOC files. TEXT...work with the warning source. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBuilder.InsertHorizontalRule | Aspose.W...

    Enhance your Documents with the DocumentBuilder InsertHorizontalRule method, effortlessly adding stylish horizontal lines for better organization and visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertHorizontalRule...

    reference.aspose.com/words/net/aspose.words/doc...
  5. OdtSaveOptions.IsStrictSchema11 | Aspose.Words ...

    Optimize your ODT exports with the IsStrictSchema11 property. Ensure strict compliance with ODT 1.1 or enable 1.2 compatibility for best results.... Document doc = new Document ( MyDir + "Rendering...IsStrictSchema11 = exportToOdt11Specs }; doc . Save ( ArtifactsDir + "OdtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. XlsxDateTimeParsingMode enumeration | Aspose.Wo...

    aspose.words.saving.XlsxDateTimeParsingMode enumeration. Specifies how Document text is parsed to identify date and time values.... doc = aw . Document ( file_name =...XlsxDateTimeParsingM . AUTO doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FontEmbeddingLicensingRights.NoSubsetting | Asp...

    Discover the Font Embedding Licensing Rights with No Subsetting. Ensure compliance and protect your fonts while enhancing your design projects.... Document doc = new Document ( MyDir + "Embedded...FontInfoCollection fontInfos = doc . FontInfos ; foreach ( FontInfo...

    reference.aspose.com/words/net/aspose.words.fon...
  8. Bookmark.text property | Aspose.Words for Node.js

    Bookmark.text property. Gets or sets the text enclosed in the bookmark....let doc = CreateDocumentWithBo ( 3 ); let bookmarks = doc . range...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Bookmark.bookmarkEnd property | Aspose.Words fo...

    Bookmark.bookmarkEnd property. Gets the node that represents the end of the bookmark....let doc = CreateDocumentWithBo ( 3 ); let bookmarks = doc . range...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Comment.setText method | Aspose.Words for Node.js

    Comment.setText method. This is a convenience method that allows to easily set text of the comment.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let comment = new aw . Comment ( doc , "John Doe"...

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