Sort Score
Result 10 results
Languages All
Labels All
Results 9,721 - 9,730 of 18,481 for

docx to doc

(0.23 sec)
  1. Need to get the per line author changes in the ...

    I’m working with Word Documents that have been edited by multiple authors. Some of the changes were made with Track Changes enabled, and others were made without it. I want To compare two versions of the Document using A…...Document doc = new Aspose.Words.Document(documentStream);...foreach (Revision revision in doc.Revisions) { string author =...

    forum.aspose.com/t/need-to-get-the-per-line-aut...
  2. WrapSide enumeration | Aspose.Words for Python

    aspose.words.drawing.WrapSide enumeration. Specifies what side(s) of the shape or picture the text wraps around.... doc = aw . Document ( file_name =...'Textboxes in drawing canvas.docx' ) shapes = list ( filter (...

    reference.aspose.com/words/python-net/aspose.wo...
  3. StyleCollection class | Aspose.Words for Python

    aspose.words.StyleCollection class. A collection of [Style](../style/) objects that represent both the built-in and user-defined styles in a Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentProperty.type property | Aspose.Words f...

    DocumentProperty.type property. Gets the data type of the property.... doc = aw . Document ( MY_DIR + 'Properties.docx' ) # The...'Document filename: \n\t " { doc . original_file_name } "' ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  5. HorizontalAlignment enumeration | Aspose.Words ...

    aspose.words.drawing.HorizontalAlignment enumeration. Specifies horizontal alignment of a floating shape, text frame or floating table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a floating image...

    reference.aspose.com/words/python-net/aspose.wo...
  6. LayoutOptions.IgnorePrinterMetrics | Aspose.Wor...

    Discover the LayouToptions IgnorePrinterMetrics property, control printer metrics for Document layout. Optimize compatibility and enhance printing precision....Document doc = new Document ( MyDir + "Rendering.docx" ); doc . LayoutOptions...IgnorePrinterMetrics = false ; doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words.lay...
  7. Aspose::Words::WatermarkType enum | Aspose.Word...

    Aspose::Words::WatermarkType enum. Specifies the watermark type in C++.... auto doc = System :: MakeObject < Aspose...Add a plain text watermark. doc -> get_Watermark () -> SetText...

    reference.aspose.com/words/cpp/aspose.words/wat...
  8. Aspose::Words::Font::get_Style method | Aspose....

    Aspose::Words::Font::get_Style method. Gets or sets the character style applied To this formatting in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a custom style and...

    reference.aspose.com/words/cpp/aspose.words/fon...
  9. Online ODP File Text Finder or Build ODP Search...

    Free online app To search in ODP file. C++ API code for any ODP file text search application....Search in DOC (Microsoft Word Binary Format) Search in DOCX (Office...

    products.aspose.com/total/cpp/search/odp/
  10. FieldToc.HeadingLevelRange | Aspose.Words for .NET

    Discover the FieldToc HeadingLevelRange property To easily manage heading levels for enhanced content organization and SEO optimization....void FieldToc () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words.fie...