Sort Score
Result 10 results
Languages All
Labels All
Results 9,571 - 9,580 of 291,783 for

word

(0.17 sec)
  1. C++ API to Convert PDF to PPS | products.aspose...

    Convert PDF to PPS via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert PDF to DOCM (Microsoft Word 2007 Marco File) Convert PDF...PDF to DOT (Microsoft Word Template Files) Convert PDF to DOTM...

    products.aspose.com/total/cpp/conversion/pdf-to...
  2. C++ API to Convert PDF to PPSM | products.aspos...

    Convert PDF to PPSM via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert PDF to DOCM (Microsoft Word 2007 Marco File) Convert PDF...PDF to DOT (Microsoft Word Template Files) Convert PDF to DOTM...

    products.aspose.com/total/cpp/conversion/pdf-to...
  3. C++ API to Convert TEX to POTX | products.aspos...

    Convert TEX to POTX via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert TEX to DOCM (Microsoft Word 2007 Marco File) Convert TEX...TEX to DOT (Microsoft Word Template Files) Convert TEX to DOTM...

    products.aspose.com/total/cpp/conversion/tex-to...
  4. C++ API to Convert CGM to PPTM | products.aspos...

    Convert CGM to PPTM via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert CGM to DOCM (Microsoft Word 2007 Marco File) Convert CGM...CGM to DOT (Microsoft Word Template Files) Convert CGM to DOTM...

    products.aspose.com/total/cpp/conversion/cgm-to...
  5. C++ API to Convert XPS to PPTM | products.aspos...

    Convert XPS to PPTM via C++ without using Microsoft Word or Adobe Acrobat Reader...Convert XPS to DOCM (Microsoft Word 2007 Marco File) Convert XPS...XPS to DOT (Microsoft Word Template Files) Convert XPS to DOTM...

    products.aspose.com/total/cpp/conversion/xps-to...
  6. Words cannot set RevisionTextEffect to DoubleSt...

    Aspose Words does not allow setting the Markup Insertions to Double striketrough, eventhtough MS Word allows this: “DoubleStrikeThrough value can only be set for DeletedTextEffect, RevisedPropertiesEffect or MovedFro…...Words cannot set RevisionTextEffect to DoubleStrikeThrough for...Insertions Aspose.Words Product Family words-net GaryO September...

    forum.aspose.com/t/words-cannot-set-revisiontex...
  7. Logical Levels of Nodes in a Document|Aspose.Wo...

    In Aspose.Words for Node.js via .NET documentation mentioned logical levels of nodes – block level, inline level, or row level. The node level is used to describe the location in the document tree where the node is typically occur....Words DOM means. The node level is...logical levels of nodes in Aspose.Words and the classes that belong...

    docs.aspose.com/words/nodejs-net/logical-levels...
  8. FieldEquation array alignment issue in DOCX to ...

    Description The document contains an EQ (FieldEquation) structure that uses an array with left alignment. Example EQ fields { EQ \b\bc\{(\a\al\co1(\l(: they), \l(, as they))) } { EQ \b\bc\{(\a\al\co1(\l(for), \l(to))) }…...Words Product Family docxtoimage , words-net chenweii...r), \l(to))) } In Microsoft Word, the text inside the EQ array...

    forum.aspose.com/t/fieldequation-array-alignmen...
  9. Field.type property | Aspose.Words for Node.js

    Field.type property. Gets the Microsoft Word field type....Microsoft Word field type. get type () : Aspose . Words . Fields...1 ); See Also module Aspose.Words class Field Field.start property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int page = 0; page < document.PageCount; page++) { Document extractedPage = document.ExtractPages(page, 1); // startindex and count string …...Words Product Family words-net Buffer2018 November...document has 3 pages displayed in Word Print Layout and also when printing...

    forum.aspose.com/t/document-extractpages-yields...