Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 157,082 for

doc

(0.08 sec)
  1. Style.AutomaticallyUpdate | Aspose.Words for .NET

    Discover how the AutomaticallyUpdate property enhances your styles by automatically redefining them for optimal value and performance in your projects.... Document doc = new Document (); Style style = doc . Styles ...builder = new DocumentBuilder ( doc ); // Apply one of the styles...

    reference.aspose.com/words/net/aspose.words/sty...
  2. RowFormat Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.RowFormat class for comprehensive table row formatting. Enhance your Document design with powerful, flexible features.... Document doc = new Document ( MyDir + "Tables..."Tables.docx" ); Table table = doc . FirstSection . Body . Tables...

    reference.aspose.com/words/net/aspose.words.tab...
  3. CompositeNode.getChildNodes method | Aspose.Wor...

    CompositeNode.getChildNodes method. Returns a live collection of child nodes that match the specified type.... let doc = new aw . Document ( base ....docx" ); let comments = [... doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ViewType enumeration | Aspose.Words for Node.js

    Aspose.Words.Settings.ViewType enumeration. Possible values for the view mode in Microsoft Word.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Convert JPG To JPG C++

    Convert JPG to JPG format in C++ code. Save JPG as JPG using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/cpp/conversion/jpg-to...
  6. Convert TEXT To Image C++

    Convert TEXT to Image format in C++ code. Save TEXT as Image using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...

    products.aspose.com/words/cpp/conversion/text-t...
  7. Convert WORD To Image C++

    Convert a Word Document to Image format in C++ code. Save a Word Document as Image using C++....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...namespace Aspose::Words; auto doc = MakeObject <Document>( u"Input...

    products.aspose.com/words/cpp/conversion/word-t...
  8. FindReplaceOptions.ReplacingCallback | Aspose.W...

    Discover the FindReplaceOptions ReplacingCallback property, a customizable method that enhances your replace functionality with precision and control....ReplaceWithCallback () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Our new...

    reference.aspose.com/words/net/aspose.words.rep...
  9. ThemeColor enumeration | Aspose.Words for Python

    aspose.words.themes.ThemeColor enumeration. Specifies the theme colors for Document themes... doc = aw . Document () # Define fonts...default. doc . theme . minor_fonts . latin = 'Algerian' doc . theme...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FormFieldCollection.GetEnumerator | Aspose.Word...

    Discover the FormFieldCollection GetEnumerator method, which provides an efficient way to iterate through form fields, enhancing your data management experience....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...