Sort Score
Result 10 results
Languages All
Labels All
Results 7,861 - 7,870 of 18,473 for

docx to doc

(0.16 sec)
  1. TextPathAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.TextPathAlignment enum for precise WordArt alignment. Enhance your Document design with versatile text options!...InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  2. PageSetup.clearFormatting method | Aspose.Words...

    PageSetup.clearFormatting method. Resets page setup To default paper size, margins and orientation.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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 . That ( doc . GetChildNodes ( NodeType . Shape , true ). OfType...

    reference.aspose.com/words/net/aspose.words/nod...
  4. 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...
  5. BuiltInDocumentProperties.ContentStatus | Aspos...

    Manage your Document's content status effortlessly with the BuiltInDocumentProperties ContentStatus property. Enhance organization and efficiency Today!...Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  6. BuiltInDocumentProperties.CharactersWithSpaces ...

    Discover the BuiltInDocumentProperties CharactersWithSpaces property, which estimates character count, including spaces, for efficient Document management....Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  7. BuiltInDocumentProperties.Pages | Aspose.Words ...

    Discover the BuiltInDocumentProperties Pages property, offering an accurate estimate of your Document's page count for efficient management and organization....Document doc = new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...

    reference.aspose.com/words/net/aspose.words.pro...
  8. Aspose::Words::ImageWatermarkOptions::get_Scale...

    Aspose::Words::ImageWatermarkOptions::get_Scale method. Gets or sets the scale facTor expressed as a fraction of the image. The default value is 0 - auTo in C++.... auto doc = System :: MakeObject < Aspose...methods to add image watermark. doc -> get_Watermark () -> SetImage...

    reference.aspose.com/words/cpp/aspose.words/ima...
  9. FootnoteOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.FootnoteOptions class for cusTomizable footnote numbering in your Documents and sections. Enhance your Document's clarity Today!... Document doc = new Document ( MyDir + "Footnotes...endnotes.docx" ); doc . FootnoteOptions . Columns = 2 ; doc . Save...

    reference.aspose.com/words/net/aspose.words.not...
  10. BuiltInDocumentProperties.pages property | Aspo...

    BuiltInDocumentProperties.pages property. Represents an estimate of the number of pages in the Document....content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs.docx' ) properties...properties = doc . built_in_document_properties # By using built...

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