Sort Score
Result 10 results
Languages All
Labels All
Results 9,581 - 9,590 of 168,853 for

doc

(0.12 sec)
  1. Aspose::Words::Drawing::OleFormat::GetOleEntry ...

    Aspose::Words::Drawing::OleFormat::GetOleEntry method. Gets OLE object data entry in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Embed a Microsoft Visio...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Load OneNote Document or File | Aspose.Note Doc...

    A guide on how to load a OneNote Document or file using Java API methods....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/note/java/load-a-onenote-document/
  3. Გადაიყვანეთ HTML DOCX Javascript

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

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

    Contains a collection of GradientStop objects in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...

    reference.aspose.com/words/java/com.aspose.word...
  5. Insert Table of Contents in Document|Aspose.Wor...

    Insert table off contents (TOC) into a Document easily and fast instead of using Docx4j.... Java Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a table of contents...

    docs.aspose.com/words/java/insert-table-of-cont...
  6. Փոխարկել PDF Պատկեր Python

    Փոխարկեք PDF ը Պատկեր ձևաչափի Python կոդով: Պահեք PDF որպես Պատկեր օգտագործելով Python:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Պատճենել import aspose.words as aw doc = aw.Document( "Input.pdf" )...

    products.aspose.com/words/hy/python-net/convers...
  7. Փոխարկել HTML GIF Javascript

    Փոխարկեք HTML ը GIF ձևաչափի JavaScript կոդով: Պահեք HTML որպես GIF օգտագործելով JavaScript:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...require( '@aspose/words' ); var doc = new aw.Document( "Input.html"...

    products.aspose.com/words/hy/nodejs-net/convers...
  8. Փոխարկել PDF SVG Python

    Փոխարկեք PDF ը SVG ձևաչափի Python կոդով: Պահեք PDF որպես SVG օգտագործելով Python:...ձևաչափ DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Պատճենել import aspose.words as aw doc = aw.Document( "Input.pdf" )...

    products.aspose.com/words/hy/python-net/convers...
  9. DocumentBuilder.insertTableOfContents method | ...

    DocumentBuilder.insertTableOfContents method. Inserts a TOC (table of contents) field into the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a table of contents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 怎么给指定标题最下面插入内容呢 - Free Support Forum - aspose.com

    怎么给指定标题最下面插入内容呢 标题下面有内容我需要插入在标题最后面... 就像这样 doc = aw.Document("input.docx") title_para = doc.first_section...first_paragraph paragraphs = doc.get_child_nodes(aw.NodeType.PARAGRAPH...

    forum.aspose.com/t/topic/311384