Sort Score
Result 10 results
Languages All
Labels All
Results 8,301 - 8,310 of 18,346 for

docx to doc

(0.57 sec)
  1. ListFormat.isListItem property | Aspose.Words f...

    ListFormat.isListItem property. True when the paragraph has bulleted or numbered formatting applied To it.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); expect ( builder . listFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::DocumentBase::get_Styles method ...

    Aspose::Words::DocumentBase::get_Styles method. Returns a collection of styles defined in the Document in C++.... auto doc = System :: MakeObject < Aspose...Document > (); ASSERT_EQ ( 4 , doc -> get_Styles () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. ImageData.fit_image_to_shape method | Aspose.Wo...

    ImageData.fit_image_To_shape method. Fits the image data To Shape frame so that the aspect ratio of the image data matches the aspect ratio of Shape frame.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert an image shape and...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Border.color property | Aspose.Words for Python

    Border.color property. Gets or sets the border color.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . border ...

    reference.aspose.com/words/python-net/aspose.wo...
  5. InlineStory.font property | Aspose.Words for Py...

    InlineSTory.font property. Provides access To the font formatting of the anchor character of this object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) footnote = builder . insert_footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Markdown Converter – Aspose.HTML for Python via...

    Learn how To convert Markdown To other formats using Aspose.HTML Python library and consider Markdown conversion scenarios....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/html/python-net/markdown-conver...
  7. Table.preferred_width property | Aspose.Words f...

    Table.preferred_width property. Gets or sets the table preferred width.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FindReplaceOptions.ignore_office_math property ...

    FindReplaceOptions.ignore_office_math property. Gets or sets a boolean value indicating either To ignore text inside OfficeMath/>... doc = aw . Document ( file_name =...math.docx' ) self . assertEqual ( 'i+b-c≥iM+bM-cM' , doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  9. How to load fonts? | Aspose.Font for .NET

    Here is described how To load fonts with .NET. You will learn the objects, parameters, methods required for this, and get examples of loading....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/font/net/how-to-load-fonts/
  10. Node.nextPreOrder method | Aspose.Words for Nod...

    Node.nextPreOrder method. Gets next 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...