Sort Score
Result 10 results
Languages All
Labels All
Results 9,861 - 9,870 of 181,017 for

doc

(1.28 sec)
  1. FormField class | Aspose.Words for Python

    aspose.words.fields.FormField class. Represents a single form field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Please...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBuilder.insertOleObjectAsIcon method | ...

    Aspose.Words.DocumentBuilder.insertOleObjectAsIcon method... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // OLE objects are links to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TxtExportHeadersFootersMode | Aspose.Words for ...

    Specifies the way headers and footers are exported to plain text format in Java.... Document doc = new Document(); // Insert even...override the even headers/footers. doc.getFirstSection().getHeadersFooters()...

    reference.aspose.com/words/java/com.aspose.word...
  4. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java.... Document doc = new Document(getMyDir() + "Tables...docx"); TableCollection tables = doc.getFirstSection().getBody().getTables();...

    reference.aspose.com/words/java/com.aspose.word...
  5. DocumentBuilder.insert_online_video method | As...

    aspose.words.DocumentBuilder.insert_online_video method... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . insert_online_video...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.InsertFootnote | Aspose.Words f...

    Enhance your Documents effortlessly with the DocumentBuilder InsertFootnote method—easily add footnotes or endnotes for better clarity and professionalism.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert some text and mark...

    reference.aspose.com/words/net/aspose.words/doc...
  7. CommandButtonControl | Aspose.Words for Java

    The CommandButton control runs a macro that performs an action when a user clicks it in Java.... Document doc = new Document(getMyDir() + "ActiveX...docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  8. Convert HTML To Image Python

    Convert HTML to Image format in Python code. Save HTML as Image using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Copy import aspose.words as aw doc = aw.Document( "Input.html" )...

    products.aspose.com/words/python-net/conversion...
  9. Convert PDF To Image Python

    Convert PDF to Image format in Python code. Save PDF as Image using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Copy import aspose.words as aw doc = aw.Document( "Input.pdf" )...

    products.aspose.com/words/python-net/conversion...
  10. Convert PDF To XPS Python

    Convert PDF to XPS format in Python code. Save PDF as XPS using Python....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...words as aw doc = aw.Document( "Input.pdf" ) doc.save( "Output...

    products.aspose.com/words/python-net/conversion...