Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 168,807 for

doc

(0.24 sec)
  1. Working with Tables | Aspose.Note Documentation

    A comprehensive guide on working with tables in Java programming language....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/note/java/working-with-tables/
  2. VbaModule.source_code property | Aspose.Words f...

    VbaModule.source_code property. Gets or sets VBA project module source code.... doc = aw . Document ( MY_DIR + 'VBA...of VBA modules. vba_project = doc . vba_project if vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ViewOptions.viewType property | Aspose.Words fo...

    ViewOptions.viewType property. Controls the view mode in Microsoft Word.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Convert Document to Other Formats in Jython|Asp...

    Convert Document to Other Formats using Jython in Java.... doc = Document ( dataDir + "document.doc" ) doc . save...the document in HTML format. doc . save ( dataDir + "Aspose_DocToPDF...

    docs.aspose.com/words/java/convert-document-to-...
  5. FieldOptions.template_name property | Aspose.Wo...

    FieldOptions.template_name property. Gets or sets the file name of the template used by the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can set a template name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Cell.EnsureMinimum | Aspose.Words for .NET

    Optimize your cell structure with the EnsureMinimum method, effortlessly add a paragraph if the last child isn't one. Enhance your Document's clarity!...Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); Row row =...

    reference.aspose.com/words/net/aspose.words.tab...
  7. NodeCollection.clear method | Aspose.Words for ...

    NodeCollection.clear method. Removes all nodes from this collection and from the Document.... doc = aw . Document ( file_name =...1 , doc . sections . count ) self . assertEqual ( 17 , doc . sections...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HeaderFooter.header_footer_type property | Aspo...

    HeaderFooter.header_footer_type property. Gets the type of this header/footer.... doc = aw . Document () # Create a...HeaderFooter ( doc , aw . HeaderFooterType . HEADER_PRIMARY ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Insert Image in NPOI|Aspose.Words for .NET

    Add an image into a Document easily and fast instead of using NPOI in C#....Words ; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "test"...

    docs.aspose.com/words/net/insert-image-in-npoi/
  10. FieldSubject.text property | Aspose.Words for P...

    FieldSubject.text property. Gets or sets the text of the subject.... doc = aw . Document () # Set a value..."Subject" built-in property. doc . built_in_document_properties...

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