Sort Score
Result 10 results
Languages All
Labels All
Results 9,891 - 9,900 of 180,188 for

doc

(0.2 sec)
  1. PageRange constructor | Aspose.Words for Python

    PageRange constructor. Creates a new page range object.... doc = aw . Document ( file_name =...image_options . page_set = page_set doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldChar.isDirty property | Aspose.Words for N...

    FieldChar.isDirty property. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let field = builder . insertField...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Notes::FootnoteSeparatorCollecti...

    Aspose::Words::Notes::FootnoteSeparatorCollection::idx_get method. Retrieves a FootnoteSeparator of the specified type in C++.... auto doc = System :: MakeObject < Aspose...FootnoteSeparator > footnoteSeparator = doc -> get_FootnoteSeparators ()...

    reference.aspose.com/words/cpp/aspose.words.not...
  4. Convert Image To DOCX Java

    Convert Image to DocX format in Java code. Save Image as DocX using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/conversion/image...
  5. Convert Image To TXT Java

    Convert Image to TXT format in Java code. Save Image as TXT using Java....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/java/conversion/image...
  6. Convert Word, PDF And Many Other File Formats U...

    Convert Documents programmatically in Java between various file formats: Doc, DocX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....professional quality: Microsoft Word: DOC, DOCX, RTF, DOT, DOTX, DOTM,...format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...

    products.aspose.com/words/java/conversion/
  7. Forms2OleControl.Enabled | Aspose.Words for .NET

    Discover how the Forms2OleControl Enabled property enhances user interaction by confirming if the control is active. Boost your app's functionality!... Document doc = new Document ( MyDir + "ActiveX...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Aspose::Words::Loading::LoadOptions::get_Ignore...

    Aspose::Words::Loading::LoadOptions::get_IgnoreOleData method. Specifies whether to ignore the OLE data in C++....set_IgnoreOleData ( true ); auto doc = System :: MakeObject < Aspose...objects.docx" , loadOptions ); doc -> Save ( get_ArtifactsDir ()...

    reference.aspose.com/words/cpp/aspose.words.loa...
  9. Convert a Document in C#|Aspose.Words for .NET

    Easily convert Documents from one format to another using C#. You can work with all the most popular formats like Microsoft Word formats such as DocX or Doc, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others....Convert Word to PDF Convert DOC to PDF Convert DOCX to PDF and...Convert PDF to DOCX Convert PDF to DOC and others Convert PDF to Image...

    docs.aspose.com/words/net/convert-a-document/
  10. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java.... Document doc = new Document(); // Add two...Paragraph paragraph = (Paragraph) doc.getChild(NodeType.PARAGRAPH,...

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