Sort Score
Result 10 results
Languages All
Labels All
Results 5,751 - 5,760 of 116,678 for

doc

(0.13 sec)
  1. MailMergeSettings.DoNotSupressBlankLines | Aspo...

    Optimize your mail merge with the MailMergeSettings DoNotSupressBlankLines property, ensuring blank lines are handled effectively for polished Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Dear "...

    reference.aspose.com/words/net/aspose.words.set...
  2. TabStopCollection.after method | Aspose.Words f...

    TabStopCollection.after method. Gets a first tab stop to the right of the specified position.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) tab_stops = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  3. EditableRangeStart.node_type property | Aspose....

    EditableRangeStart.node_type property. Returns [NodeType.EDITABLE_RANGE_START](../../nodetype/#EDITABLE_RANGE_START).... doc = aw . Document () doc . protect ( type...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( "Hello...

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

    XmlMapping.is_mapped property. Returns ``True`` if the parent structured Document tag is successfully mapped to XML data.... 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...
  5. TaskPane.row property | Aspose.Words for Python

    TaskPane.row property. Specifies the index, enumerating from the outside to the inside, of this task pane among other persisted task panes Docked in the same default location.... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. WebExtensionPropertyCollection class | Aspose.W...

    aspose.words.webextensions.WebExtensionPropertyCollection class. Specifies a set of web extension custom properties... doc = aw . Document () # Create task...webextensions . TaskPane () doc . web_extension_task_panes ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....Document doc = new Document(); Run run = new Run(doc, "Hello world...setHighlightColor(Color.YELLOW); doc.getFirstSection().getBody().getFirstParagraph()...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldDatabase.LastRecord | Aspose.Words for .NET

    Discover the FieldDatabase LastRecord property. Easily manage your last data record number for seamless data insertion and enhanced database efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldMergingArgsBase Class | Aspose.Words for .NET

    Discover the Aspose.Words.MailMerging.FieldMergingArgsBase class, the foundation for efficient field merging and image handling in Document automation....void MergeHtml () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( @"MERGEFIELD...

    reference.aspose.com/words/net/aspose.words.mai...
  10. Aspose::Words::DocumentBase::get_FontInfos meth...

    Aspose::Words::DocumentBase::get_FontInfos method. Provides access to properties of fonts used in this Document in C++.... auto doc = MakeObject < Document > ( MyDir...FontInfoCollection > allFonts = doc -> get_FontInfos (); // Print...

    reference.aspose.com/words/cpp/aspose.words/doc...