Sort Score
Result 10 results
Languages All
Labels All
Results 4,221 - 4,230 of 157,095 for

doc

(0.15 sec)
  1. DocumentBuilder.insert_text_input method | Aspo...

    DocumentBuilder.insert_text_input method. Inserts a text form field at the current position.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a form that prompts...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentProperty.Type | Aspose.Words for .NET

    Discover the DocumentProperty Type to efficiently retrieve and utilize property data types for enhanced Document management and automation.... Document doc = new Document ( MyDir + "Properties...$"Document filename:\n\t \" { doc . OriginalFileName } \ "" );...

    reference.aspose.com/words/net/aspose.words.pro...
  3. Node | Aspose.Words for Java

    Base class for all nodes of a Word Document in Java.... Document doc = new Document(getMyDir() + "Tables...docx"); Assert.assertEquals(2, doc.getChildNodes(NodeType.TABLE...

    reference.aspose.com/words/java/com.aspose.word...
  4. Style.Aliases | Aspose.Words for .NET

    Discover all style aliases effortlessly with the Style Aliases property. If none exist, receive an empty string array. Simplify your style management!... Document doc = new Document ( MyDir + "Style...separate alias. Style style = doc . Styles [ "MyStyle" ]; Assert...

    reference.aspose.com/words/net/aspose.words/sty...
  5. PageInfo.Colored | Aspose.Words for .NET

    Discover if your page features vibrant colored content with the PageInfo Colored property. Enhance user engagement and improve visual appeal!... Document doc = new Document ( MyDir + "Document...not colored. Assert . That ( doc . GetPageInfo ( 0 ). Colored...

    reference.aspose.com/words/net/aspose.words.ren...
  6. Aspose::Words::Markup::CustomPart class | Aspos...

    Aspose::Words::Markup::CustomPart class. Represents a custom (arbitrary content) part, that is not defined by the ISO/IEC 29500 standard. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts ()...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. FieldArgumentBuilder.add_text method | Aspose.W...

    FieldArgumentBuilder.add_text method. Adds a plain text to the argument.... doc = aw . Document () # Below are...build_and_insert ( ref_node = doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldArgumentBuilder.add_field method | Aspose....

    FieldArgumentBuilder.add_field method. Adds a field represented by a [FieldBuilder](../../fieldbuilder/) to the argument.... doc = aw . Document () # Below are...build_and_insert ( ref_node = doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Field.unlink method | Aspose.Words for Python

    Field.unlink method. Performs the field unlink.... doc = aw . Document ( file_name =...MY_DIR + 'Linked fields.docx' ) doc . range . fields [ 1 ] . unlink...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CommentCollection class | Aspose.Words for Node.js

    Aspose.Words.CommentCollection class. Provides typed access to a collection of [Comment](../comment/) nodes... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Helo...

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