Sort Score
Result 10 results
Languages All
Labels All
Results 6,881 - 6,890 of 155,673 for

doc

(0.08 sec)
  1. Android API to Render XPS to XAMLFLOW | product...

    Transform XPS to XAMLFLOW via Android via Java API...used to convert XPS files to DOC. The second API is Aspose.Words...which can be used to render DOC to XAMLFLOW. To use these APIs...

    products.aspose.com/total/android-java/conversi...
  2. FieldDisplayBarcode | Aspose.Words for Java

    Implements the DISPLAYBARCODE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldDisplayBarcode field =...

    reference.aspose.com/words/java/com.aspose.word...
  3. MarkdownSaveOptions.imageResolution property | ...

    MarkdownSaveOptions.imageResolution property. Specifies the output resolution for images when exporting to Markdown... let doc = new aw . Document ( base ....saveOptions . imageResolution = 300 ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldStart.fieldData property | Aspose.Words fo...

    FieldStart.fieldData property. Gets custom field data which is associated with the field.... let doc = new aw . Document ( base ....with data.docx" ); let field = doc . range . fields . at ( 2 );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ListCollection | Aspose.Words for Java

    Stores and manages formatting of bulleted and numbered lists used in a Document in Java.... Document doc = new Document(); // A list allows...first list level. List list1 = doc.getLists().add(ListTemplate....

    reference.aspose.com/words/java/com.aspose.word...
  6. BuiltInDocumentProperties.CharactersWithSpaces ...

    Discover the BuiltInDocumentProperties CharactersWithSpaces property, which estimates character count, including spaces, for efficient Document management....public void Content () { Document doc = new Document ( MyDir + "Paragraphs...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  7. BuiltInDocumentProperties.LinksUpToDate | Aspos...

    Discover the BuiltInDocumentProperties LinksUpToDate feature, ensuring your Document's hyperlinks are current and enhancing your content's reliability....public void Content () { Document doc = new Document ( MyDir + "Paragraphs...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  8. BuiltInDocumentProperties.Pages | Aspose.Words ...

    Discover the BuiltInDocumentProperties Pages property, offering an accurate estimate of your Document's page count for efficient management and organization....public void Content () { Document doc = new Document ( MyDir + "Paragraphs...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  9. BuiltInDocumentProperties.links_up_to_date prop...

    BuiltInDocumentProperties.links_up_to_date property. Indicates whether hyperlinks in a Document are up-to-date.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BuiltInDocumentProperties.pages property | Aspo...

    BuiltInDocumentProperties.pages property. Represents an estimate of the number of pages in the Document.... def content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) properties = doc . built_in_document_properties...

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