Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 183,249 for

doc

(0.31 sec)
  1. C++ API to Export XPS to MHTML | products.aspos...

    Convert XPS to MHTML within C++ applications....to convert XPS file format to DOC. Secondly, the advanced Word...for C++ can be used to export DOC to MHTML. This makes it easy...

    products.aspose.com/total/cpp/conversion/xps-to...
  2. C++ API to Export MHTML to DOTM | products.aspo...

    Convert MHTML to DOTM within C++ applications....convert MHTML file format to DOC. This API provides a wide range...Words for C++, you can export DOC to DOTM. This API provides features...

    products.aspose.com/total/cpp/conversion/mhtml-...
  3. C++ API to Export TEX to FLATOPC | products.asp...

    Convert TEX to FLATOPC within C++ applications....developers can convert TEX files to DOC format. This is the first step...C++, developers can export the DOC file to FLATOPC format. This...

    products.aspose.com/total/cpp/conversion/tex-to...
  4. C++ API to Export SVG to ODT | products.aspose.com

    Convert SVG to ODT within C++ applications....to convert SVG file format to DOC. Secondly, by using advanced...Words for C++, you can export DOC to ODT. Aspose.Total for C++...

    products.aspose.com/total/cpp/conversion/svg-to...
  5. C++ API to Export XPS to RTF | products.aspose.com

    Convert XPS to RTF within C++ applications....to convert XPS file format to DOC. Secondly, the advanced Word...for C++, can be used to export DOC to RTF. Aspose.Total for C++...

    products.aspose.com/total/cpp/conversion/xps-to...
  6. C++ API to Export SVG to MHTML | products.aspos...

    Convert SVG to MHTML within C++ applications....to convert SVG file format to DOC. This API provides a wide range...Words for C++, you can export DOC to MHTML. This API provides a...

    products.aspose.com/total/cpp/conversion/svg-to...
  7. Aspose::Words::Tables::Table::get_DistanceBotto...

    Aspose::Words::Tables::Table::get_DistanceBottom method. Gets or sets distance between table bottom and the surrounding text, in points in C++.... auto doc = System :: MakeObject < Aspose...:: Tables :: Table > table = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. ProtectionType enumeration | Aspose.Words for N...

    Aspose.Words.ProtectionType enumeration. Protection type for a Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. IStructuredDocumentTag.lockContentControl prope...

    IStructuredDocumentTag.lockContentControl property. When set to true, this property will prohibit a user from deleting this SDT.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 关于多个shape拼接成一个整体图的问题。 - Free Support Forum - as...

    我有一个需求,需要将多个shape拼接成一个组合,然后渲染保存为图片。请问是否可以做到? 下方是word文件。 test-shape.Docx (47.9 KB)...@Calvin95 您可以尝试使用以下代码: Document doc = new Document(@"C:\Temp\in.docx");...collector = new LayoutCollector(doc); LayoutEnumerator enumerator...

    forum.aspose.com/t/shape/326036