Sort Score
Result 10 results
Languages All
Labels All
Results 7,801 - 7,810 of 155,673 for

doc

(0.27 sec)
  1. FieldIfComparisonResult enumeration | Aspose.Wo...

    aspose.words.fields.FieldIfComparisonResult enumeration. Specifies the result of the IF field condition evaluation.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Statement...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Saving::PdfSaveOptions::get_Outl...

    Aspose::Words::Saving::PdfSaveOptions::get_OutlineOptions method. Allows to specify outline options in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert headings that can...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::Fields::FieldUserInitials class ...

    Aspose::Words::Fields::FieldUserInitials class. Implements the USERINITIALS field. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...set_Initials ( u "J. D." ); doc -> get_FieldOptions () -> set_CurrentUser...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. StyleCollection.add method | Aspose.Words for P...

    StyleCollection.add method. Creates a new user defined style and adds it the collection.... doc = aw . Document () # A list allows...within a style. list_style = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBuilder.insert_group_shape method | Asp...

    aspose.words.DocumentBuilder.insert_group_shape method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape1 = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Გადაიყვანეთ WORD JPG Python

    გადაიყვანეთ WORD JPG Python ფორმატში კოდით. შეინახეთ WORD როგორც JPG Python....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...კოპირება import aspose.words as aw doc = aw.Document( "Input.docx" )...

    products.aspose.com/words/ka/python-net/convers...
  7. Გადაიყვანეთ TEXT PNG Javascript

    გადაიყვანეთ TEXT PNG JavaScript ფორმატში კოდით. შეინახეთ TEXT როგორც PNG JavaScript....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document( "Input.txt"...

    products.aspose.com/words/ka/nodejs-net/convers...
  8. Გადაიყვანეთ TEXT GIF Javascript

    გადაიყვანეთ TEXT GIF JavaScript ფორმატში კოდით. შეინახეთ TEXT როგორც GIF JavaScript....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document( "Input.txt"...

    products.aspose.com/words/ka/nodejs-net/convers...
  9. Გადაიყვანეთ WORD TIFF Javascript

    გადაიყვანეთ WORD TIFF JavaScript ფორმატში კოდით. შეინახეთ WORD როგორც TIFF JavaScript....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document( "Input.docx"...

    products.aspose.com/words/ka/nodejs-net/convers...
  10. TxtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.TEXT format in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Paragraph...

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