Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 157,133 for

doc

(0.05 sec)
  1. BookmarkCollection.RemoveAt | Aspose.Words for ...

    Effortlessly manage your bookmarks with the RemoveAt method—quickly delete any bookmark by its index for a streamlined collection!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/net/aspose.words/boo...
  2. BookmarkCollection.removeAt method | Aspose.Wor...

    BookmarkCollection.removeAt method. Removes a bookmark at the specified index.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBuilder.insert_hyperlink method | Aspos...

    DocumentBuilder.insert_hyperlink method. Inserts a hyperlink into the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'For more...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PreferredWidth.fromPercent method | Aspose.Word...

    PreferredWidth.fromPercent method. A creation method that returns a new instance that represents a preferred width specified as a percentage.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Comment::get_Done method | Aspos...

    Aspose::Words::Comment::get_Done method. Gets or sets flag indicating that the comment has been marked done in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Helo...

    reference.aspose.com/words/cpp/aspose.words/com...
  6. MailMerge.ExecuteWithRegionsADO | Aspose.Words ...

    Streamline your Document creation with the MailMerge ExecuteWithRegionsADO method. Effortlessly merge ADO Recordset data for personalized results....) Dim Doc Set Doc = Helper . Open ( "Invoice.doc" ) Doc . MailMerge..."OrderDetails" Doc . Save "Invoice Out VBScript.doc" Shows how to...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Section.headers_footers property | Aspose.Words...

    Section.headers_footers property. Provides access to the headers and footers nodes of the section.... doc = aw . Document ( file_name =... as_section (), b ), list ( doc ))): # There are three kinds...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldAutoTextList.EntryName | Aspose.Words for ...

    Discover how to manage AutoText entries with the FieldAutoTextList EntryName property—easily set or retrieve names for streamlined Document editing....FieldAutoTextList () { Document doc = new Document (); // Create...populate it with auto text entries. doc . GlossaryDocument = new GlossaryDocument...

    reference.aspose.com/words/net/aspose.words.fie...
  9. ConverterContext Class | Aspose.Words for .NET

    Discover the powerful Aspose.Words LowCode ConverterContext class for seamless Document conversion and enhanced workflow efficiency. Transform your Documents effortlessly.... string doc = MyDir + "Big document.docx"...ConverterContext ()) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  10. Aspose::Words::Document::RemoveMacros method | ...

    Aspose::Words::Document::RemoveMacros method. Removes all macros (the VBA project) as well as toolbars and command customizations from the Document in C++.... auto doc = MakeObject < Document > ( MyDir..."Macro.docm" ); ASSERT_TRUE ( doc -> get_HasMacros ()); ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words/doc...