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

doc

(0.07 sec)
  1. FieldInclude.bookmark_name property | Aspose.Wo...

    FieldInclude.bookmark_name property. Gets or sets the name of the bookmark in the Document to include.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # We can use an INCLUDE field to...

    reference.aspose.com/words/python-net/aspose.wo...
  2. CustomXmlPartCollection.Item | Aspose.Words for...

    Discover how to manage CustomXmlPartCollection items efficiently. Access or modify specific items by index for enhanced XML data handling.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  3. SmartTag | Aspose.Words for Java

    This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in Java....throws Exception { Document doc = new Document(); // A smart...SmartTag smartTag = new SmartTag(doc); // Smart tags are composite...

    reference.aspose.com/words/java/com.aspose.word...
  4. CustomPart.RelationshipType | Aspose.Words for ...

    Discover the CustomPart RelationshipType property to easily manage and define relationships between parent and custom parts for enhanced functionality.... Document doc = new Document ( MyDir + "Custom...package.docx" ); Assert . That ( doc . PackageCustomParts . Count...

    reference.aspose.com/words/net/aspose.words.mar...
  5. CustomPart.relationship_type property | Aspose....

    CustomPart.relationship_type property. Gets or sets the relationship type from the parent part to this custom part.... doc = aw . Document ( MY_DIR + 'Custom...docx' ) self . assertEqual ( 2 , doc . package_custom_parts . count...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentProperty.type property | Aspose.Words f...

    DocumentProperty.type property. Gets the data type of the property.... doc = aw . Document ( MY_DIR + 'Properties...'Document filename: \n\t " { doc . original_file_name } "' ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Paragraph.append_field method | Aspose.Words fo...

    aspose.words.Paragraph.append_field method... doc = aw . Document () paragraph = doc . first_section...assertEqual ( 'Placeholder value' , doc . range . fields [ 2 ] . result...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_HyperlinkBase method. Specifies the base string used for evaluating relative hyperlinks in this Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a relative hyperlink...

    reference.aspose.com/words/cpp/aspose.words.pro...
  9. PageSetup.gutter property | Aspose.Words for No...

    PageSetup.gutter property. Gets or sets the amount of extra space added to the margin for Document binding.... let doc = new aw . Document (); // Insert...= new aw . DocumentBuilder ( doc ); for ( let i = 0 ; i < 6 ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ParagraphFormat.is_list_item property | Aspose....

    ParagraphFormat.is_list_item property. True when the paragraph is an item in a bulleted or numbered list.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A list allows us to organize...

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