Sort Score
Result 10 results
Languages All
Labels All
Results 8,731 - 8,740 of 18,478 for

docx to doc

(0.36 sec)
  1. TextureIndex Enum | Aspose.Words for .NET

    Discover Aspose.Words.TextureIndex enum for advanced shading textures. Enhance your Document design with cusTomizable, high-quality textures.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); BorderCollection borders =...

    reference.aspose.com/words/net/aspose.words/tex...
  2. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an Document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...// Load the document Document doc = new Document(filePath); DocumentBuilder...builder = new DocumentBuilder(doc); // Iterate through all paragraphs...

    forum.aspose.com/t/bookmarking-all-the-static-t...
  3. TextBox.FitShapeToText | Aspose.Words for .NET

    Discover how the FitShapeToText property in Microsoft Word auTomatically adjusts shapes To perfectly fit your text, enhancing Document presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape textBoxShape = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Document.protection_type property | Aspose.Word...

    Document.protection_type property. Gets the currently active Document protection type.... doc = aw . Document () doc . protect ( type...ProtectionType . READ_ONLY , doc . protection_type ) # If we open...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Format Table in Document in NPOI|Aspose.Words f...

    Format table in a Document easily and fast instead of using NPOI in C#.... C# Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    docs.aspose.com/words/net/format-table-in-docum...
  6. Aspose::Words::Section::get_HeadersFooters meth...

    Aspose::Words::Section::get_HeadersFooters method. Provides access To the headers and footers nodes of the section in C++.... auto doc = System :: MakeObject < Aspose...+ u "Header and footer types.docx" ); // Iterate through each...

    reference.aspose.com/words/cpp/aspose.words/sec...
  7. Aspose::Words::Lists::ListFormat::get_IsListIte...

    Aspose::Words::Lists::ListFormat::get_IsListItem method. True when the paragraph has bulleted or numbered formatting applied To it in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); ASSERT_FALSE ( builder ->...

    reference.aspose.com/words/cpp/aspose.words.lis...
  8. PUB Command Line Converter | Aspose.PUB CLI Tools

    Powerful Command-Line Converter Tool from Aspose.PUB To convert PUB Documents easily and efficiently. Aspose CLI PUB converter....Support Paid Consulting Support Docs API Reference Tutorials Live...Support Paid Consulting Support Docs API Reference Tutorials Live...

    docs.aspose.com/pub/net/cli-tools/pub-convert/
  9. Aspose::Words::RevisionGroup::get_RevisionType ...

    Aspose::Words::RevisionGroup::get_RevisionType method. Gets the type of revisions included in this group in C++.... auto doc = System :: MakeObject < Aspose...() + u "Revisions.docx" ); ASSERT_EQ ( 7 , doc -> get_Revisions...

    reference.aspose.com/words/cpp/aspose.words/rev...
  10. Node.nextSibling property | Aspose.Words for No...

    Node.nextSibling property. Gets the node immediately following 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...