Sort Score
Result 10 results
Languages All
Labels All
Results 8,391 - 8,400 of 155,673 for

doc

(0.09 sec)
  1. ShadowFormat.clear method | Aspose.Words for Py...

    ShadowFormat.clear method. Clears shadow format.... doc = aw . Document ( file_name =...pattern border.docx' ) shape = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  2. IFieldResultFormatter.format method | Aspose.Wo...

    Aspose.Words.Fields.IFieldResultFormatter.format method...'FieldResultFormattin' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let formatter = new FieldResultFormatter...

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

    aspose.words.fields.FieldSeq class. Implements the SEQ field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A TOC field can create...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Changing Page Setup for Whole Document|Aspose.W...

    Change page setup for a whole Document easily and fast instead of using VSTO in C#....Document doc = new Document ( "Section.ModifyPageSetupInAll.doc" );...foreach ( Section section in doc ) section . PageSetup . PaperSize...

    docs.aspose.com/words/net/changing-page-setup-f...
  5. Aspose::Words::MailMerging::IMailMergeDataSourc...

    Aspose::Words::MailMerging::IMailMergeDataSourceRoot interface. Implement this interface to allow mail merge from a custom data source with master-detail data in C++...."Seattle" }); SharedPtr < Document > doc = CreateSourceDocument ( mailMergeRegions...corresponding names/column names. doc -> get_MailMerge () -> ExecuteWithRegions...

    reference.aspose.com/words/cpp/aspose.words.mai...
  6. FieldImport | Aspose.Words for Java

    Implements the IMPORT field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two similar field...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldCompare | Aspose.Words for Java

    Implements the COMPARE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldCompare field = (FieldCompare)...

    reference.aspose.com/words/java/com.aspose.word...
  8. RtfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.RTF format in Java.... Document doc = new Document(getMyDir() + "Rendering...setExportImagesForOl(exportImagesForOldRe); doc.save(getArtifactsDir() + "RtfSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  9. Convert JPG To PNG Java

    Convert JPG to PNG format in Java code. Save JPG as PNG using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/conversion/jpg-t...
  10. AxisTickLabels | Aspose.Words for Java

    Represents properties of axis tick mark labels in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...