Sort Score
Result 10 results
Languages All
Labels All
Results 8,771 - 8,780 of 155,584 for

doc

(0.21 sec)
  1. Android API to Render EPUB to WORDML | products...

    Transform EPUB to WORDML via Android via Java API...used to convert EPUB files to DOC format. The second API, Aspose...Java, is used to render the DOC file to WORDML. This makes it...

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

    Implements the BARCODE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln(); // Below...

    reference.aspose.com/words/java/com.aspose.word...
  3. Convert TEXT To PDF C++

    Convert TEXT to PDF format in C++ code. Save TEXT as PDF using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Aspose::Words; auto doc = MakeObject <Document>( u"Input.txt" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/text-t...
  4. Convert WORD To XPS C++

    Convert a Word Document to XPS format in C++ code. Save a Word Document as XPS using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.docx" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/word-t...
  5. Java API to Export MD to WORDML | products.aspo...

    Convert MD to WORDML using on premise Java API...is to render the MD file to DOC using Aspose.PDF for Java. Aspose...second step is to convert the DOC file to WORDML using Aspose.Words...

    products.aspose.com/total/java/conversion/md-to...
  6. Aspose::Words::Themes::ThemeColor enum | Aspose...

    Aspose::Words::Themes::ThemeColor enum. Specifies the theme colors for Document themes. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...for languages uses by default. doc -> get_Theme () -> get_MinorFonts...

    reference.aspose.com/words/cpp/aspose.words.the...
  7. ImageSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ImageSaveOptions. Easily your Document rendering with customizable options for high-quality image output....files used when saving to a DOC or DOCX file. By default this...a document to PNG. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  8. DocumentBuilder.InsertOleObjectAsIcon | Aspose....

    Effortlessly insert OLE objects as icons in your Documents with DocumentBuilder. Customize icons and captions while ensuring seamless integration.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // OLE objects are links to...

    reference.aspose.com/words/net/aspose.words/doc...
  9. FieldDatabase | Aspose.Words for Java

    Implements the DATABASE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // This DATABASE field will...

    reference.aspose.com/words/java/com.aspose.word...
  10. ShapeBase.aspectRatioLocked property | Aspose.W...

    ShapeBase.aspectRatioLocked property. Specifies whether the shape's aspect ratio is locked.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a shape. If we open...

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