Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 30,983 for

doc

(0.11 sec)
  1. FieldSeparator.Accept | Aspose.Words for .NET

    Discover how the FieldSeparator Accept method enhances visitor engagement and streamlines data processing for your applications....FieldCollection () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Aspose::Words::WarningInfo class | Aspose.Words...

    Aspose::Words::WarningInfo class. Contains information about a warning that Aspose.Words issued during Document loading or saving. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ( MyDir...:: HandleDocumentSubsti > (); doc -> set_WarningCallback ( substitutionWarningH...

    reference.aspose.com/words/cpp/aspose.words/war...
  3. VariableCollection.Remove | Aspose.Words for .NET

    Effortlessly remove Document variables using the VariableCollection Remove method. Streamline your data management with this efficient solution.... Document doc = new Document (); VariableCollection...VariableCollection variables = doc . Variables ; // Every document has...

    reference.aspose.com/words/net/aspose.words/var...
  4. FieldEnd.Accept | Aspose.Words for .NET

    Discover FieldEnd's Accept method—seamlessly engage visitors and enhance user experience with our innovative solutions. Unlock your site's potential today!...FieldCollection () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Aspose::Words::Drawing::OleFormat::get_SourceIt...

    Aspose::Words::Drawing::OleFormat::get_SourceItem method. Gets or sets a string that is used to identify the portion of the source file that is being linked in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Embed a Microsoft Visio...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_Direction method. Selects direction for replace. Default value is Forward in C++....findReplaceDirection ) { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert three runs which...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. Aspose::Words::DocumentVisitor::VisitCommentSta...

    Aspose::Words::DocumentVisitor::VisitCommentStart method. Called when enumeration of a comment text has started in C++....void CommentsToText () { auto doc = MakeObject < Document > ( MyDir...and modify each visited node. doc -> Accept ( visitor ); std ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Revision.accept method | Aspose.Words for Python

    Revision.accept method. Accepts this revision.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Normal editing of the document...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Revision.Accept | Aspose.Words for .NET

    Streamline your workflow with the Revision Accept method—effortlessly approve changes and enhance collaboration for smoother project management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Normal editing of the document...

    reference.aspose.com/words/net/aspose.words/rev...
  10. Document.has_revisions property | Aspose.Words ...

    Document.has_revisions property. Returns ``True`` if the Document has any tracked changes.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Normal editing of the document...

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