Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 157,121 for

doc

(0.07 sec)
  1. FindReplaceOptions.match_case property | Aspose...

    FindReplaceOptions.match_case property. True indicates case-sensitive comparison, false indicates case-insensitive comparison.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . writeln ( 'Ruby bought...

    reference.aspose.com/words/python-net/aspose.wo...
  2. VbaProject.clone method | Aspose.Words for Python

    VbaProject.clone method. Performs a copy of the [VbaProject](../).... doc = aw . Document ( file_name =...) dest_doc = aw . Document () copy_vba_project = doc . vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Section.Body | Aspose.Words for .NET

    Discover the Section Body property that retrieves the Body child node, enhancing your web development with streamlined content management.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/sec...
  4. Aspose::Words::Drawing::ShapeBase::get_IsDecora...

    Aspose::Words::Drawing::ShapeBase::get_IsDecorative method. Gets or sets the flag that specifies whether the shape is decorative in the Document in C++.... auto doc = MakeObject < Document > ( MyDir...:: ExplicitCast < Shape > ( doc -> GetChildNodes ( NodeType ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. DocumentBuilder.StartBookmark | Aspose.Words fo...

    Utilize the DocumentBuilder StartBookmark method to effortlessly mark and manage key positions in your Document, enhancing organization and navigation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A valid bookmark needs...

    reference.aspose.com/words/net/aspose.words/doc...
  6. ShapeBase.IsInsertRevision | Aspose.Words for .NET

    Discover how ShapeBase's IsInsertRevision property enhances your Word Documents by identifying changes made during tracking. Boost your editing efficiency!...Document doc = new Document (); Assert . False ( doc . TrackRevisions...kind. Shape shape = new Shape ( doc , ShapeType . Cube ); shape ...

    reference.aspose.com/words/net/aspose.words.dra...
  7. HtmlFixedSaveOptions.remove_java_script_from_li...

    HtmlFixedSaveOptions.remove_java_script_from_links property. Specifies whether JavaScript will be removed from links... doc = aw . Document ( file_name =...remove_java_script_from_links = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartAxisTitle.overlay property | Aspose.Words ...

    ChartAxisTitle.overlay property. Determines whether other chart elements shall be allowed to overlap the title... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  9. LoadOptions.UpdateDirtyFields | Aspose.Words fo...

    Discover how the LoadOptions UpdateDirtyFields property enhances data integrity by selectively updating fields marked as dirty for optimal performance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Give the document's built-in...

    reference.aspose.com/words/net/aspose.words.loa...
  10. Aspose::Words::Layout::RevisionColor enum | Asp...

    Aspose::Words::Layout::RevisionColor enum. Allows to specify color of Document revisions in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a revision, then...

    reference.aspose.com/words/cpp/aspose.words.lay...