Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 30,980 for

doc

(0.14 sec)
  1. FontSubstitutionSettings.FontInfoSubstitution |...

    Discover how FontSubstitutionSettings enhance your typography with customizable font info rules for improved design and readability.... Document doc = new Document ( MyDir + "Missing...new HandleDocumentSubsti (); doc . WarningCallback = substitutionWarningH...

    reference.aspose.com/words/net/aspose.words.fon...
  2. Odso.firstRowContainsColumnNames property | Asp...

    Odso.firstRowContainsColumnNames property. Specifies that a hosting application shall treat the first row of data in the specified external data source as a header row containing the names of each column in the data source... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Dear "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ReflectionFormat class | Aspose.Words for Python

    aspose.words.drawing.ReflectionFormat class. Represents the reflection formatting for an object.... doc = aw . Document ( file_name =...'Various shapes.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Odso.columnDelimiter property | Aspose.Words fo...

    Odso.columnDelimiter property. Specifies the character which shall be interpreted as the column delimiter used to separate columns within external data sources... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Dear "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentPropertyCollection.Clear | Aspose.Words...

    Effortlessly clear all properties from your DocumentPropertyCollection with our Clear method. Streamline your data management today!... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; Assert...

    reference.aspose.com/words/net/aspose.words.pro...
  6. XmlMapping.prefix_mappings property | Aspose.Wo...

    XmlMapping.prefix_mappings property. Returns XML namespace prefix mappings to evaluate the [XmlMapping.xpath](../xpath/).... doc = aw . Document () # Construct...#2</text></root>' xml_part = doc . custom_xml_parts . add ( xml_part_id...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldMergingArgsBase.Document | Aspose.Words fo...

    Discover the FieldMergingArgsBase Document property, which provides the Document object for seamless mail merge operations. Enhance your workflow today!...void MergeHtml () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( @"MERGEFIELD...

    reference.aspose.com/words/net/aspose.words.mai...
  8. DocumentPropertyCollection.GetEnumerator | Aspo...

    Discover the DocumentPropertyCollection GetEnumerator method. Easily iterate through all collection items with this efficient enumerator for seamless data access.... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; Assert...

    reference.aspose.com/words/net/aspose.words.pro...
  9. DocumentPropertyCollection.remove method | Aspo...

    DocumentPropertyCollection.remove method. Removes a property with the specified name from the collection.... let doc = new aw . Document (); let properties = doc . customDocumentProper...add ( "Authorized Revision" , doc . builtInDocumentPrope . revisionNumber...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 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...