Sort Score
Result 10 results
Languages All
Labels All
Results 6,691 - 6,700 of 182,575 for

doc

(0.23 sec)
  1. CommentRangeEnd class | Aspose.Words for Node.js

    Aspose.Words.CommentRangeEnd class. Denotes the end of a region of text that has a comment associated with it...Description CommentRangeEnd(doc, id) Initializes a new instance...'CreateCommentsAndPri' , () => { let doc = new aw . Document (); let newComment...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. SpecialChar.Accept | Aspose.Words for .NET

    Discover the SpecialChar Accept method to enhance visitor engagement and streamline interactions on your website. Boost user satisfaction today!...RemoveHiddenContentF () { Document doc = new Document ( MyDir + "Hidden...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph...

    reference.aspose.com/words/net/aspose.words/spe...
  3. SubDocument.Accept | Aspose.Words for .NET

    Discover the SubDocument Accept method to enhance visitor engagement and streamline interactions on your platform. Boost your user experience today!...DocStructureToText () { Document doc = new Document ( MyDir + "Do...and modify each visited node. doc . Accept ( visitor ); Console...

    reference.aspose.com/words/net/aspose.words/sub...
  4. Aspose::Words::Fields::FieldSeq class | Aspose....

    Aspose::Words::Fields::FieldSeq class. Implements the SEQ field. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // A TOC field can create...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Specify Layout Options in C#|Aspose.Words for .NET

    Specify Layout Options for various Document layouts using C#.... Example: Document doc = new Document ( "input.docx"...docx" ); LayoutOptions layout = doc . LayoutOptions ; layout . ShowHiddenText...

    docs.aspose.com/words/net/specify-layout-options/
  6. FieldFileName | Aspose.Words for Java

    Implements the FILENAME field in Java.... Document doc = new Document(getMyDir() + "Document...builder = new DocumentBuilder(doc); builder.moveToDocumentEnd();...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldUserName | Aspose.Words for Java

    Implements the USERNAME field in Java.... Document doc = new Document(); // Create a...userInformation.setName("John Doe"); doc.getFieldOptions().setCurrent...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldUserInitials | Aspose.Words for Java

    Implements the USERINITIALS field in Java.... Document doc = new Document(); // Create a...userInformation.setInitials("J. D."); doc.getFieldOptions().setCurrent...

    reference.aspose.com/words/java/com.aspose.word...
  9. C++ API to Export EPUB to ODT | products.aspose...

    Convert EPUB to ODT within C++ applications....OpenOffice, LibreOffice, and Google Docs. Therefore, it is important...convert EPUB file format to DOC. This API provides a wide range...

    products.aspose.com/total/cpp/conversion/epub-t...
  10. ListTemplate enumeration | Aspose.Words for Nod...

    Aspose.Words.Lists.ListTemplate enumeration. Specifies one of the predefined list formats available in Microsoft Word.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); expect ( builder . listFormat...

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