Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 180,443 for

doc

(0.16 sec)
  1. IStructuredDocumentTag.appearance property | As...

    IStructuredDocumentTag.appearance property. Gets or sets the appearance of the structured Document tag.... let doc = new aw . Document ( base ....document tags.docx" ); let tag = doc . getChild ( aw . NodeType ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::Markup::CustomPart::get_ContentT...

    Aspose::Words::Markup::CustomPart::get_ContentType method. Specifies the content type of this custom part in C++.... auto doc = System :: MakeObject < Aspose...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. Aspose::Words::Markup::CustomPartCollection::id...

    Aspose::Words::Markup::CustomPartCollection::idx_set method. Gets or sets an item at the specified index in C++.... auto doc = System :: MakeObject < Aspose...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an Document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...Combine(_rootPath, templatePath); Document doc = new Document(path); // Remove...content) while (doc.Range.Bookmarks.Count > 0) { doc.Range.Bookmarks[0]...

    forum.aspose.com/t/bookmarking-all-the-static-t...
  5. ShapeBase.is_decorative property | Aspose.Words...

    ShapeBase.is_decorative property. Gets or sets the flag that specifies whether the shape is decorative in the Document.... doc = aw . Document ( file_name =...'Decorative shapes.docx' ) shape = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ShadowFormat.color property | Aspose.Words for ...

    ShadowFormat.color property. Gets or sets a aspose.pydrawing.Color object that represents the color for the shadow... doc = aw . Document ( file_name =...'Shadow color.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Shading.background_pattern_theme_color property...

    Shading.background_pattern_theme_color property. Gets or sets the background pattern theme color in the applied color scheme that is associated with this [Shading](../) object.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) shading = doc . first_section ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreOfficeMath method. Gets or sets a boolean value indicating either to ignore text inside OfficeMath/>. The default value is true in C++.... auto doc = System :: MakeObject < Aspose...ASSERT_EQ ( u "i+b-c≥iM+bM-cM" , doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.rep...
  9. Comment.add_reply method | Aspose.Words for Python

    Comment.add_reply method. Adds a reply to this comment.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) comment = aw . Comment ( doc = doc , author...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.EnsureMinimum | Aspose.Words for .NET

    Learn how to use the EnsureMinimum method to automatically create a section and paragraph in Documents, ensuring complete and organized content....Document doc = new Document (); NodeCollection nodes = doc . GetChildNodes...ParentNode , Is . EqualTo ( doc )); Assert . That ( nodes [ 1...

    reference.aspose.com/words/net/aspose.words/doc...