Sort Score
Result 10 results
Languages All
Labels All
Results 8,221 - 8,230 of 18,490 for

docx to doc

(1.78 sec)
  1. Row.RowFormat | Aspose.Words for .NET

    Discover the Row RowFormat property for easy access To cusTomizable row formatting options, enhancing your data presentation effortlessly....Document doc = new Document ( MyDir + "Tables.docx" ); Table...Table table = doc . FirstSection . Body . Tables [ 0 ]; // Use the...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Comment | Aspose.Words for .NET

    Create engaging comments effortlessly with our Comment construcTor. Initialize a new Comment class instance and enhance user interaction seamlessly!...DocumentBase doc ) Parameter Type Description doc DocumentBase...CreateCommentsAndPri () { Document doc = new Document (); Comment newComment...

    reference.aspose.com/words/net/aspose.words/com...
  3. FieldPrint.post_script_group property | Aspose....

    FieldPrint.post_script_group property. Gets or sets the drawing rectangle that the PostScript instructions operate on.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'My paragraph'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldHyperlink.IsImageMap | Aspose.Words for .NET

    Discover how the FieldHyperlink IsImageMap property enhances your server-side image maps by appending coordinates To hyperlinks for improved functionality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldHyperlink field = ( FieldHyperlink...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Incorrect Flama Font Substitution - Free Suppor...

    When converting a .Docx file using Flama Light Italic, the resulting PDF is using Flama Semibold Italic, which is causing some additional line spacing which is messing with the formatting of the Document. Because of this…...docx file using Flama Light Italic...TC019-Images-WithTableForApose.docx (228.5 KB) TC019-Images-WithTableForApose-dev...

    forum.aspose.com/t/incorrect-flama-font-substit...
  6. TextPathAlignment | Aspose.Words for Java

    WordArt alignment in Java....throws Exception { Document doc = new Document(); // Insert a...Shape shape = appendWordArt(doc, "Hello World! This text is bold...

    reference.aspose.com/words/java/com.aspose.word...
  7. Story.FirstParagraph | Aspose.Words for .NET

    Discover the STory FirstParagraph property To easily extract the first paragraph of any sTory, enhancing your content and user engagement....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/sto...
  8. SectionStart Enum | Aspose.Words for .NET

    Explore Aspose.Words.SectionStart enum To understand section breaks and enhance Document formatting for better control and presentation.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/sec...
  9. Remove Password from Documents via C# | product...

    Unlock password protected PDF, Microsoft Word file Excel spreadsheet and PowerPoint presentation files via your C# application....NET Unlock DOC Files Unlock DOCX Files Unlock Excel Files...

    products.aspose.com/total/net/unlock/
  10. ShapeType Enum | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.ShapeType enum To define and cusTomize shape types in your Microsoft Word Documents for enhanced visual appeal.... Document doc = new Document (); // The "Shape"...InsertShape. Shape shape = new Shape ( doc , ShapeType . Image ); shape...

    reference.aspose.com/words/net/aspose.words.dra...