Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 9,618 for

docx to doc

(0.05 sec)
  1. Field | Aspose.Words for Java

    Represents a Microsoft Word Document field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Field dateField = builder.insertField("DATE...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldNumChars | Aspose.Words for Java

    Implements the NUMCHARS field in Java....Document doc = new Document(getMyDir() + "Paragraphs.docx"); DocumentBuilder...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Saving::OdtSaveOptions class | A...

    Aspose::Words::Saving::OdtSaveOptions class. Can be used To specify additional options when saving a Document inTo the Odt or Ott format. To learn more, visit the Documentation article in C++....files used when saving to a DOC or DOCX file. By default this property...to an older ODT schema. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. PclSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.PclSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.Pcl](../../aspose.words/saveformat/#Pcl) format...files used when saving to a DOC or DOCX file. By default this property...saving a document to PCL. let doc = new aw . Document ( base ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Convert PUB Files with Java APIs

    Convertion functionality of Publisher file using Aspose.PUB for Java solution is described and demonstrated with the pseuDocode in this article....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/pub/java/convert-pub-files/
  6. Aspose::Words::Saving::FixedPageSaveOptions cla...

    Aspose::Words::Saving::FixedPageSaveOptions class. Contains common options that can be specified when saving a Document inTo fixed page formats (PDF, XPS, images etc). To learn more, visit the Documentation article in C++....files used when saving to a DOC or DOCX file. By default this property...document to a JPEG image. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. Table Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Table class To easily create and manage tables in Word Documents, enhancing your Document's layout and functionality....Document doc = new Document (); Table table = new Table ( doc ); doc...doc . FirstSection . Body . AppendChild ( table ); // Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  8. CompatibilityOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Settings.CompatibilityOptions for seamless integration of user preferences from Microsoft Word's Compatibility tab. Enhance your Document experience!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.set...
  9. FieldIncludePicture | Aspose.Words for Java

    Implements the INCLUDEPICTURE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two similar field...

    reference.aspose.com/words/java/com.aspose.word...
  10. How to load fonts? | API Solution for .NET

    Here is described how To load fonts with .NET. You will learn the objects, parameters, methods required for this, and get examples of loading....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/font/net/how-to-load-fonts/