Sort Score
Result 10 results
Languages All
Labels All
Results 3,811 - 3,820 of 157,024 for

doc

(0.07 sec)
  1. Convert HTML To DOCX C++

    Convert HTML to DocX format in C++ code. Save HTML as DocX using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.html" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/html-t...
  2. Convert HTML To EPUB C++

    Convert HTML to EPUB format in C++ code. Save HTML as EPUB using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...auto doc = MakeObject <Document>( u"Input.html" ); doc-> Save...

    products.aspose.com/words/cpp/conversion/html-t...
  3. ThumbnailGeneratingOptions | Aspose.Words for Java

    Can be used to specify additional options when generating thumbnail for a Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  4. CompositeNode.select_nodes method | Aspose.Word...

    CompositeNode.select_nodes method. Selects a list of nodes matching the XPath expression.... doc = aw . Document ( MY_DIR + 'Tables...in the document. node_list = doc . select_nodes ( '//Table//Paragraph'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. MergeFieldImageDimension.Unit | Aspose.Words fo...

    Discover the MergeFieldImageDimension Unit property for precise image scaling. Enhance your design with accurate dimensions and improved visual appeal....MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldSeq.ResetNumber | Aspose.Words for .NET

    Manage your FieldSeq ResetNumber property effortlessly! Set or retrieve an integer to control sequence numbers, ensuring accurate data handling.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // SEQ fields display a count...

    reference.aspose.com/words/net/aspose.words.fie...
  7. DocumentBuilder.is_at_end_of_paragraph property...

    DocumentBuilder.is_at_end_of_paragraph property. Returns ``True`` if the cursor is at the end of the current paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a valid bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.move_to_document_start method |...

    DocumentBuilder.move_to_Document_start method. Moves the cursor to the beginning of the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a valid bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.original_load_format property | Aspose...

    Document.original_load_format property. Gets the format of the original Document that was loaded into this object....DOC value. Examples Shows how to...a document’s load operation. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PageSetup.restart_page_numbering property | Asp...

    PageSetup.restart_page_numbering property. True if page numbering restarts at the beginning of the section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

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