Sort Score
Result 10 results
Languages All
Labels All
Results 4,161 - 4,170 of 89,966 for

doc format

(0.69 sec)
  1. C++ API to Convert XML to PPT | products.aspose...

    Convert XML to PPT via C++ without using Microsoft Word or Adobe Acrobat Reader...while PPT is a presentation format used to create slideshows....reference Save the document to PPT format using Save member function...

    products.aspose.com/total/cpp/conversion/xml-to...
  2. 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++....a document into fixed page formats (PDF, XPS, images etc). To...suitable for the specified save format. static CreateSaveOptions (const...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. C++ API to Convert MD to OTP | products.aspose.com

    Convert MD to OTP via C++ without using Microsoft Word or Adobe Acrobat Reader...a more secure and reliable format for storing and sharing data...and manage data stored in OTP format. How Aspose.Total Helps for...

    products.aspose.com/total/cpp/conversion/md-to-...
  4. Aspose::Words::Saving::CompressionLevel enum | ...

    Aspose::Words::Saving::CompressionLevel enum. Compression level for OOXML files. (DocX and DOTX files are internally a ZIP-archive, this property controls the compression level of the archive. Note, that FlatOpc file is not a ZIP-archive, therefore, this property does not affect the FlatOpc files.) in C++.... auto doc = System :: MakeObject < Aspose...save the document to an OOXML format, we can create an OoxmlSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. C++ API to Convert TEX to POTX | products.aspos...

    Convert TEX to POTX via C++ without using Microsoft Word or Adobe Acrobat Reader...while POTX is a presentation format used by Microsoft PowerPoint...Converting between the two formats can be a difficult task, but...

    products.aspose.com/total/cpp/conversion/tex-to...
  6. List.is_list_style_definition property | Aspose...

    List.is_list_style_definition property. Returns ``True`` if this list is a definition of a list style.... doc = aw . Document () # A list allows...within a style. list_style = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. RtfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.RTF Document into a Document object in Java....ecognizeUtf8Text); Document doc = new Document(getMyDir() + "UTF-8...\r" + " \u201a , ¢, £, ¥, ¤", doc.getFirstSection().getBody().getText()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document Doc = new Document(); DocumentBuilder builder = new DocumentBuilder(Doc); builder.insertHtml("",true); Doc.save("test.Docx"); ASPOSE.…... Document doc = new Document(); DocumentBuilder...DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test...

    forum.aspose.com/t/insert-html-into-word-includ...
  9. C++ API to Convert XPS to POT | products.aspose...

    Convert XPS to POT via C++ without using Microsoft Word or Adobe Acrobat Reader... XPS is a fixed document format developed by Microsoft, while...POT is a presentation file format used by Microsoft PowerPoint...

    products.aspose.com/total/cpp/conversion/xps-to...
  10. StyleType enumeration | Aspose.Words for Node.js

    Aspose.Words.StyleType enumeration. Represents type of the style.... let doc = new aw . Document (); // A...within a style. let listStyle = doc . styles . add ( aw . StyleType...

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