Sort Score
Result 10 results
Languages All
Labels All
Results 8,951 - 8,960 of 17,116 for

docx to doc

(0.15 sec)
  1. Field.display_result property | Aspose.Words fo...

    Field.display_result property. Gets the text that represents the displayed field result.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'This document...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ShapeBase.font property | Aspose.Words for Python

    ShapeBase.font property. Provides access To the font formatting of this object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  3. DocumentBuilder.IsAtEndOfStructuredDocumentTag ...

    Discover DocumentBuilder's IsAtEndOfStructuredDocumentTag property—check if your cursor is positioned at the end of a structured Document tag for efficient editing!... Document doc = new Document ( MyDir + "Structured..."Structured document tags.docx" ); DocumentBuilder builder = new...

    reference.aspose.com/words/net/aspose.words/doc...
  4. PlainTextDocument class | Aspose.Words for Python

    aspose.words.PlainTextDocument class. Allows To extract plain-text representation of the Document's content... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello world!' ) doc . save...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Right-to-left (RTL) for word table? Only suppor...

    Hi. I’m trying To implement RTL capabilities for our aspose word exporting, and I’m having difficulties understanding how To do this and what’s supported. This is using .net. Specifically, I’m trying To render some Tab…... Document doc = new Document(MyDir + "in.docx"); for (Section...(Section section : doc.getSections()) { section.getPageSetup().setBidi(true);...

    forum.aspose.com/t/right-to-left-rtl-for-word-t...
  6. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the Document layout process in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert hidden text, then...

    reference.aspose.com/words/java/com.aspose.word...
  7. View and Update PDF Properties Online or using ...

    View and modify PDF properties through online app for free. Python API code To view and modify PDF properties....Metadata Options with Python DOC Files Metadata (Microsoft Word...(Microsoft Word 2007 Marco File) DOCX Files Metadata (Office 2007+...

    products.aspose.com/total/python-net/metadata/pdf/
  8. FieldHyperlink.OpenInNewWindow | Aspose.Words f...

    Discover the FieldHyperlink OpenInNewWindow property, easily control whether links open in a new browser window for enhanced user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldHyperlink field = ( FieldHyperlink...

    reference.aspose.com/words/net/aspose.words.fie...
  9. HtmlSaveOptions.exportFontsAsBase64 property | ...

    HtmlSaveOptions.exportFontsAsBase64 property. Specifies whether fonts resources should be embedded To HTML in Base64 encoding... let doc = new aw . Document ( base .... myDir + "Rendering.docx" ); let options = new aw . Saving ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. NodeCollection.Clear | Aspose.Words for .NET

    Effortlessly clear your NodeCollection with our Clear method, removing all nodes from both the collection and the Document for optimal performance....Document doc = new Document ( MyDir + "Document.docx" ); // This...document's contents. Assert . That ( doc . Sections . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/nod...