Sort Score
Result 10 results
Languages All
Labels All
Results 7,461 - 7,470 of 18,490 for

docx to doc

(0.14 sec)
  1. ParagraphFormat.style property | Aspose.Words f...

    ParagraphFormat.style property. Gets or sets the paragraph style applied To this formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldStyleRef.suppress_non_delimiters property ...

    FieldStyleRef.suppress_non_delimiters property. Gets or sets whether To suppress non-delimiter characters.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageSetup.SuppressEndnotes | Aspose.Words for .NET

    Discover how the PageSetup SuppressEndnotes property enhances your Document layout by controlling endnote placement for clearer, organized sections....SuppressEndnotes () { Document doc = new Document (); doc . RemoveAllChildren...at its end. Assert . That ( doc . EndnoteOptions . Position ...

    reference.aspose.com/words/net/aspose.words/pag...
  4. DocumentBuilder.Document | Aspose.Words for .NET

    Manage Document properties effortlessly with DocumentBuilder. Easily get or set your Document object for streamlined Document management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Aspose::Words::Markup::CustomPart::get_Relation...

    Aspose::Words::Markup::CusTomPart::get_RelationshipType method. Gets or sets the relationship type from the parent part To this cusTom part in C++.... auto doc = System :: MakeObject < Aspose...parts OOXML package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method To efficiently render Document pages inTo Graphics objects at your desired scale for optimal visual results....Document doc = new Document ( MyDir + "Rendering.docx" ); // Calculate...thumbRows = doc . PageCount / thumbColumns ; int remainder = doc . PageCount...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Run constructor | Aspose.Words for Python

    aspose.words.Run construcTor...constructor Contents [ Hide ] Run(doc) Initializes a new instance of...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  8. XamlFlowSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XamlFlowSaveOptions for enhanced Document saving in XamlFlow formats. Unlock advanced features for seamless integration!...files used when saving to a DOC or DOCX file. By default, this property...Document doc = new Document ( MyDir + "Rendering.docx" ); ImageUriPrinter...

    reference.aspose.com/words/net/aspose.words.sav...
  9. TextWatermarkOptions.color property | Aspose.Wo...

    TextWatermarkOptions.color property. Gets or sets font color... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Node.nodeType property | Aspose.Words for Node.js

    Node.nodeType property. Gets the type of this node....'RecurseChildren' , () => { let doc = new aw . Document ( base .... myDir + "Paragraphs.docx" ); // Any node that can contain child...

    reference.aspose.com/words/nodejs-net/aspose.wo...