Sort Score
Result 10 results
Languages All
Labels All
Results 7,651 - 7,660 of 18,489 for

docx to doc

(0.15 sec)
  1. SectionCollection.Item | Aspose.Words for .NET

    Access specific sections effortlessly with the SectionCollection Item property. Retrieve any section by index for streamlined data management....Document doc = new Document ( MyDir + "Rendering.docx" ); // Saving...the document within its pages. doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words/sec...
  2. Document.remove_blank_pages method | Aspose.Wor...

    Document.remove_blank_pages method. Removes blank pages from the Document.... doc = aw . Document ( file_name =...'Blank pages.docx' ) self . assertEqual ( 2 , doc . page_count...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Protect Documents with Password via C# | produc...

    Lock PDF, Microsoft Excel spreadsheets, PowerPoint Presentations and Word Documents with passwords via your C# application. Apply password protection with ease....NET Protect DOC Files Protect DOCX Files Protect Excel...

    products.aspose.com/total/net/protect/
  4. Document.footnoteOptions property | Aspose.Word...

    Document.footnoteOptions property. Provides options that control numbering and positioning of footnotes in this Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A footnote is a way to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DocumentBuilder.move_to_header_footer method | ...

    DocumentBuilder.move_To_header_footer method. Moves the cursor To the beginning of a header or footer in the current section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify that we want different...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TextureAlignment enumeration | Aspose.Words for...

    aspose.words.drawing.TextureAlignment enumeration. Specifies the alignment for the tiling of the texture fill.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  7. SaveOptions.use_high_quality_rendering property...

    SaveOptions.use_high_quality_rendering property. Gets or sets a value determining whether or not To use high quality (i.e... doc = aw . Document ( file_name =...'Rendering.docx' ) builder = aw . DocumentBuilder ( doc = doc ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BookmarkStart | Aspose.Words for Java

    Represents a start of a bookmark in a Word Document in Java.... Document doc = createDocumentWithBo(3); BookmarkCollection...BookmarkCollection bookmarks = doc.getRange().getBookmarks(); p...

    reference.aspose.com/words/java/com.aspose.word...
  9. PreferredWidth.from_percent method | Aspose.Wor...

    PreferredWidth.from_percent method. A creation method that returns a new instance that represents a preferred width specified as a percentage.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  10. SectionCollection indexer | Aspose.Words for Py...

    SectionCollection indexer. Retrieves a section at the given index.... doc = aw . Document ( file_name =...= MY_DIR + 'Rendering.docx' ) # Saving a document to PDF, to...

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