Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 90,031 for

doc format

(0.71 sec)
  1. Compress Images in PHP|Aspose.Words for Java

    Compress Images using PHP....java_values ( $ messageFormat -> format ( "Loading {0}. Size {1}."...file_size )); die ( "I M HERE" ); $ doc = new Java ( "com.aspose.words...

    docs.aspose.com/words/java/compress-images-in-php/
  2. Java API to Export CGM to MHTML | products.aspo...

    Convert CGM to MHTML using on premise Java API...is to render the CGM file to DOC using Aspose.PDF for Java. Aspose...files to DOC. Once the CGM file has been rendered to DOC, the second...

    products.aspose.com/total/java/conversion/cgm-t...
  3. Java API to Export EPUB to DOTM | products.aspo...

    Convert EPUB to DOTM using on premise Java API...is to render the EPUB file to DOC using Aspose.PDF for Java. Aspose...files to DOC format. The second step is to convert the DOC file to...

    products.aspose.com/total/java/conversion/epub-...
  4. PlainTextDocument class | Aspose.Words for Python

    aspose.words.PlainTextDocument class. Allows to extract plain-text representation of the Document's content...Automatically detects the file format. PlainTextDocument(file_name...Automatically detects the file format. PlainTextDocument(stream,...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Markup::CustomXmlPart::get_Schem...

    Aspose::Words::Markup::CustomXmlPart::get_Schemas method. Specifies the set of XML schemas that are associated with this custom XML part in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. FieldGlossary | Aspose.Words for Java

    Implements the GLOSSARY field in Java.... Document doc = new Document(); // Create a...AutoText building block to it. doc.setGlossaryDocument(new GlossaryDocument());...

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

    Implements DocVARIABLE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two ways of using...

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

    Implements the TEMPLATE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // We can set a template name...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldTitle | Aspose.Words for Java

    Implements the TITLE field in Java.... Document doc = new Document(); // Set a value...built-in document property. doc.getBuiltInDocumentPr().setTitle("My...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldUserAddress | Aspose.Words for Java

    Implements the USERADDRESS field in Java.... Document doc = new Document(); // Create a...setAddress("123 Main Street"); doc.getFieldOptions().setCurrent...

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