Sort Score
Result 10 results
Languages All
Labels All
Results 6,971 - 6,980 of 17,113 for

docx to doc

(0.06 sec)
  1. LoadOptions.ConvertShapeToOfficeMath | Aspose.W...

    Transform shapes with EquationXML inTo Office Math objects effortlessly using LoadOptions' ConvertShapeToOfficeMath property for enhanced Document clarity....Document doc = new Document ( MyDir + "Math shapes.docx" , loadOptions...) { Assert . AreEqual ( 16 , doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words.loa...
  2. PageSetup | Aspose.Words for Java

    Represents the page setup properties of a section in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Modify the page setup properties...

    reference.aspose.com/words/java/com.aspose.word...
  3. Node.NextPreOrder | Aspose.Words for .NET

    Discover the Node NextPreOrder method for efficient tree traversal. Learn how To retrieve the next node using the preorder algorithm effectively!...Document doc = new Document ( MyDir + "Images.docx" ); Assert...Assert . AreEqual ( 9 , doc . GetChildNodes ( NodeType . Shape , true...

    reference.aspose.com/words/net/aspose.words/nod...
  4. DocumentBuilder.StartBookmark | Aspose.Words fo...

    Utilize the DocumentBuilder StartBookmark method To effortlessly mark and manage key positions in your Document, enhancing organization and navigation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A valid bookmark needs...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Font.superscript property | Aspose.Words for Py...

    Font.superscript property. True if the font is formatted as superscript.... doc = aw . Document () para = doc . get_child (...baseline. run = aw . Run ( doc = doc , text = 'Raised text. ' )...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HeaderFooterCollection.linkToPrevious method | ...

    Aspose.Words.HeaderFooterCollection.linkToPrevious method... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Node.previousPreOrder method | Aspose.Words for...

    Node.previousPreOrder method. Gets the previous node according To the pre-order tree traversal algorithm....let doc = new aw . Document ( base . myDir + "Images.docx" );...); expect ( doc . getChildNodes ( aw . NodeType . Shape , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FramesetCollection.count property | Aspose.Word...

    FramesetCollection.count property. Gets the number of frames or frames pages contained in the collection.... doc = aw . Document ( file_name =...+ 'Frameset.docx' ) self . assertEqual ( 3 , doc . frameset ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CusTomXmlPartCollection::Clear method. Removes all elements from the collection in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. 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...