Sort Score
Result 10 results
Languages All
Labels All
Results 5,761 - 5,770 of 116,298 for

doc

(0.12 sec)
  1. 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...
  2. MailMergeSettings.CheckErrors | Aspose.Words fo...

    Discover the MailMergeSettings CheckErrors property in Microsoft Word for effective error reporting during mail merges. Optimize your workflow today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Dear "...

    reference.aspose.com/words/net/aspose.words.set...
  3. MailMergeSettings.odso property | Aspose.Words ...

    MailMergeSettings.odso property. Gets or sets the object that specifies the Office Data Source Object (ODSO) settings.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Dear "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. NodeCollection.toArray method | Aspose.Words fo...

    NodeCollection.toArray method. Copies all nodes from the collection to a new array of nodes.... let doc = new aw . Document ( base ....canvas.docx" ); let shapes = doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. TabStopCollection.before method | Aspose.Words ...

    TabStopCollection.before method. Gets a first tab stop to the left 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...
  6. XmlMapping.delete method | Aspose.Words for Nod...

    XmlMapping.delete method. Deletes mapping of the parent structured Document to XML data.... let doc = new aw . Document (); // Construct...#2</text></root>" ; let xmlPart = doc . customXmlParts . add ( xmlPartId...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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...
  8. 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...
  9. Aspose::Words::Fields::FormField::get_OwnHelp m...

    Aspose::Words::Fields::FormField::get_OwnHelp method. Specifies the source of the text that's displayed in a message box when a form field has the focus and the user presses F1 in C++.... void Visitor () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Use a document builder...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. FontInfoCollection class | Aspose.Words for Nod...

    Aspose.Words.Fonts.FontInfoCollection class. Represents a collection of fonts used in a Document... let doc = new aw . Document ( base ....font.docx" ); let allFonts = doc . fontInfos ; expect ( allFonts...

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