Sort Score
Result 10 results
Languages All
Labels All
Results 4,451 - 4,460 of 180,387 for

doc

(0.07 sec)
  1. Android API to Render PDF to GIF | products.asp...

    Transform PDF to GIF via Android via Java API...used to convert PDF files to DOC format. The Aspose.Words for...can then be used to render the DOC file to GIF format. This process...

    products.aspose.com/total/android-java/conversi...
  2. Extract Content in Python|Aspose.Words for Java

    Extract Document's Content using Python....document doc = self . Document ( self . dataDir + "TestFile.doc" )...0 - based index startPara = doc . getFirstSection (). getChild...

    docs.aspose.com/words/java/extract-content-in-p...
  3. How to Convert OneNote to Word using Java

    This article guides on how to convert OneNote to Word using Java. It has all the details required to set the IDE, steps to write the application, and a runnable sample code to OneNote to Word converter using Java....DOC, a list of steps for developing...resultant DOC file. Steps to Change OneNote to DOC using Java...

    kb.aspose.com/note/java/how-to-convert-onenote-...
  4. SmartTag.Accept | Aspose.Words for .NET

    Enhance user engagement with SmartTag's Accept method, designed to seamlessly welcome visitors and boost your website's interaction....public void Create () { Document doc = new Document (); // A smart...SmartTag smartTag = new SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/net/aspose.words.mar...
  5. | Aspose

    Sample code for WBMP to Doc Java conversion. Use API example code for batch WBMP files to Doc conversion within any Web or Desktop Java based application....Conversion WBMP to Doc HTML JPG OCR XML BMP DOC Aspose.OCR for C++...that converts an WBMP image to DOC document: Create an instance...

    products.aspose.com/ocr/cpp/conversion/wbmp-to-...
  6. List Class | Aspose.Words for .NET

    Discover the Aspose.Words.Lists.List class for powerful list formatting. Enhance your Documents with seamless organization and professional presentation.... Document doc = new Document (); // A list...first list level. List list1 = doc . Lists . Add ( ListTemplate...

    reference.aspose.com/words/net/aspose.words.lis...
  7. Aspose::Words::Fonts::FontInfoCollection::idx_g...

    Aspose::Words::Fonts::FontInfoCollection::idx_get method. Gets a font with the specified name in C++.... auto doc = System :: MakeObject < Aspose...:: FontInfo > embeddedFont = doc -> get_FontInfos () -> idx_get...

    reference.aspose.com/words/cpp/aspose.words.fon...
  8. PropertyType enumeration | Aspose.Words for Python

    aspose.words.properties.PropertyType enumeration. Specifies data type of a Document property.... doc = aw . Document () properties = doc . custom_document_properties...add ( 'Authorized Revision' , doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocSaveOptions.save_picture_bullet property | A...

    DocSaveOptions.save_picture_bullet property. When ``False``, PictureBullet data is not saved to output Document... doc = aw . Document ( file_name =...SaveFormat . DOC ) save_options . save_picture_bullet = False doc . save...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Border | Aspose.Words for Java

    Represents a border of an object in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.getFont().getBorder()...

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