Sort Score
Result 10 results
Languages All
Labels All
Results 7,691 - 7,700 of 180,120 for

doc

(0.12 sec)
  1. C++ API to Export MHTML to ODT | products.aspos...

    Convert MHTML to ODT within C++ applications....converted to DOC using Aspose.PDF for C++ API. Secondly, the DOC file...MHTML to DOC by using Save member function Load DOC file by using...

    products.aspose.com/total/cpp/conversion/mhtml-...
  2. Aspose::Words::Fields::UserInformation::get_Def...

    Aspose::Words::Fields::UserInformation::get_DefaultUser method. Default user information in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create a UserInformation...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Notes::FootnoteSeparator::get_No...

    Aspose::Words::Notes::FootnoteSeparator::get_NodeType method. Gets the type of this node in C++.... auto doc = System :: MakeObject < Aspose..."Tables.docx" ); ASSERT_EQ ( 2 , doc -> GetChildNodes ( Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.not...
  4. Սեղմել TIFF Ը C++ Ում

    Սեղմեք TIFF ը C++ ում՝ առանց որակի կորստի: Օպտիմալացրեք TIFF բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...MakeObject <DocumentBuilder>(doc); auto shape = builder-> InsertImage...

    products.aspose.com/words/hy/cpp/compress/tiff/
  5. Android API to Render PS to DOTM | products.asp...

    Transform PS to DOTM via Android via Java API...formats such as Microsoft Word’s DOC or DOTM formats. How Aspose.Total...convert PDF files to DOC and then render DOC to DOTM. The first...

    products.aspose.com/total/android-java/conversi...
  6. FieldInfo | Aspose.Words for Java

    Implements the INFO field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Set a value for the "Comments"...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldFormCheckBox | Aspose.Words for Java

    Implements the FORMCHECKBOX field in Java.... Document doc = new Document(getMyDir() + "Form...fieldFormCheckBox = (FieldFormCheckBox) doc.getRange().getFields().get(1);...

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

    Implements the EQ field in Java.... Document doc = new Document(getMyDir() + "Field...docx"); FieldCollection fields = doc.getRange().getFields(); for (Field...

    reference.aspose.com/words/java/com.aspose.word...
  9. PropertyType enumeration | Aspose.Words for Python

    aspose.words.properties.PropertyType enumeration. Specifies data type of a Document property.... doc = aw . Document () properties = doc . custom_document_properties...add ( 'Authorized Revision' , doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartSeriesGroup | Aspose.Words for Java

    Represents properties of a chart series group that is the properties of chart series of the same type associated with the same axes in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...