Sort Score
Result 10 results
Languages All
Labels All
Results 6,331 - 6,340 of 180,074 for

doc

(0.14 sec)
  1. FieldMergeField.FieldName | Aspose.Words for .NET

    Discover the FieldMergeField FieldName property to easily manage and customize your data fields for enhanced data integration and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a data table to...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Document.compatibility_options property | Aspos...

    Document.compatibility_options property. Provides access to Document compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Word).... def optimize_for (): doc = aw . Document () # This object...of Microsoft Word. options = doc . compatibility_options # Print...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.insertNode method | Aspose.Word...

    DocumentBuilder.insertNode method. Inserts a node before the cursor.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); const imageFileName = base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Android API to Render SVG to XAMLFLOW | product...

    Transform SVG to XAMLFLOW via Android via Java API...used to convert SVG file to DOC. It is a powerful PDF manipulation...can be used to convert SVG to DOC. The Aspose.Words for Android...

    products.aspose.com/total/android-java/conversi...
  5. Android API to Render XPS to DOT | products.asp...

    Transform XPS to DOT via Android via Java API...step is to convert XPS file to DOC using Aspose.PDF for Android...PDF, it can be converted to DOC using the same API. The second...

    products.aspose.com/total/android-java/conversi...
  6. FieldMacroButton.macro_name property | Aspose.W...

    FieldMacroButton.macro_name property. Gets or sets the name of the macro or command to run.... doc = aw . Document ( file_name =...DocumentBuilder ( doc = doc ) self . assertTrue ( doc . has_macros...

    reference.aspose.com/words/python-net/aspose.wo...
  7. TabStopCollection.clear method | Aspose.Words f...

    TabStopCollection.clear method. Deletes all tab stop positions.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) tab_stops = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  8. GroupShape constructor | Aspose.Words for Python

    GroupShape constructor. Creates a new group shape....GroupShape constructor GroupShape(doc) Creates a new group shape. def...def __init__ ( self , doc : aspose . words . DocumentBase ):...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlSaveOptions.navigation_map_level property |...

    HtmlSaveOptions.navigation_map_level property. Specifies the maximum level of headings populated to the navigation map when exporting to EPUB, MOBI, or AZW3 formats... doc = aw . Document ( file_name =...options . navigation_map_level = 2 doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Create AcroForms - Create Fillable PDF in Java|...

    This section explains how to create AcroForms from scratch in your PDF Documents with Aspose.PDF for Java....{ Document doc = new Document (); Page page = doc . getPages...setPartialName ( "radio" ); doc . getForm (). add ( rf , 1 );...

    docs.aspose.com/pdf/java/create-forms/