Sort Score
Result 10 results
Languages All
Labels All
Results 8,391 - 8,400 of 17,105 for

docx to doc

(0.19 sec)
  1. FootnoteOptions.numberStyle property | Aspose.W...

    FootnoteOptions.numberStyle property. Specifies the number format for auTomatically numbered footnotes.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Footnotes and endnotes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Stroke.DashStyle | Aspose.Words for .NET

    Discover the Stroke DashStyle property To cusTomize your design with unique dot and dash patterns for stunning visual effects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Shape.Stroke | Aspose.Words for .NET

    Discover the Shape Stroke property To enhance your designs with cusTomizable strokes, adding depth and style To your shapes effortlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_SharedDocument method. Indicates whether the Document is a shared Document in C++.... auto doc = System :: MakeObject < Aspose..."Extended properties.docx" ); ASSERT_TRUE ( doc -> get_BuiltInDocumentPrope...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. Aspose::Words::Lists::ListLevel::get_StartAt me...

    Aspose::Words::Lists::ListLevel::get_StartAt method. Returns or sets the starting number for this list level in C++.... auto doc = System :: MakeObject < Aspose...Words :: Lists :: List > list = doc -> get_Lists () -> Add ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. CompositeNode.FirstChild | Aspose.Words for .NET

    Discover the CompositeNode FirstChild property To easily access the first child node, enhancing your coding efficiency and simplifying data management....Document doc = new Document ( MyDir + "Paragraphs.docx" ); for...for ( Node node = doc . FirstSection . Body . FirstChild ; node...

    reference.aspose.com/words/net/aspose.words/com...
  7. Node.NodeTypeToString | Aspose.Words for .NET

    Discover the Node NodeTypeToString method, effortlessly convert node type enums inTo user-friendly strings for seamless coding and improved readability....Document doc = new Document ( MyDir + "Paragraphs.docx" ); for...for ( Node node = doc . FirstSection . Body . FirstChild ; node...

    reference.aspose.com/words/net/aspose.words/nod...
  8. Node.NextSibling | Aspose.Words for .NET

    Discover the Node NextSibling property To easily access the next node in your DOM. Enhance your JavaScript skills and streamline your coding Today!...Document doc = new Document ( MyDir + "Paragraphs.docx" ); for...for ( Node node = doc . FirstSection . Body . FirstChild ; node...

    reference.aspose.com/words/net/aspose.words/nod...
  9. Aspose::Words::DocumentBuilder::MoveToMergeFiel...

    Aspose::Words::DocumentBuilder::MoveToMergeField method. Moves the cursor To a position just beyond the specified merge field and removes the merge field in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert some MERGEFIELDS...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the Document layout process in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert hidden text, then...

    reference.aspose.com/words/java/com.aspose.word...