Sort Score
Result 10 results
Languages All
Labels All
Results 8,851 - 8,860 of 18,478 for

docx to doc

(0.23 sec)
  1. HeaderFooter.IsLinkedToPrevious | Aspose.Words ...

    Discover how the IsLinkedToPrevious property enhances your Document's headers and footers, ensuring seamless continuity across sections for better organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Section...

    reference.aspose.com/words/net/aspose.words/hea...
  2. StyleType Enum | Aspose.Words for .NET

    Discover Aspose.Words.StyleType enum for efficient style management in Documents. Enhance your formatting with versatile style types for optimal results!... Document doc = new Document (); // A list...within a style. Style listStyle = doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words/sty...
  3. Working with Form Fields in Python|Aspose.Words...

    Insert, obtain, or format a form field in a Document using Python....form field into a document: doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . insert_text_input ( "TextInput"...

    docs.aspose.com/words/python-net/working-with-f...
  4. AxisDisplayUnit class | Aspose.Words for Python

    aspose.words.drawing.charts.AxisDisplayUnit class. Provides access To the scaling options of the display units for the value axis... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Watermark Documents and Images via C# Applicati...

    Add text as well as Image Watermark To Documents including Microsoft Word, Excel, PowerPoint, PDF and Images via your C# application. Add free text or image watermark online via app....Add Watermark to DOC Add Watermark to DOCX Add Watermark to Excel...

    products.aspose.com/total/net/watermark/
  6. Redact Documents via Android Mobile Apps | prod...

    Search and replace PDF, Microsoft Word Documents, Excel spreadsheets and PowerPoint presentations data via mobile android application....with Android Redact DOC Files Redact DOCX Files Redact Excel Files...

    products.aspose.com/total/android-java/redact/
  7. Key Features of Aspose.PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET demonstrates its general features. Its shows the supported PDF versions, and all the manipulations we can do with PDF....capabilities include PDF to DOC/DOCX, PDF to HTML, PDF to XPS,...

    docs.aspose.com/pdf/net/key-features/
  8. PropertyType enumeration | Aspose.Words for Nod...

    Aspose.Words.Properties.PropertyType enumeration. Specifies data type of a Document property.... let doc = new aw . Document (); let properties = doc . customDocumentProper...add ( "Authorized Revision" , doc . builtInDocumentPrope . revisionNumber...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentPropertyCollection.Contains | Aspose.Wo...

    Discover if a property exists in DocumentPropertyCollection with our efficient Contains method. Simplify your data management Today!... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; Assert...

    reference.aspose.com/words/net/aspose.words.pro...
  10. FieldRef | Aspose.Words for Java

    Implements the REF field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Name bookmarked text with...

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