Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 90,921 for

doc format

(1.46 sec)
  1. Supported File Formats|Aspose.PDF for Rust via C++

    This page shows which Aspose.PDF for Rust can load and save file Formats....Supported File Formats Contents [ Hide ] The following table...table indicates the file formats that Aspose.PDF for Rust can load...

    docs.aspose.com/pdf/rust-cpp/supported-file-for...
  2. Გადაიყვანეთ HTML PNG C++

    გადაიყვანეთ HTML PNG C++ ფორმატში კოდით. შეინახეთ HTML როგორც PNG C++....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...

    products.aspose.com/words/ka/cpp/conversion/htm...
  3. HtmlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.HTML_FIXED Format in Java....HTML_FIXED format. To learn more, visit the Specify...throws Exception { Document doc = new Document(getMyDir() + "Rendering...

    reference.aspose.com/words/java/com.aspose.word...
  4. CellFormat.shading property | Aspose.Words for ...

    CellFormat.shading property. Returns a [Shading](../../../aspose.words/shading/) object that refers to the shading Formatting for the cell....that refers to the shading formatting for the cell. @property def...a table with custom borders. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convert XLTM to DOCX with C++ or with free Onli...

    Convert XLTM to DocX within C++ applications or online. Test free CSV to Doc online converter quickly before integrating the code....reference Save the document to DOCX format using Save member function...SaveFormat Get Started with C++ File Format APIs Install from command line...

    products.aspose.com/total/cpp/conversion/xltm-t...
  6. Extend CRM OneClick Word Document Generator|Asp...

    How to defined a custom workflow using Aspose.Words to generate Document from template in C#....MemoryStream ( DocumentBody ); Document doc = new Document ( fileStream );...); string [] fields = doc . MailMerge . GetFieldNames (); Entity...

    docs.aspose.com/words/net/extend-and-contribute...
  7. Comparer | Aspose.Words for Java

    Provides methods intended to compare Documents in Java....output file in the provided save format, producing changes as a number...number of edit and format revisions. compare(String v1, String...

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

    Allows to specify Formatting of a single data point on the chart in Java....Cloneable Allows to specify formatting of a single data point on...throws Exception { Document doc = new Document(); DocumentBuilder...

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

    Represents the Formatting of a chart element in Java....ChartFormat Represents the formatting of a chart element. To learn...Shows how to use chart formating. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  10. Convert a Document in C++|Aspose.Words for C++

    Easily convert Documents from one Format to another using C++. You can work with all the most popular Formats like Microsoft Word Formats such as DocX or Doc, OpenDocument Formats such as ODT or OTT, web Formats such as HTML or XHTML, text Formats such as MarkDown or TXT, and others....convert documents from one format to another is one of the main...or saving a document in some format. As mentioned in previous sections...

    docs.aspose.com/words/cpp/convert-a-document/